{
  "item": [
    {
      "name": "User",
      "description": {
        "content": "Public profile, relationship, timeline, and follower data.",
        "type": "text/plain"
      },
      "item": [
        {
          "name": "By Username",
          "request": {
            "name": "By Username",
            "description": {
              "content": "Retrieve comprehensive user profile information using a platform username. Returns detailed user data including statistics, verification status, and profile metadata.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "tw-v2",
                "user",
                "by-username"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "username",
                  "value": "sample_user",
                  "description": "(Required) platform username without @ symbol (e.g., 'sample_user_96991')"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "by-username"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "username",
                      "value": "sample_user",
                      "disabled": false
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"10017528\",\n    \"username\": \"sample_user_96991\",\n    \"name\": \"Sample User 96991\",\n    \"bio\": \"Sample profile bio for Sample User 96991.\",\n    \"location\": null,\n    \"website\": null,\n    \"pinnedTweetIds\": [\n      \"2001738170940982678\"\n    ],\n    \"avatar\": \"https://example.com/images/sample-avatar-96991.jpg\",\n    \"banner\": \"https://example.com/images/sample-banner-96991.jpg\",\n    \"profileImageShape\": \"Circle\",\n    \"verified\": false,\n    \"isBlueVerified\": true,\n    \"verifiedType\": null,\n    \"verifiedSince\": null,\n    \"isIdentityVerified\": false,\n    \"isProtected\": false,\n    \"possiblySensitive\": false,\n    \"profileInterstitialType\": null,\n    \"withheldInCountries\": [],\n    \"professional\": {\n      \"type\": \"Creator\",\n      \"category\": [],\n      \"restId\": \"9001630152611040706\"\n    },\n    \"businessAccount\": {\n      \"affiliatesCount\": 0\n    },\n    \"creatorSubscriptionsCount\": 225,\n    \"hasHiddenSubscriptions\": true,\n    \"highlightsInfo\": {\n      \"canHighlight\": true,\n      \"highlightedTweetsCount\": \"758\"\n    },\n    \"hasGraduatedAccess\": true,\n    \"isProfileTranslatable\": false,\n    \"hasCustomTimelines\": true,\n    \"isTranslator\": false,\n    \"affiliatesHighlightedLabel\": {\n      \"label\": {\n        \"url\": {\n          \"url\": \"https://example.com/link-94089/profile-41921/X\",\n          \"urlType\": \"DeepLink\"\n        },\n        \"badge\": {\n          \"url\": \"https://example.com/link-94089/profile-29900/media/sample-media-25883.jpg\"\n        },\n        \"description\": \"Sample description for documentation 53418.\",\n        \"userLabelType\": \"BusinessLabel\",\n        \"userLabelDisplayType\": \"Badge\"\n      }\n    },\n    \"defaultProfile\": false,\n    \"defaultProfileImage\": false,\n    \"followerCount\": 226995885,\n    \"followingCount\": 1218,\n    \"tweetCount\": 86745,\n    \"listedCount\": 164447,\n    \"mediaCount\": 4162,\n    \"favoritesCount\": 174837,\n    \"createdAt\": \"2009-06-02T20:12:29.000Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "Request validation failed or the upstream request was invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "by-username"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "username",
                      "value": "sample_user",
                      "disabled": false
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"Request validation failed\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The TweetAPI key or caller-supplied Twitter authentication token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "by-username"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "username",
                      "value": "sample_user",
                      "disabled": false
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 401,\n  \"message\": \"No API key provided\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The authenticated account is not permitted to perform the operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "by-username"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "username",
                      "value": "sample_user",
                      "disabled": false
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 403,\n  \"message\": \"Forbidden\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The requested resource or route was not found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "by-username"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "username",
                      "value": "sample_user",
                      "disabled": false
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 404,\n  \"message\": \"Not found\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The per-minute rate limit or plan request allowance was exceeded. The response does not currently include Retry-After or X-RateLimit headers.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "by-username"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "username",
                      "value": "sample_user",
                      "disabled": false
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 429,\n  \"message\": \"Rate limit quota exceeded\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "TweetAPI or an upstream dependency failed to process the request.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "by-username"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "username",
                      "value": "sample_user",
                      "disabled": false
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 500,\n  \"message\": \"Internal Server Error\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "name": "By Usernames",
          "request": {
            "name": "By Usernames",
            "description": {
              "content": "Retrieve comprehensive user profile information for multiple users in a single request using their platform usernames. Returns detailed user data including statistics, verification status, and profile metadata for up to 50 users at once.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "tw-v2",
                "user",
                "by-usernames"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "usernames",
                  "value": "sample_user,sample_researcher",
                  "description": "(Required) Comma-separated list of platform usernames without @ symbol (maximum 50 usernames per request). The @ symbol is automatically stripped if provided."
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "by-usernames"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "usernames",
                      "value": "sample_user,sample_researcher",
                      "disabled": false
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"10017528\",\n      \"username\": \"sample_user_96991\",\n      \"name\": \"Sample User 96991\",\n      \"bio\": \"\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [\n        \"2001165726736489550\"\n      ],\n      \"avatar\": \"https://example.com/images/sample-avatar-96991.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-96991.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": true,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": {\n        \"type\": \"Creator\",\n        \"category\": [],\n        \"restId\": \"9002120522450210227\"\n      },\n      \"businessAccount\": {\n        \"affiliatesCount\": 0\n      },\n      \"creatorSubscriptionsCount\": 232,\n      \"hasHiddenSubscriptions\": true,\n      \"highlightsInfo\": {\n        \"canHighlight\": true,\n        \"highlightedTweetsCount\": \"827\"\n      },\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {\n        \"label\": {\n          \"url\": {\n            \"url\": \"https://example.com/link-94089/profile-41921/X\",\n            \"urlType\": \"DeepLink\"\n          },\n          \"badge\": {\n            \"url\": \"https://example.com/link-94089/profile-29900/media/sample-media-25883.jpg\"\n          },\n          \"description\": \"Sample description for documentation 53418.\",\n          \"userLabelType\": \"BusinessLabel\",\n          \"userLabelDisplayType\": \"Badge\"\n        }\n      },\n      \"defaultProfile\": false,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 229682771,\n      \"followingCount\": 1245,\n      \"tweetCount\": 91086,\n      \"listedCount\": 165562,\n      \"mediaCount\": 4262,\n      \"favoritesCount\": 189194,\n      \"createdAt\": \"2009-06-02T20:12:29.000Z\"\n    },\n    {\n      \"id\": \"10016309\",\n      \"username\": \"sample_user_59576\",\n      \"name\": \"Sample User 59576\",\n      \"bio\": \"Sample profile bio for Sample User 59576.\",\n      \"location\": \"Sample City 250\",\n      \"website\": \"https://example.com/link-94089/profile-59576\",\n      \"pinnedTweetIds\": [\n        \"2009999514733160317\"\n      ],\n      \"avatar\": \"https://example.com/images/sample-avatar-59576.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-59576.jpg\",\n      \"profileImageShape\": \"Square\",\n      \"verified\": false,\n      \"isBlueVerified\": true,\n      \"verifiedType\": \"Business\",\n      \"verifiedSince\": \"2012-01-11T16:12:34.088Z\",\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": {\n        \"type\": \"Business\",\n        \"category\": [],\n        \"restId\": \"9004223157933035875\"\n      },\n      \"businessAccount\": {\n        \"affiliatesCount\": 16\n      },\n      \"creatorSubscriptionsCount\": 1,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": {\n        \"canHighlight\": true,\n        \"highlightedTweetsCount\": \"113\"\n      },\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": false,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 40396663,\n      \"followingCount\": 120,\n      \"tweetCount\": 10896,\n      \"listedCount\": 43884,\n      \"mediaCount\": 4235,\n      \"favoritesCount\": 519,\n      \"createdAt\": \"2009-04-23T21:53:30.000Z\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "Request validation failed or the upstream request was invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "by-usernames"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "usernames",
                      "value": "sample_user,sample_researcher",
                      "disabled": false
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"Request validation failed\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The TweetAPI key or caller-supplied Twitter authentication token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "by-usernames"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "usernames",
                      "value": "sample_user,sample_researcher",
                      "disabled": false
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 401,\n  \"message\": \"No API key provided\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The authenticated account is not permitted to perform the operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "by-usernames"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "usernames",
                      "value": "sample_user,sample_researcher",
                      "disabled": false
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 403,\n  \"message\": \"Forbidden\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The requested resource or route was not found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "by-usernames"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "usernames",
                      "value": "sample_user,sample_researcher",
                      "disabled": false
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 404,\n  \"message\": \"Not found\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The per-minute rate limit or plan request allowance was exceeded. The response does not currently include Retry-After or X-RateLimit headers.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "by-usernames"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "usernames",
                      "value": "sample_user,sample_researcher",
                      "disabled": false
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 429,\n  \"message\": \"Rate limit quota exceeded\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "TweetAPI or an upstream dependency failed to process the request.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "by-usernames"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "usernames",
                      "value": "sample_user,sample_researcher",
                      "disabled": false
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 500,\n  \"message\": \"Internal Server Error\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "name": "By User Id",
          "request": {
            "name": "By User Id",
            "description": {
              "content": "Retrieve comprehensive user profile information using a platform user ID. Returns detailed user data including statistics, verification status, and profile metadata.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "tw-v2",
                "user",
                "by-id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "userId",
                  "value": "1234567890",
                  "description": "(Required) Unique platform user ID (e.g., '10017528')"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "by-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "userId",
                      "value": "1234567890",
                      "disabled": false
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"10017528\",\n    \"username\": \"sample_user_96991\",\n    \"name\": \"Sample User 96991\",\n    \"bio\": \"Sample profile bio for Sample User 96991.\",\n    \"location\": null,\n    \"website\": null,\n    \"pinnedTweetIds\": [\n      \"2001738170940982678\"\n    ],\n    \"avatar\": \"https://example.com/images/sample-avatar-96991.jpg\",\n    \"banner\": \"https://example.com/images/sample-banner-96991.jpg\",\n    \"profileImageShape\": \"Circle\",\n    \"verified\": false,\n    \"isBlueVerified\": true,\n    \"verifiedType\": null,\n    \"verifiedSince\": null,\n    \"isIdentityVerified\": false,\n    \"isProtected\": false,\n    \"possiblySensitive\": false,\n    \"profileInterstitialType\": null,\n    \"withheldInCountries\": [],\n    \"professional\": {\n      \"type\": \"Creator\",\n      \"category\": [],\n      \"restId\": \"9001630152611040706\"\n    },\n    \"businessAccount\": {\n      \"affiliatesCount\": 0\n    },\n    \"creatorSubscriptionsCount\": 225,\n    \"hasHiddenSubscriptions\": false,\n    \"highlightsInfo\": {\n      \"canHighlight\": true,\n      \"highlightedTweetsCount\": \"758\"\n    },\n    \"hasGraduatedAccess\": true,\n    \"isProfileTranslatable\": false,\n    \"hasCustomTimelines\": true,\n    \"isTranslator\": false,\n    \"affiliatesHighlightedLabel\": {\n      \"label\": {\n        \"url\": {\n          \"url\": \"https://example.com/link-94089/profile-41921/X\",\n          \"urlType\": \"DeepLink\"\n        },\n        \"badge\": {\n          \"url\": \"https://example.com/link-94089/profile-29900/media/sample-media-25883.jpg\"\n        },\n        \"description\": \"Sample description for documentation 53418.\",\n        \"userLabelType\": \"BusinessLabel\",\n        \"userLabelDisplayType\": \"Badge\"\n      }\n    },\n    \"defaultProfile\": false,\n    \"defaultProfileImage\": false,\n    \"followerCount\": 226995890,\n    \"followingCount\": 1218,\n    \"tweetCount\": 86745,\n    \"listedCount\": 164447,\n    \"mediaCount\": 4162,\n    \"favoritesCount\": 174837,\n    \"createdAt\": \"2009-06-02T20:12:29.000Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "Request validation failed or the upstream request was invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "by-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "userId",
                      "value": "1234567890",
                      "disabled": false
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"Request validation failed\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The TweetAPI key or caller-supplied Twitter authentication token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "by-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "userId",
                      "value": "1234567890",
                      "disabled": false
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 401,\n  \"message\": \"No API key provided\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The authenticated account is not permitted to perform the operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "by-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "userId",
                      "value": "1234567890",
                      "disabled": false
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 403,\n  \"message\": \"Forbidden\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The requested resource or route was not found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "by-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "userId",
                      "value": "1234567890",
                      "disabled": false
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 404,\n  \"message\": \"Not found\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The per-minute rate limit or plan request allowance was exceeded. The response does not currently include Retry-After or X-RateLimit headers.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "by-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "userId",
                      "value": "1234567890",
                      "disabled": false
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 429,\n  \"message\": \"Rate limit quota exceeded\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "TweetAPI or an upstream dependency failed to process the request.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "by-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "userId",
                      "value": "1234567890",
                      "disabled": false
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 500,\n  \"message\": \"Internal Server Error\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "name": "By User Ids",
          "request": {
            "name": "By User Ids",
            "description": {
              "content": "Retrieve comprehensive user profile information for multiple users in a single request using their platform user IDs. Returns detailed user data including statistics, verification status, and profile metadata for up to 50 users at once.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "tw-v2",
                "user",
                "by-ids"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "userIds",
                  "value": "1234567890,9876543210",
                  "description": "(Required) Comma-separated list of platform user IDs to retrieve (maximum 50 IDs per request)."
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "by-ids"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "userIds",
                      "value": "1234567890,9876543210",
                      "disabled": false
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"10017528\",\n      \"username\": \"sample_user_96991\",\n      \"name\": \"Sample User 96991\",\n      \"bio\": \"Sample profile bio for Sample User 96991.\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [\n        \"2008402643216600030\"\n      ],\n      \"avatar\": \"https://example.com/images/sample-avatar-96991.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-96991.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": true,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": {\n        \"type\": \"Creator\",\n        \"category\": [],\n        \"restId\": \"9002120522450210227\"\n      },\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {\n        \"label\": {\n          \"url\": {\n            \"url\": \"https://example.com/link-94089/profile-41921/X\",\n            \"urlType\": \"DeepLink\"\n          },\n          \"badge\": {\n            \"url\": \"https://example.com/link-94089/profile-29900/media/sample-media-25883.jpg\"\n          },\n          \"description\": \"Sample description for documentation 53418.\",\n          \"userLabelType\": \"BusinessLabel\",\n          \"userLabelDisplayType\": \"Badge\"\n        }\n      },\n      \"defaultProfile\": false,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 226995859,\n      \"followingCount\": 1218,\n      \"tweetCount\": 86745,\n      \"listedCount\": 164447,\n      \"mediaCount\": 4162,\n      \"favoritesCount\": 174838,\n      \"createdAt\": \"2009-06-02T20:12:29.000Z\"\n    },\n    {\n      \"id\": \"1001596317\",\n      \"username\": \"sample_user_76083\",\n      \"name\": \"Sample User 76083\",\n      \"bio\": \"Sample profile bio for Sample User 76083.\",\n      \"location\": \"Sample City 778\",\n      \"website\": \"https://example.com/link-94089/profile-76083\",\n      \"pinnedTweetIds\": [\n        \"2001487922093177253\"\n      ],\n      \"avatar\": \"https://example.com/images/sample-avatar-76083.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-76083.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": true,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": {\n        \"type\": \"Creator\",\n        \"category\": [],\n        \"restId\": \"9005853162840217067\"\n      },\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": false,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 734417,\n      \"followingCount\": 2230,\n      \"tweetCount\": 161547,\n      \"listedCount\": 7510,\n      \"mediaCount\": 17594,\n      \"favoritesCount\": 149690,\n      \"createdAt\": \"2013-07-08T09:31:59.000Z\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "Request validation failed or the upstream request was invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "by-ids"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "userIds",
                      "value": "1234567890,9876543210",
                      "disabled": false
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"Request validation failed\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The TweetAPI key or caller-supplied Twitter authentication token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "by-ids"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "userIds",
                      "value": "1234567890,9876543210",
                      "disabled": false
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 401,\n  \"message\": \"No API key provided\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The authenticated account is not permitted to perform the operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "by-ids"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "userIds",
                      "value": "1234567890,9876543210",
                      "disabled": false
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 403,\n  \"message\": \"Forbidden\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The requested resource or route was not found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "by-ids"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "userIds",
                      "value": "1234567890,9876543210",
                      "disabled": false
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 404,\n  \"message\": \"Not found\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The per-minute rate limit or plan request allowance was exceeded. The response does not currently include Retry-After or X-RateLimit headers.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "by-ids"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "userIds",
                      "value": "1234567890,9876543210",
                      "disabled": false
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 429,\n  \"message\": \"Rate limit quota exceeded\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "TweetAPI or an upstream dependency failed to process the request.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "by-ids"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "userIds",
                      "value": "1234567890,9876543210",
                      "disabled": false
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 500,\n  \"message\": \"Internal Server Error\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "name": "Tweets",
          "request": {
            "name": "Tweets",
            "description": {
              "content": "Retrieve tweets posted by a specific user. Returns a paginated timeline of original tweets (no replies).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "tw-v2",
                "user",
                "tweets"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "userId",
                  "value": "1234567890",
                  "description": "(Required) Unique platform user ID (e.g., '10017528')"
                },
                {
                  "disabled": true,
                  "key": "cursor",
                  "value": "NEXT_CURSOR",
                  "description": "Pagination cursor for fetching next page of results. Obtained from previous response."
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "tweets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "userId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"5001591756625130239\",\n      \"conversationId\": \"5001591756625130239\",\n      \"text\": \"Sample post text 83969 for documentation.\",\n      \"displayTextRange\": [\n        0,\n        140\n      ],\n      \"author\": {\n        \"id\": \"10017528\",\n        \"username\": \"sample_user_96991\",\n        \"name\": \"Sample User 96991\",\n        \"bio\": \"Sample profile bio for Sample User 96991.\",\n        \"location\": null,\n        \"website\": null,\n        \"pinnedTweetIds\": [\n          \"2003874737416606947\"\n        ],\n        \"avatar\": \"https://example.com/images/sample-avatar-96991.jpg\",\n        \"banner\": \"https://example.com/images/sample-banner-96991.jpg\",\n        \"profileImageShape\": \"Circle\",\n        \"verified\": false,\n        \"isBlueVerified\": true,\n        \"verifiedType\": null,\n        \"verifiedSince\": null,\n        \"isIdentityVerified\": false,\n        \"isProtected\": false,\n        \"possiblySensitive\": false,\n        \"profileInterstitialType\": null,\n        \"withheldInCountries\": [],\n        \"professional\": {\n          \"type\": \"Creator\",\n          \"category\": [],\n          \"restId\": \"9009505976599913053\"\n        },\n        \"businessAccount\": null,\n        \"creatorSubscriptionsCount\": 0,\n        \"hasHiddenSubscriptions\": false,\n        \"highlightsInfo\": null,\n        \"hasGraduatedAccess\": true,\n        \"isProfileTranslatable\": false,\n        \"hasCustomTimelines\": true,\n        \"isTranslator\": false,\n        \"affiliatesHighlightedLabel\": {\n          \"label\": {\n            \"url\": {\n              \"url\": \"https://example.com/link-94089/profile-41921/X\",\n              \"urlType\": \"DeepLink\"\n            },\n            \"badge\": {\n              \"url\": \"https://example.com/link-94089/profile-29900/media/sample-media-25883.jpg\"\n            },\n            \"description\": \"Sample description for documentation 11871.\",\n            \"userLabelType\": \"BusinessLabel\",\n            \"userLabelDisplayType\": \"Badge\"\n          }\n        },\n        \"defaultProfile\": false,\n        \"defaultProfileImage\": false,\n        \"followerCount\": 226995942,\n        \"followingCount\": 1218,\n        \"tweetCount\": 86746,\n        \"listedCount\": 164447,\n        \"mediaCount\": 4162,\n        \"favoritesCount\": 174839,\n        \"createdAt\": \"2009-06-02T20:12:29.000Z\"\n      },\n      \"source\": null,\n      \"type\": \"retweet\",\n      \"replyTo\": null,\n      \"quotedTweet\": null,\n      \"retweetedTweet\": null,\n      \"reactionContext\": {\n        \"isReaction\": true,\n        \"targetTweetId\": \"2000000000000000001\",\n        \"targetTweetUrl\": \"https://x.com/sample_user_00001/status/2000000000000000001\",\n        \"targetAuthor\": {\n          \"id\": \"1000000000000000001\",\n          \"username\": \"sample_user_00001\",\n          \"name\": \"Sample User 00001\",\n          \"avatar\": \"https://example.com/images/sample-avatar-00001.jpg\",\n          \"isBlueVerified\": true\n        }\n      },\n      \"likeCount\": 0,\n      \"retweetCount\": 308,\n      \"replyCount\": 0,\n      \"quoteCount\": 0,\n      \"bookmarkCount\": 0,\n      \"viewCount\": 0,\n      \"media\": [],\n      \"poll\": null,\n      \"card\": null,\n      \"hashtags\": [],\n      \"mentions\": [\n        \"sample_user_18760\",\n        \"sample_user_26437\"\n      ],\n      \"urls\": [],\n      \"symbols\": [],\n      \"possiblySensitive\": false,\n      \"limitedActions\": null,\n      \"isEdited\": false,\n      \"editControl\": null,\n      \"isTranslatable\": false,\n      \"lang\": \"en\",\n      \"translatedText\": null,\n      \"hasBirdwatchNotes\": false,\n      \"birdwatchPivot\": null,\n      \"conversationControl\": null,\n      \"isPromoted\": false,\n      \"promotedMetadata\": null,\n      \"createdAt\": \"2025-10-02T05:47:48.000Z\",\n      \"place\": null,\n      \"communityId\": null,\n      \"communityResults\": null\n    },\n    {\n      \"id\": \"5008764432791373827\",\n      \"conversationId\": \"5008764432791373827\",\n      \"text\": \"Sample post text 05861 for documentation.\",\n      \"displayTextRange\": [\n        0,\n        14\n      ],\n      \"author\": {\n        \"id\": \"10017528\",\n        \"username\": \"sample_user_96991\",\n        \"name\": \"Sample User 96991\",\n        \"bio\": \"Sample profile bio for Sample User 96991.\",\n        \"location\": null,\n        \"website\": null,\n        \"pinnedTweetIds\": [\n          \"2003874737416606947\"\n        ],\n        \"avatar\": \"https://example.com/images/sample-avatar-96991.jpg\",\n        \"banner\": \"https://example.com/images/sample-banner-96991.jpg\",\n        \"profileImageShape\": \"Circle\",\n        \"verified\": false,\n        \"isBlueVerified\": true,\n        \"verifiedType\": null,\n        \"verifiedSince\": null,\n        \"isIdentityVerified\": false,\n        \"isProtected\": false,\n        \"possiblySensitive\": false,\n        \"profileInterstitialType\": null,\n        \"withheldInCountries\": [],\n        \"professional\": {\n          \"type\": \"Creator\",\n          \"category\": [],\n          \"restId\": \"9009505976599913053\"\n        },\n        \"businessAccount\": null,\n        \"creatorSubscriptionsCount\": 0,\n        \"hasHiddenSubscriptions\": false,\n        \"highlightsInfo\": null,\n        \"hasGraduatedAccess\": true,\n        \"isProfileTranslatable\": false,\n        \"hasCustomTimelines\": true,\n        \"isTranslator\": false,\n        \"affiliatesHighlightedLabel\": {\n          \"label\": {\n            \"url\": {\n              \"url\": \"https://example.com/link-94089/profile-41921/X\",\n              \"urlType\": \"DeepLink\"\n            },\n            \"badge\": {\n              \"url\": \"https://example.com/link-94089/profile-29900/media/sample-media-25883.jpg\"\n            },\n            \"description\": \"Sample description for documentation 11871.\",\n            \"userLabelType\": \"BusinessLabel\",\n            \"userLabelDisplayType\": \"Badge\"\n          }\n        },\n        \"defaultProfile\": false,\n        \"defaultProfileImage\": false,\n        \"followerCount\": 226995942,\n        \"followingCount\": 1218,\n        \"tweetCount\": 86746,\n        \"listedCount\": 164447,\n        \"mediaCount\": 4162,\n        \"favoritesCount\": 174839,\n        \"createdAt\": \"2009-06-02T20:12:29.000Z\"\n      },\n      \"source\": null,\n      \"type\": \"quote\",\n      \"replyTo\": null,\n      \"quotedTweet\": {\n        \"id\": \"5001326762730364257\",\n        \"conversationId\": \"5001326762730364257\",\n        \"text\": \"Sample post text 87993 for documentation.\",\n        \"displayTextRange\": [\n          0,\n          4\n        ],\n        \"author\": {\n          \"id\": \"10051246\",\n          \"username\": \"sample_user_35585\",\n          \"name\": \"Sample User 35585\",\n          \"bio\": \"Sample profile bio for Sample User 35585.\",\n          \"location\": \"Sample City 147\",\n          \"website\": null,\n          \"pinnedTweetIds\": [\n            \"2001184043341139638\"\n          ],\n          \"avatar\": \"https://example.com/images/sample-avatar-35585.jpg\",\n          \"banner\": \"https://example.com/images/sample-banner-35585.jpg\",\n          \"profileImageShape\": \"Circle\",\n          \"verified\": false,\n          \"isBlueVerified\": true,\n          \"verifiedType\": null,\n          \"verifiedSince\": null,\n          \"isIdentityVerified\": false,\n          \"isProtected\": false,\n          \"possiblySensitive\": false,\n          \"profileInterstitialType\": null,\n          \"withheldInCountries\": [],\n          \"professional\": null,\n          \"businessAccount\": null,\n          \"creatorSubscriptionsCount\": 0,\n          \"hasHiddenSubscriptions\": false,\n          \"highlightsInfo\": null,\n          \"hasGraduatedAccess\": true,\n          \"isProfileTranslatable\": false,\n          \"hasCustomTimelines\": true,\n          \"isTranslator\": false,\n          \"affiliatesHighlightedLabel\": {},\n          \"defaultProfile\": false,\n          \"defaultProfileImage\": false,\n          \"followerCount\": 672408,\n          \"followingCount\": 3478,\n          \"tweetCount\": 267584,\n          \"listedCount\": 4978,\n          \"mediaCount\": 15841,\n          \"favoritesCount\": 96203,\n          \"createdAt\": \"2007-06-25T21:03:36.000Z\"\n        },\n        \"source\": null,\n        \"type\": \"quote\",\n        \"replyTo\": null,\n        \"quotedTweet\": null,\n        \"retweetedTweet\": null,\n        \"reactionContext\": {\n          \"isReaction\": true,\n          \"targetTweetId\": \"2000000000000000001\",\n          \"targetTweetUrl\": \"https://x.com/sample_user_00001/status/2000000000000000001\",\n          \"targetAuthor\": {\n            \"id\": \"1000000000000000001\",\n            \"username\": \"sample_user_00001\",\n            \"name\": \"Sample User 00001\",\n            \"avatar\": \"https://example.com/images/sample-avatar-00001.jpg\",\n            \"isBlueVerified\": true\n          }\n        },\n        \"likeCount\": 6504,\n        \"retweetCount\": 493,\n        \"replyCount\": 303,\n        \"quoteCount\": 2,\n        \"bookmarkCount\": 259,\n        \"viewCount\": 13373944,\n        \"media\": [\n          {\n            \"id\": \"2001542505607599289\",\n            \"key\": \"3_2001542505607599289\",\n            \"type\": \"photo\",\n            \"url\": \"https://example.com/link-94089/profile-29900/media/sample-media-82570.jpg\",\n            \"displayUrl\": \"pic.x.com/IZ6RBzsBAa\",\n            \"expandedUrl\": \"https://x.com/sample_user_14641/status/2009988722539212593/photo/1\",\n            \"thumbnailUrl\": \"https://example.com/link-94089/profile-29900/media/sample-media-82570.jpg\",\n            \"width\": 631,\n            \"height\": 664,\n            \"aspectRatio\": [\n              631,\n              664\n            ],\n            \"sizes\": {\n              \"thumb\": {\n                \"width\": 150,\n                \"height\": 150,\n                \"resize\": \"crop\"\n              },\n              \"small\": {\n                \"width\": 631,\n                \"height\": 664,\n                \"resize\": \"fit\"\n              },\n              \"medium\": {\n                \"width\": 631,\n                \"height\": 664,\n                \"resize\": \"fit\"\n              },\n              \"large\": {\n                \"width\": 631,\n                \"height\": 664,\n                \"resize\": \"fit\"\n              },\n              \"original\": {\n                \"width\": 631,\n                \"height\": 664,\n                \"resize\": \"fit\"\n              }\n            },\n            \"duration\": null,\n            \"bitrate\": null,\n            \"videoInfo\": null,\n            \"altText\": null,\n            \"sensitiveMedia\": false,\n            \"features\": {\n              \"all\": [],\n              \"large\": [],\n              \"medium\": [],\n              \"small\": [],\n              \"orig\": [\n                {\n                  \"faces\": [\n                    {\n                      \"x\": 0,\n                      \"y\": 239,\n                      \"width\": 631,\n                      \"height\": 353\n                    },\n                    {\n                      \"x\": 0,\n                      \"y\": 33,\n                      \"width\": 631,\n                      \"height\": 631\n                    },\n                    {\n                      \"x\": 0,\n                      \"y\": 0,\n                      \"width\": 582,\n                      \"height\": 664\n                    },\n                    {\n                      \"x\": 0,\n                      \"y\": 0,\n                      \"width\": 332,\n                      \"height\": 664\n                    },\n                    {\n                      \"x\": 0,\n                      \"y\": 0,\n                      \"width\": 631,\n                      \"height\": 664\n                    }\n                  ]\n                }\n              ]\n            },\n            \"mediaAvailability\": {\n              \"status\": \"Available\",\n              \"reason\": null\n            },\n            \"allowDownload\": true,\n            \"mediaStats\": null,\n            \"processingInfo\": null,\n            \"sourceStatusId\": null,\n            \"sourceUserId\": null,\n            \"stickers\": null\n          }\n        ],\n        \"poll\": null,\n        \"card\": null,\n        \"hashtags\": [],\n        \"mentions\": [],\n        \"urls\": [],\n        \"symbols\": [],\n        \"possiblySensitive\": false,\n        \"limitedActions\": null,\n        \"isEdited\": false,\n        \"editControl\": null,\n        \"isTranslatable\": false,\n        \"lang\": \"en\",\n        \"translatedText\": null,\n        \"hasBirdwatchNotes\": false,\n        \"birdwatchPivot\": null,\n        \"conversationControl\": null,\n        \"isPromoted\": false,\n        \"promotedMetadata\": null,\n        \"createdAt\": \"2025-10-01T23:59:45.000Z\",\n        \"place\": null,\n        \"communityId\": null,\n        \"communityResults\": null\n      },\n      \"retweetedTweet\": null,\n      \"reactionContext\": {\n        \"isReaction\": true,\n        \"targetTweetId\": \"2000000000000000001\",\n        \"targetTweetUrl\": \"https://x.com/sample_user_00001/status/2000000000000000001\",\n        \"targetAuthor\": {\n          \"id\": \"1000000000000000001\",\n          \"username\": \"sample_user_00001\",\n          \"name\": \"Sample User 00001\",\n          \"avatar\": \"https://example.com/images/sample-avatar-00001.jpg\",\n          \"isBlueVerified\": true\n        }\n      },\n      \"likeCount\": 133058,\n      \"retweetCount\": 12364,\n      \"replyCount\": 8555,\n      \"quoteCount\": 838,\n      \"bookmarkCount\": 2775,\n      \"viewCount\": 13154390,\n      \"media\": [],\n      \"poll\": null,\n      \"card\": null,\n      \"hashtags\": [],\n      \"mentions\": [],\n      \"urls\": [],\n      \"symbols\": [],\n      \"possiblySensitive\": false,\n      \"limitedActions\": null,\n      \"isEdited\": false,\n      \"editControl\": null,\n      \"isTranslatable\": false,\n      \"lang\": \"en\",\n      \"translatedText\": null,\n      \"hasBirdwatchNotes\": false,\n      \"birdwatchPivot\": null,\n      \"conversationControl\": null,\n      \"isPromoted\": false,\n      \"promotedMetadata\": null,\n      \"createdAt\": \"2025-10-02T02:42:03.000Z\",\n      \"place\": null,\n      \"communityId\": null,\n      \"communityResults\": null\n    }\n  ],\n  \"pagination\": {\n    \"nextCursor\": \"DAAHCgABG2O6blp__-sLAAIAAAATMTk3MzQ5NjkzNDM4MDk5OTA3OQgAAwAAAAIAAA\",\n    \"prevCursor\": \"DAAHCgABG2O6blqAJxELAAIAAAATMTk3MzYyNTk0NTQ4MDQyOTYwMggAAwAAAAEAAA\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "Request validation failed or the upstream request was invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "tweets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "userId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"Request validation failed\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The TweetAPI key or caller-supplied Twitter authentication token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "tweets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "userId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 401,\n  \"message\": \"No API key provided\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The authenticated account is not permitted to perform the operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "tweets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "userId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 403,\n  \"message\": \"Forbidden\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The requested resource or route was not found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "tweets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "userId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 404,\n  \"message\": \"Not found\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The per-minute rate limit or plan request allowance was exceeded. The response does not currently include Retry-After or X-RateLimit headers.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "tweets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "userId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 429,\n  \"message\": \"Rate limit quota exceeded\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "TweetAPI or an upstream dependency failed to process the request.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "tweets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "userId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 500,\n  \"message\": \"Internal Server Error\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "name": "Tweets And Replies",
          "request": {
            "name": "Tweets And Replies",
            "description": {
              "content": "Retrieve tweets and replies posted by a specific user. Returns a paginated timeline including both original tweets and replies.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "tw-v2",
                "user",
                "tweets-and-replies"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "userId",
                  "value": "1234567890",
                  "description": "(Required) Unique platform user ID (e.g., '10017528')"
                },
                {
                  "disabled": true,
                  "key": "cursor",
                  "value": "NEXT_CURSOR",
                  "description": "Pagination cursor for fetching next page of results. Obtained from previous response."
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "tweets-and-replies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "userId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"5001591756625130239\",\n      \"conversationId\": \"5001591756625130239\",\n      \"text\": \"Sample post text 83969 for documentation.\",\n      \"displayTextRange\": [\n        0,\n        140\n      ],\n      \"author\": {\n        \"id\": \"10017528\",\n        \"username\": \"sample_user_96991\",\n        \"name\": \"Sample User 96991\",\n        \"bio\": \"Sample profile bio for Sample User 96991.\",\n        \"location\": null,\n        \"website\": null,\n        \"pinnedTweetIds\": [\n          \"2003874737416606947\"\n        ],\n        \"avatar\": \"https://example.com/images/sample-avatar-96991.jpg\",\n        \"banner\": \"https://example.com/images/sample-banner-96991.jpg\",\n        \"profileImageShape\": \"Circle\",\n        \"verified\": false,\n        \"isBlueVerified\": true,\n        \"verifiedType\": null,\n        \"verifiedSince\": null,\n        \"isIdentityVerified\": false,\n        \"isProtected\": false,\n        \"possiblySensitive\": false,\n        \"profileInterstitialType\": null,\n        \"withheldInCountries\": [],\n        \"professional\": {\n          \"type\": \"Creator\",\n          \"category\": [],\n          \"restId\": \"9009505976599913053\"\n        },\n        \"businessAccount\": null,\n        \"creatorSubscriptionsCount\": 0,\n        \"hasHiddenSubscriptions\": false,\n        \"highlightsInfo\": null,\n        \"hasGraduatedAccess\": true,\n        \"isProfileTranslatable\": false,\n        \"hasCustomTimelines\": true,\n        \"isTranslator\": false,\n        \"affiliatesHighlightedLabel\": {\n          \"label\": {\n            \"url\": {\n              \"url\": \"https://example.com/link-94089/profile-41921/X\",\n              \"urlType\": \"DeepLink\"\n            },\n            \"badge\": {\n              \"url\": \"https://example.com/link-94089/profile-29900/media/sample-media-25883.jpg\"\n            },\n            \"description\": \"Sample description for documentation 11871.\",\n            \"userLabelType\": \"BusinessLabel\",\n            \"userLabelDisplayType\": \"Badge\"\n          }\n        },\n        \"defaultProfile\": false,\n        \"defaultProfileImage\": false,\n        \"followerCount\": 226995942,\n        \"followingCount\": 1218,\n        \"tweetCount\": 86746,\n        \"listedCount\": 164447,\n        \"mediaCount\": 4162,\n        \"favoritesCount\": 174838,\n        \"createdAt\": \"2009-06-02T20:12:29.000Z\"\n      },\n      \"source\": null,\n      \"type\": \"retweet\",\n      \"replyTo\": null,\n      \"quotedTweet\": null,\n      \"retweetedTweet\": null,\n      \"reactionContext\": {\n        \"isReaction\": true,\n        \"targetTweetId\": \"2000000000000000001\",\n        \"targetTweetUrl\": \"https://x.com/sample_user_00001/status/2000000000000000001\",\n        \"targetAuthor\": {\n          \"id\": \"1000000000000000001\",\n          \"username\": \"sample_user_00001\",\n          \"name\": \"Sample User 00001\",\n          \"avatar\": \"https://example.com/images/sample-avatar-00001.jpg\",\n          \"isBlueVerified\": true\n        }\n      },\n      \"likeCount\": 0,\n      \"retweetCount\": 309,\n      \"replyCount\": 0,\n      \"quoteCount\": 0,\n      \"bookmarkCount\": 0,\n      \"viewCount\": 0,\n      \"media\": [],\n      \"poll\": null,\n      \"card\": null,\n      \"hashtags\": [],\n      \"mentions\": [\n        \"sample_user_18760\",\n        \"sample_user_26437\"\n      ],\n      \"urls\": [],\n      \"symbols\": [],\n      \"possiblySensitive\": false,\n      \"limitedActions\": null,\n      \"isEdited\": false,\n      \"editControl\": null,\n      \"isTranslatable\": false,\n      \"lang\": \"en\",\n      \"translatedText\": null,\n      \"hasBirdwatchNotes\": false,\n      \"birdwatchPivot\": null,\n      \"conversationControl\": null,\n      \"isPromoted\": false,\n      \"promotedMetadata\": null,\n      \"createdAt\": \"2025-10-02T05:47:48.000Z\",\n      \"place\": null,\n      \"communityId\": null,\n      \"communityResults\": null\n    },\n    {\n      \"id\": \"5008764432791373827\",\n      \"conversationId\": \"5008764432791373827\",\n      \"text\": \"Sample post text 05861 for documentation.\",\n      \"displayTextRange\": [\n        0,\n        14\n      ],\n      \"author\": {\n        \"id\": \"10017528\",\n        \"username\": \"sample_user_96991\",\n        \"name\": \"Sample User 96991\",\n        \"bio\": \"Sample profile bio for Sample User 96991.\",\n        \"location\": null,\n        \"website\": null,\n        \"pinnedTweetIds\": [\n          \"2003874737416606947\"\n        ],\n        \"avatar\": \"https://example.com/images/sample-avatar-96991.jpg\",\n        \"banner\": \"https://example.com/images/sample-banner-96991.jpg\",\n        \"profileImageShape\": \"Circle\",\n        \"verified\": false,\n        \"isBlueVerified\": true,\n        \"verifiedType\": null,\n        \"verifiedSince\": null,\n        \"isIdentityVerified\": false,\n        \"isProtected\": false,\n        \"possiblySensitive\": false,\n        \"profileInterstitialType\": null,\n        \"withheldInCountries\": [],\n        \"professional\": {\n          \"type\": \"Creator\",\n          \"category\": [],\n          \"restId\": \"9009505976599913053\"\n        },\n        \"businessAccount\": null,\n        \"creatorSubscriptionsCount\": 0,\n        \"hasHiddenSubscriptions\": false,\n        \"highlightsInfo\": null,\n        \"hasGraduatedAccess\": true,\n        \"isProfileTranslatable\": false,\n        \"hasCustomTimelines\": true,\n        \"isTranslator\": false,\n        \"affiliatesHighlightedLabel\": {\n          \"label\": {\n            \"url\": {\n              \"url\": \"https://example.com/link-94089/profile-41921/X\",\n              \"urlType\": \"DeepLink\"\n            },\n            \"badge\": {\n              \"url\": \"https://example.com/link-94089/profile-29900/media/sample-media-25883.jpg\"\n            },\n            \"description\": \"Sample description for documentation 11871.\",\n            \"userLabelType\": \"BusinessLabel\",\n            \"userLabelDisplayType\": \"Badge\"\n          }\n        },\n        \"defaultProfile\": false,\n        \"defaultProfileImage\": false,\n        \"followerCount\": 226995942,\n        \"followingCount\": 1218,\n        \"tweetCount\": 86746,\n        \"listedCount\": 164447,\n        \"mediaCount\": 4162,\n        \"favoritesCount\": 174838,\n        \"createdAt\": \"2009-06-02T20:12:29.000Z\"\n      },\n      \"source\": null,\n      \"type\": \"quote\",\n      \"replyTo\": null,\n      \"quotedTweet\": {\n        \"id\": \"5001326762730364257\",\n        \"conversationId\": \"5001326762730364257\",\n        \"text\": \"Sample post text 87993 for documentation.\",\n        \"displayTextRange\": [\n          0,\n          4\n        ],\n        \"author\": {\n          \"id\": \"10051246\",\n          \"username\": \"sample_user_35585\",\n          \"name\": \"Sample User 35585\",\n          \"bio\": \"Sample profile bio for Sample User 35585.\",\n          \"location\": \"Sample City 147\",\n          \"website\": null,\n          \"pinnedTweetIds\": [\n            \"2001184043341139638\"\n          ],\n          \"avatar\": \"https://example.com/images/sample-avatar-35585.jpg\",\n          \"banner\": \"https://example.com/images/sample-banner-35585.jpg\",\n          \"profileImageShape\": \"Circle\",\n          \"verified\": false,\n          \"isBlueVerified\": true,\n          \"verifiedType\": null,\n          \"verifiedSince\": null,\n          \"isIdentityVerified\": false,\n          \"isProtected\": false,\n          \"possiblySensitive\": false,\n          \"profileInterstitialType\": null,\n          \"withheldInCountries\": [],\n          \"professional\": null,\n          \"businessAccount\": null,\n          \"creatorSubscriptionsCount\": 0,\n          \"hasHiddenSubscriptions\": false,\n          \"highlightsInfo\": null,\n          \"hasGraduatedAccess\": true,\n          \"isProfileTranslatable\": false,\n          \"hasCustomTimelines\": true,\n          \"isTranslator\": false,\n          \"affiliatesHighlightedLabel\": {},\n          \"defaultProfile\": false,\n          \"defaultProfileImage\": false,\n          \"followerCount\": 672408,\n          \"followingCount\": 3478,\n          \"tweetCount\": 267584,\n          \"listedCount\": 4978,\n          \"mediaCount\": 15841,\n          \"favoritesCount\": 96203,\n          \"createdAt\": \"2007-06-25T21:03:36.000Z\"\n        },\n        \"source\": null,\n        \"type\": \"quote\",\n        \"replyTo\": null,\n        \"quotedTweet\": null,\n        \"retweetedTweet\": null,\n        \"reactionContext\": {\n          \"isReaction\": true,\n          \"targetTweetId\": \"2000000000000000001\",\n          \"targetTweetUrl\": \"https://x.com/sample_user_00001/status/2000000000000000001\",\n          \"targetAuthor\": {\n            \"id\": \"1000000000000000001\",\n            \"username\": \"sample_user_00001\",\n            \"name\": \"Sample User 00001\",\n            \"avatar\": \"https://example.com/images/sample-avatar-00001.jpg\",\n            \"isBlueVerified\": true\n          }\n        },\n        \"likeCount\": 6506,\n        \"retweetCount\": 493,\n        \"replyCount\": 303,\n        \"quoteCount\": 2,\n        \"bookmarkCount\": 259,\n        \"viewCount\": 13328937,\n        \"media\": [\n          {\n            \"id\": \"2001542505607599289\",\n            \"key\": \"3_2001542505607599289\",\n            \"type\": \"photo\",\n            \"url\": \"https://example.com/link-94089/profile-29900/media/sample-media-82570.jpg\",\n            \"displayUrl\": \"pic.x.com/IZ6RBzsBAa\",\n            \"expandedUrl\": \"https://x.com/sample_user_14641/status/2009988722539212593/photo/1\",\n            \"thumbnailUrl\": \"https://example.com/link-94089/profile-29900/media/sample-media-82570.jpg\",\n            \"width\": 631,\n            \"height\": 664,\n            \"aspectRatio\": [\n              631,\n              664\n            ],\n            \"sizes\": {\n              \"thumb\": {\n                \"width\": 150,\n                \"height\": 150,\n                \"resize\": \"crop\"\n              },\n              \"small\": {\n                \"width\": 631,\n                \"height\": 664,\n                \"resize\": \"fit\"\n              },\n              \"medium\": {\n                \"width\": 631,\n                \"height\": 664,\n                \"resize\": \"fit\"\n              },\n              \"large\": {\n                \"width\": 631,\n                \"height\": 664,\n                \"resize\": \"fit\"\n              },\n              \"original\": {\n                \"width\": 631,\n                \"height\": 664,\n                \"resize\": \"fit\"\n              }\n            },\n            \"duration\": null,\n            \"bitrate\": null,\n            \"videoInfo\": null,\n            \"altText\": null,\n            \"sensitiveMedia\": false,\n            \"features\": {\n              \"all\": [],\n              \"large\": [],\n              \"medium\": [],\n              \"small\": [],\n              \"orig\": [\n                {\n                  \"faces\": [\n                    {\n                      \"x\": 0,\n                      \"y\": 239,\n                      \"width\": 631,\n                      \"height\": 353\n                    },\n                    {\n                      \"x\": 0,\n                      \"y\": 33,\n                      \"width\": 631,\n                      \"height\": 631\n                    },\n                    {\n                      \"x\": 0,\n                      \"y\": 0,\n                      \"width\": 582,\n                      \"height\": 664\n                    },\n                    {\n                      \"x\": 0,\n                      \"y\": 0,\n                      \"width\": 332,\n                      \"height\": 664\n                    },\n                    {\n                      \"x\": 0,\n                      \"y\": 0,\n                      \"width\": 631,\n                      \"height\": 664\n                    }\n                  ]\n                }\n              ]\n            },\n            \"mediaAvailability\": {\n              \"status\": \"Available\",\n              \"reason\": null\n            },\n            \"allowDownload\": true,\n            \"mediaStats\": null,\n            \"processingInfo\": null,\n            \"sourceStatusId\": null,\n            \"sourceUserId\": null,\n            \"stickers\": null\n          }\n        ],\n        \"poll\": null,\n        \"card\": null,\n        \"hashtags\": [],\n        \"mentions\": [],\n        \"urls\": [],\n        \"symbols\": [],\n        \"possiblySensitive\": false,\n        \"limitedActions\": null,\n        \"isEdited\": false,\n        \"editControl\": null,\n        \"isTranslatable\": false,\n        \"lang\": \"en\",\n        \"translatedText\": null,\n        \"hasBirdwatchNotes\": false,\n        \"birdwatchPivot\": null,\n        \"conversationControl\": null,\n        \"isPromoted\": false,\n        \"promotedMetadata\": null,\n        \"createdAt\": \"2025-10-01T23:59:45.000Z\",\n        \"place\": null,\n        \"communityId\": null,\n        \"communityResults\": null\n      },\n      \"retweetedTweet\": null,\n      \"reactionContext\": {\n        \"isReaction\": true,\n        \"targetTweetId\": \"2000000000000000001\",\n        \"targetTweetUrl\": \"https://x.com/sample_user_00001/status/2000000000000000001\",\n        \"targetAuthor\": {\n          \"id\": \"1000000000000000001\",\n          \"username\": \"sample_user_00001\",\n          \"name\": \"Sample User 00001\",\n          \"avatar\": \"https://example.com/images/sample-avatar-00001.jpg\",\n          \"isBlueVerified\": true\n        }\n      },\n      \"likeCount\": 133087,\n      \"retweetCount\": 12366,\n      \"replyCount\": 8555,\n      \"quoteCount\": 838,\n      \"bookmarkCount\": 2775,\n      \"viewCount\": 13154390,\n      \"media\": [],\n      \"poll\": null,\n      \"card\": null,\n      \"hashtags\": [],\n      \"mentions\": [],\n      \"urls\": [],\n      \"symbols\": [],\n      \"possiblySensitive\": false,\n      \"limitedActions\": null,\n      \"isEdited\": false,\n      \"editControl\": null,\n      \"isTranslatable\": false,\n      \"lang\": \"en\",\n      \"translatedText\": null,\n      \"hasBirdwatchNotes\": false,\n      \"birdwatchPivot\": null,\n      \"conversationControl\": null,\n      \"isPromoted\": false,\n      \"promotedMetadata\": null,\n      \"createdAt\": \"2025-10-02T02:42:03.000Z\",\n      \"place\": null,\n      \"communityId\": null,\n      \"communityResults\": null\n    },\n    {\n      \"id\": \"5009654759134967489\",\n      \"conversationId\": \"5009654759134967489\",\n      \"text\": \"Sample post text 08754 for documentation.\",\n      \"displayTextRange\": [\n        0,\n        140\n      ],\n      \"author\": {\n        \"id\": \"10017528\",\n        \"username\": \"sample_user_96991\",\n        \"name\": \"Sample User 96991\",\n        \"bio\": \"Sample profile bio for Sample User 96991.\",\n        \"location\": null,\n        \"website\": null,\n        \"pinnedTweetIds\": [\n          \"2003874737416606947\"\n        ],\n        \"avatar\": \"https://example.com/images/sample-avatar-96991.jpg\",\n        \"banner\": \"https://example.com/images/sample-banner-96991.jpg\",\n        \"profileImageShape\": \"Circle\",\n        \"verified\": false,\n        \"isBlueVerified\": true,\n        \"verifiedType\": null,\n        \"verifiedSince\": null,\n        \"isIdentityVerified\": false,\n        \"isProtected\": false,\n        \"possiblySensitive\": false,\n        \"profileInterstitialType\": null,\n        \"withheldInCountries\": [],\n        \"professional\": {\n          \"type\": \"Creator\",\n          \"category\": [],\n          \"restId\": \"9009505976599913053\"\n        },\n        \"businessAccount\": null,\n        \"creatorSubscriptionsCount\": 0,\n        \"hasHiddenSubscriptions\": false,\n        \"highlightsInfo\": null,\n        \"hasGraduatedAccess\": true,\n        \"isProfileTranslatable\": false,\n        \"hasCustomTimelines\": true,\n        \"isTranslator\": false,\n        \"affiliatesHighlightedLabel\": {\n          \"label\": {\n            \"url\": {\n              \"url\": \"https://example.com/link-94089/profile-41921/X\",\n              \"urlType\": \"DeepLink\"\n            },\n            \"badge\": {\n              \"url\": \"https://example.com/link-94089/profile-29900/media/sample-media-25883.jpg\"\n            },\n            \"description\": \"Sample description for documentation 11871.\",\n            \"userLabelType\": \"BusinessLabel\",\n            \"userLabelDisplayType\": \"Badge\"\n          }\n        },\n        \"defaultProfile\": false,\n        \"defaultProfileImage\": false,\n        \"followerCount\": 226995942,\n        \"followingCount\": 1218,\n        \"tweetCount\": 86746,\n        \"listedCount\": 164447,\n        \"mediaCount\": 4162,\n        \"favoritesCount\": 174838,\n        \"createdAt\": \"2009-06-02T20:12:29.000Z\"\n      },\n      \"source\": null,\n      \"type\": \"retweet\",\n      \"replyTo\": null,\n      \"quotedTweet\": null,\n      \"retweetedTweet\": null,\n      \"reactionContext\": {\n        \"isReaction\": true,\n        \"targetTweetId\": \"2000000000000000001\",\n        \"targetTweetUrl\": \"https://x.com/sample_user_00001/status/2000000000000000001\",\n        \"targetAuthor\": {\n          \"id\": \"1000000000000000001\",\n          \"username\": \"sample_user_00001\",\n          \"name\": \"Sample User 00001\",\n          \"avatar\": \"https://example.com/images/sample-avatar-00001.jpg\",\n          \"isBlueVerified\": true\n        }\n      },\n      \"likeCount\": 0,\n      \"retweetCount\": 6979,\n      \"replyCount\": 0,\n      \"quoteCount\": 0,\n      \"bookmarkCount\": 0,\n      \"viewCount\": 18,\n      \"media\": [],\n      \"poll\": null,\n      \"card\": null,\n      \"hashtags\": [],\n      \"mentions\": [\n        \"sample_user_89849\"\n      ],\n      \"urls\": [],\n      \"symbols\": [],\n      \"possiblySensitive\": false,\n      \"limitedActions\": null,\n      \"isEdited\": false,\n      \"editControl\": null,\n      \"isTranslatable\": false,\n      \"lang\": \"en\",\n      \"translatedText\": null,\n      \"hasBirdwatchNotes\": false,\n      \"birdwatchPivot\": null,\n      \"conversationControl\": null,\n      \"isPromoted\": false,\n      \"promotedMetadata\": null,\n      \"createdAt\": \"2025-10-02T00:22:28.000Z\",\n      \"place\": null,\n      \"communityId\": null,\n      \"communityResults\": null\n    },\n    {\n      \"id\": \"5001408543408895944\",\n      \"conversationId\": \"5001408543408895944\",\n      \"text\": \"Sample post text 17797 for documentation.\",\n      \"displayTextRange\": [\n        0,\n        140\n      ],\n      \"author\": {\n        \"id\": \"10017528\",\n        \"username\": \"sample_user_96991\",\n        \"name\": \"Sample User 96991\",\n        \"bio\": \"Sample profile bio for Sample User 96991.\",\n        \"location\": null,\n        \"website\": null,\n        \"pinnedTweetIds\": [\n          \"2003874737416606947\"\n        ],\n        \"avatar\": \"https://example.com/images/sample-avatar-96991.jpg\",\n        \"banner\": \"https://example.com/images/sample-banner-96991.jpg\",\n        \"profileImageShape\": \"Circle\",\n        \"verified\": false,\n        \"isBlueVerified\": true,\n        \"verifiedType\": null,\n        \"verifiedSince\": null,\n        \"isIdentityVerified\": false,\n        \"isProtected\": false,\n        \"possiblySensitive\": false,\n        \"profileInterstitialType\": null,\n        \"withheldInCountries\": [],\n        \"professional\": {\n          \"type\": \"Creator\",\n          \"category\": [],\n          \"restId\": \"9009505976599913053\"\n        },\n        \"businessAccount\": null,\n        \"creatorSubscriptionsCount\": 0,\n        \"hasHiddenSubscriptions\": false,\n        \"highlightsInfo\": null,\n        \"hasGraduatedAccess\": true,\n        \"isProfileTranslatable\": false,\n        \"hasCustomTimelines\": true,\n        \"isTranslator\": false,\n        \"affiliatesHighlightedLabel\": {\n          \"label\": {\n            \"url\": {\n              \"url\": \"https://example.com/link-94089/profile-41921/X\",\n              \"urlType\": \"DeepLink\"\n            },\n            \"badge\": {\n              \"url\": \"https://example.com/link-94089/profile-29900/media/sample-media-25883.jpg\"\n            },\n            \"description\": \"Sample description for documentation 11871.\",\n            \"userLabelType\": \"BusinessLabel\",\n            \"userLabelDisplayType\": \"Badge\"\n          }\n        },\n        \"defaultProfile\": false,\n        \"defaultProfileImage\": false,\n        \"followerCount\": 226995942,\n        \"followingCount\": 1218,\n        \"tweetCount\": 86746,\n        \"listedCount\": 164447,\n        \"mediaCount\": 4162,\n        \"favoritesCount\": 174838,\n        \"createdAt\": \"2009-06-02T20:12:29.000Z\"\n      },\n      \"source\": null,\n      \"type\": \"retweet\",\n      \"replyTo\": null,\n      \"quotedTweet\": null,\n      \"retweetedTweet\": null,\n      \"reactionContext\": {\n        \"isReaction\": true,\n        \"targetTweetId\": \"2000000000000000001\",\n        \"targetTweetUrl\": \"https://x.com/sample_user_00001/status/2000000000000000001\",\n        \"targetAuthor\": {\n          \"id\": \"1000000000000000001\",\n          \"username\": \"sample_user_00001\",\n          \"name\": \"Sample User 00001\",\n          \"avatar\": \"https://example.com/images/sample-avatar-00001.jpg\",\n          \"isBlueVerified\": true\n        }\n      },\n      \"likeCount\": 0,\n      \"retweetCount\": 5549,\n      \"replyCount\": 0,\n      \"quoteCount\": 0,\n      \"bookmarkCount\": 0,\n      \"viewCount\": 2,\n      \"media\": [],\n      \"poll\": null,\n      \"card\": null,\n      \"hashtags\": [],\n      \"mentions\": [\n        \"sample_user_01062\"\n      ],\n      \"urls\": [],\n      \"symbols\": [],\n      \"possiblySensitive\": false,\n      \"limitedActions\": null,\n      \"isEdited\": false,\n      \"editControl\": null,\n      \"isTranslatable\": false,\n      \"lang\": \"en\",\n      \"translatedText\": null,\n      \"hasBirdwatchNotes\": false,\n      \"birdwatchPivot\": null,\n      \"conversationControl\": null,\n      \"isPromoted\": false,\n      \"promotedMetadata\": null,\n      \"createdAt\": \"2025-10-02T00:20:42.000Z\",\n      \"place\": null,\n      \"communityId\": null,\n      \"communityResults\": null\n    },\n    {\n      \"id\": \"5002333148827998832\",\n      \"conversationId\": \"5002333148827998832\",\n      \"text\": \"Sample post text 76968 for documentation.\",\n      \"displayTextRange\": [\n        0,\n        148\n      ],\n      \"author\": {\n        \"id\": \"10017528\",\n        \"username\": \"sample_user_96991\",\n        \"name\": \"Sample User 96991\",\n        \"bio\": \"Sample profile bio for Sample User 96991.\",\n        \"location\": null,\n        \"website\": null,\n        \"pinnedTweetIds\": [\n          \"2003874737416606947\"\n        ],\n        \"avatar\": \"https://example.com/images/sample-avatar-96991.jpg\",\n        \"banner\": \"https://example.com/images/sample-banner-96991.jpg\",\n        \"profileImageShape\": \"Circle\",\n        \"verified\": false,\n        \"isBlueVerified\": true,\n        \"verifiedType\": null,\n        \"verifiedSince\": null,\n        \"isIdentityVerified\": false,\n        \"isProtected\": false,\n        \"possiblySensitive\": false,\n        \"profileInterstitialType\": null,\n        \"withheldInCountries\": [],\n        \"professional\": {\n          \"type\": \"Creator\",\n          \"category\": [],\n          \"restId\": \"9009505976599913053\"\n        },\n        \"businessAccount\": null,\n        \"creatorSubscriptionsCount\": 0,\n        \"hasHiddenSubscriptions\": false,\n        \"highlightsInfo\": null,\n        \"hasGraduatedAccess\": true,\n        \"isProfileTranslatable\": false,\n        \"hasCustomTimelines\": true,\n        \"isTranslator\": false,\n        \"affiliatesHighlightedLabel\": {\n          \"label\": {\n            \"url\": {\n              \"url\": \"https://example.com/link-94089/profile-41921/X\",\n              \"urlType\": \"DeepLink\"\n            },\n            \"badge\": {\n              \"url\": \"https://example.com/link-94089/profile-29900/media/sample-media-25883.jpg\"\n            },\n            \"description\": \"Sample description for documentation 11871.\",\n            \"userLabelType\": \"BusinessLabel\",\n            \"userLabelDisplayType\": \"Badge\"\n          }\n        },\n        \"defaultProfile\": false,\n        \"defaultProfileImage\": false,\n        \"followerCount\": 226995942,\n        \"followingCount\": 1218,\n        \"tweetCount\": 86746,\n        \"listedCount\": 164447,\n        \"mediaCount\": 4162,\n        \"favoritesCount\": 174838,\n        \"createdAt\": \"2009-06-02T20:12:29.000Z\"\n      },\n      \"source\": null,\n      \"type\": \"retweet\",\n      \"replyTo\": null,\n      \"quotedTweet\": null,\n      \"retweetedTweet\": null,\n      \"reactionContext\": {\n        \"isReaction\": true,\n        \"targetTweetId\": \"2000000000000000001\",\n        \"targetTweetUrl\": \"https://x.com/sample_user_00001/status/2000000000000000001\",\n        \"targetAuthor\": {\n          \"id\": \"1000000000000000001\",\n          \"username\": \"sample_user_00001\",\n          \"name\": \"Sample User 00001\",\n          \"avatar\": \"https://example.com/images/sample-avatar-00001.jpg\",\n          \"isBlueVerified\": true\n        }\n      },\n      \"likeCount\": 0,\n      \"retweetCount\": 19745,\n      \"replyCount\": 0,\n      \"quoteCount\": 0,\n      \"bookmarkCount\": 0,\n      \"viewCount\": 9,\n      \"media\": [],\n      \"poll\": null,\n      \"card\": null,\n      \"hashtags\": [],\n      \"mentions\": [\n        \"sample_user_28930\",\n        \"sample_user_75527\"\n      ],\n      \"urls\": [],\n      \"symbols\": [],\n      \"possiblySensitive\": false,\n      \"limitedActions\": null,\n      \"isEdited\": false,\n      \"editControl\": null,\n      \"isTranslatable\": false,\n      \"lang\": \"en\",\n      \"translatedText\": null,\n      \"hasBirdwatchNotes\": false,\n      \"birdwatchPivot\": null,\n      \"conversationControl\": null,\n      \"isPromoted\": false,\n      \"promotedMetadata\": null,\n      \"createdAt\": \"2025-10-02T00:20:03.000Z\",\n      \"place\": null,\n      \"communityId\": null,\n      \"communityResults\": null\n    },\n    {\n      \"id\": \"5001015733109059270\",\n      \"conversationId\": \"5001015733109059270\",\n      \"text\": \"Sample post text 96189 for documentation.\",\n      \"displayTextRange\": [\n        0,\n        4\n      ],\n      \"author\": {\n        \"id\": \"10017528\",\n        \"username\": \"sample_user_96991\",\n        \"name\": \"Sample User 96991\",\n        \"bio\": \"Sample profile bio for Sample User 96991.\",\n        \"location\": null,\n        \"website\": null,\n        \"pinnedTweetIds\": [\n          \"2003874737416606947\"\n        ],\n        \"avatar\": \"https://example.com/images/sample-avatar-96991.jpg\",\n        \"banner\": \"https://example.com/images/sample-banner-96991.jpg\",\n        \"profileImageShape\": \"Circle\",\n        \"verified\": false,\n        \"isBlueVerified\": true,\n        \"verifiedType\": null,\n        \"verifiedSince\": null,\n        \"isIdentityVerified\": false,\n        \"isProtected\": false,\n        \"possiblySensitive\": false,\n        \"profileInterstitialType\": null,\n        \"withheldInCountries\": [],\n        \"professional\": {\n          \"type\": \"Creator\",\n          \"category\": [],\n          \"restId\": \"9009505976599913053\"\n        },\n        \"businessAccount\": null,\n        \"creatorSubscriptionsCount\": 0,\n        \"hasHiddenSubscriptions\": false,\n        \"highlightsInfo\": null,\n        \"hasGraduatedAccess\": true,\n        \"isProfileTranslatable\": false,\n        \"hasCustomTimelines\": true,\n        \"isTranslator\": false,\n        \"affiliatesHighlightedLabel\": {\n          \"label\": {\n            \"url\": {\n              \"url\": \"https://example.com/link-94089/profile-41921/X\",\n              \"urlType\": \"DeepLink\"\n            },\n            \"badge\": {\n              \"url\": \"https://example.com/link-94089/profile-29900/media/sample-media-25883.jpg\"\n            },\n            \"description\": \"Sample description for documentation 11871.\",\n            \"userLabelType\": \"BusinessLabel\",\n            \"userLabelDisplayType\": \"Badge\"\n          }\n        },\n        \"defaultProfile\": false,\n        \"defaultProfileImage\": false,\n        \"followerCount\": 226995942,\n        \"followingCount\": 1218,\n        \"tweetCount\": 86746,\n        \"listedCount\": 164447,\n        \"mediaCount\": 4162,\n        \"favoritesCount\": 174838,\n        \"createdAt\": \"2009-06-02T20:12:29.000Z\"\n      },\n      \"source\": null,\n      \"type\": \"quote\",\n      \"replyTo\": null,\n      \"quotedTweet\": {\n        \"id\": \"5003969848913653241\",\n        \"conversationId\": \"5003969848913653241\",\n        \"text\": \"Sample post text 89313 for documentation.\",\n        \"displayTextRange\": [\n          0,\n          241\n        ],\n        \"author\": {\n          \"id\": \"2001703038104952149\",\n          \"username\": \"sample_user_93054\",\n          \"name\": \"Sample User 93054\",\n          \"bio\": \"Sample profile bio for Sample User 93054.\",\n          \"location\": null,\n          \"website\": null,\n          \"pinnedTweetIds\": [\n            \"2001197362889368128\"\n          ],\n          \"avatar\": \"https://example.com/link-94089/profile-29900/images/sample-avatar-29104.jpg\",\n          \"banner\": \"https://example.com/link-94089/profile-29900/images/sample-banner-29104.jpg\",\n          \"profileImageShape\": \"Circle\",\n          \"verified\": false,\n          \"isBlueVerified\": true,\n          \"verifiedType\": null,\n          \"verifiedSince\": null,\n          \"isIdentityVerified\": false,\n          \"isProtected\": false,\n          \"possiblySensitive\": false,\n          \"profileInterstitialType\": null,\n          \"withheldInCountries\": [],\n          \"professional\": {\n            \"type\": \"Creator\",\n            \"category\": [],\n            \"restId\": \"2001644683195519401\"\n          },\n          \"businessAccount\": null,\n          \"creatorSubscriptionsCount\": 0,\n          \"hasHiddenSubscriptions\": false,\n          \"highlightsInfo\": null,\n          \"hasGraduatedAccess\": true,\n          \"isProfileTranslatable\": false,\n          \"hasCustomTimelines\": true,\n          \"isTranslator\": false,\n          \"affiliatesHighlightedLabel\": {\n            \"label\": {\n              \"url\": {\n                \"url\": \"https://x.com/sample_user_16773\",\n                \"urlType\": \"DeepLink\"\n              },\n              \"badge\": {\n                \"url\": \"https://example.com/link-94089/profile-29900/media/sample-media-90585.jpg\"\n              },\n              \"description\": \"Sample description for documentation 16374.\",\n              \"userLabelType\": \"BusinessLabel\",\n              \"userLabelDisplayType\": \"Badge\"\n            }\n          },\n          \"defaultProfile\": true,\n          \"defaultProfileImage\": false,\n          \"followerCount\": 1742586,\n          \"followingCount\": 998,\n          \"tweetCount\": 52653,\n          \"listedCount\": 5829,\n          \"mediaCount\": 29414,\n          \"favoritesCount\": 110461,\n          \"createdAt\": \"2021-05-05T12:03:43.000Z\"\n        },\n        \"source\": null,\n        \"type\": \"tweet\",\n        \"replyTo\": null,\n        \"quotedTweet\": null,\n        \"retweetedTweet\": null,\n        \"reactionContext\": {\n          \"isReaction\": true,\n          \"targetTweetId\": \"2000000000000000001\",\n          \"targetTweetUrl\": \"https://x.com/sample_user_00001/status/2000000000000000001\",\n          \"targetAuthor\": {\n            \"id\": \"1000000000000000001\",\n            \"username\": \"sample_user_00001\",\n            \"name\": \"Sample User 00001\",\n            \"avatar\": \"https://example.com/images/sample-avatar-00001.jpg\",\n            \"isBlueVerified\": true\n          }\n        },\n        \"likeCount\": 616,\n        \"retweetCount\": 128,\n        \"replyCount\": 138,\n        \"quoteCount\": 27,\n        \"bookmarkCount\": 46,\n        \"viewCount\": 2202073,\n        \"media\": [\n          {\n            \"id\": \"2006780362599633143\",\n            \"key\": \"3_2006780362599633143\",\n            \"type\": \"photo\",\n            \"url\": \"https://example.com/link-94089/profile-29900/media/sample-media-39843.jpg\",\n            \"displayUrl\": \"pic.x.com/q22239nnbE\",\n            \"expandedUrl\": \"https://x.com/sample_user_36702/status/2005157336766221997/photo/1\",\n            \"thumbnailUrl\": \"https://example.com/link-94089/profile-29900/media/sample-media-39843.jpg\",\n            \"width\": 800,\n            \"height\": 1074,\n            \"aspectRatio\": [\n              400,\n              537\n            ],\n            \"sizes\": {\n              \"thumb\": {\n                \"width\": 150,\n                \"height\": 150,\n                \"resize\": \"crop\"\n              },\n              \"small\": {\n                \"width\": 507,\n                \"height\": 680,\n                \"resize\": \"fit\"\n              },\n              \"medium\": {\n                \"width\": 800,\n                \"height\": 1074,\n                \"resize\": \"fit\"\n              },\n              \"large\": {\n                \"width\": 800,\n                \"height\": 1074,\n                \"resize\": \"fit\"\n              },\n              \"original\": {\n                \"width\": 800,\n                \"height\": 1074,\n                \"resize\": \"fit\"\n              }\n            },\n            \"duration\": null,\n            \"bitrate\": null,\n            \"videoInfo\": null,\n            \"altText\": null,\n            \"sensitiveMedia\": false,\n            \"features\": {\n              \"all\": [],\n              \"large\": [],\n              \"medium\": [],\n              \"small\": [],\n              \"orig\": [\n                {\n                  \"faces\": [\n                    {\n                      \"x\": 0,\n                      \"y\": 626,\n                      \"width\": 800,\n                      \"height\": 448\n                    },\n                    {\n                      \"x\": 0,\n                      \"y\": 274,\n                      \"width\": 800,\n                      \"height\": 800\n                    },\n                    {\n                      \"x\": 0,\n                      \"y\": 162,\n                      \"width\": 800,\n                      \"height\": 912\n                    },\n                    {\n                      \"x\": 188,\n                      \"y\": 0,\n                      \"width\": 537,\n                      \"height\": 1074\n                    },\n                    {\n                      \"x\": 0,\n                      \"y\": 0,\n                      \"width\": 800,\n                      \"height\": 1074\n                    }\n                  ]\n                }\n              ]\n            },\n            \"mediaAvailability\": {\n              \"status\": \"Available\",\n              \"reason\": null\n            },\n            \"allowDownload\": true,\n            \"mediaStats\": null,\n            \"processingInfo\": null,\n            \"sourceStatusId\": null,\n            \"sourceUserId\": null,\n            \"stickers\": null\n          }\n        ],\n        \"poll\": null,\n        \"card\": null,\n        \"hashtags\": [],\n        \"mentions\": [],\n        \"urls\": [],\n        \"symbols\": [],\n        \"possiblySensitive\": false,\n        \"limitedActions\": null,\n        \"isEdited\": false,\n        \"editControl\": null,\n        \"isTranslatable\": false,\n        \"lang\": \"en\",\n        \"translatedText\": null,\n        \"hasBirdwatchNotes\": false,\n        \"birdwatchPivot\": null,\n        \"conversationControl\": null,\n        \"isPromoted\": false,\n        \"promotedMetadata\": null,\n        \"createdAt\": \"2025-10-01T22:40:31.000Z\",\n        \"place\": null,\n        \"communityId\": null,\n        \"communityResults\": null\n      },\n      \"retweetedTweet\": null,\n      \"reactionContext\": {\n        \"isReaction\": true,\n        \"targetTweetId\": \"2000000000000000001\",\n        \"targetTweetUrl\": \"https://x.com/sample_user_00001/status/2000000000000000001\",\n        \"targetAuthor\": {\n          \"id\": \"1000000000000000001\",\n          \"username\": \"sample_user_00001\",\n          \"name\": \"Sample User 00001\",\n          \"avatar\": \"https://example.com/images/sample-avatar-00001.jpg\",\n          \"isBlueVerified\": true\n        }\n      },\n      \"likeCount\": 10032,\n      \"retweetCount\": 1734,\n      \"replyCount\": 1706,\n      \"quoteCount\": 97,\n      \"bookmarkCount\": 301,\n      \"viewCount\": 2157784,\n      \"media\": [],\n      \"poll\": null,\n      \"card\": null,\n      \"hashtags\": [],\n      \"mentions\": [],\n      \"urls\": [],\n      \"symbols\": [],\n      \"possiblySensitive\": false,\n      \"limitedActions\": null,\n      \"isEdited\": false,\n      \"editControl\": null,\n      \"isTranslatable\": false,\n      \"lang\": \"en\",\n      \"translatedText\": null,\n      \"hasBirdwatchNotes\": false,\n      \"birdwatchPivot\": null,\n      \"conversationControl\": null,\n      \"isPromoted\": false,\n      \"promotedMetadata\": null,\n      \"createdAt\": \"2025-10-02T00:16:48.000Z\",\n      \"place\": null,\n      \"communityId\": null,\n      \"communityResults\": null\n    },\n    {\n      \"id\": \"5008041707893943814\",\n      \"conversationId\": \"5008041707893943814\",\n      \"text\": \"Sample post text 73327 for documentation.\",\n      \"displayTextRange\": [\n        0,\n        2\n      ],\n      \"author\": {\n        \"id\": \"10017528\",\n        \"username\": \"sample_user_96991\",\n        \"name\": \"Sample User 96991\",\n        \"bio\": \"Sample profile bio for Sample User 96991.\",\n        \"location\": null,\n        \"website\": null,\n        \"pinnedTweetIds\": [\n          \"2003874737416606947\"\n        ],\n        \"avatar\": \"https://example.com/images/sample-avatar-96991.jpg\",\n        \"banner\": \"https://example.com/images/sample-banner-96991.jpg\",\n        \"profileImageShape\": \"Circle\",\n        \"verified\": false,\n        \"isBlueVerified\": true,\n        \"verifiedType\": null,\n        \"verifiedSince\": null,\n        \"isIdentityVerified\": false,\n        \"isProtected\": false,\n        \"possiblySensitive\": false,\n        \"profileInterstitialType\": null,\n        \"withheldInCountries\": [],\n        \"professional\": {\n          \"type\": \"Creator\",\n          \"category\": [],\n          \"restId\": \"9009505976599913053\"\n        },\n        \"businessAccount\": null,\n        \"creatorSubscriptionsCount\": 0,\n        \"hasHiddenSubscriptions\": false,\n        \"highlightsInfo\": null,\n        \"hasGraduatedAccess\": true,\n        \"isProfileTranslatable\": false,\n        \"hasCustomTimelines\": true,\n        \"isTranslator\": false,\n        \"affiliatesHighlightedLabel\": {\n          \"label\": {\n            \"url\": {\n              \"url\": \"https://example.com/link-94089/profile-41921/X\",\n              \"urlType\": \"DeepLink\"\n            },\n            \"badge\": {\n              \"url\": \"https://example.com/link-94089/profile-29900/media/sample-media-25883.jpg\"\n            },\n            \"description\": \"Sample description for documentation 11871.\",\n            \"userLabelType\": \"BusinessLabel\",\n            \"userLabelDisplayType\": \"Badge\"\n          }\n        },\n        \"defaultProfile\": false,\n        \"defaultProfileImage\": false,\n        \"followerCount\": 226995942,\n        \"followingCount\": 1218,\n        \"tweetCount\": 86746,\n        \"listedCount\": 164447,\n        \"mediaCount\": 4162,\n        \"favoritesCount\": 174838,\n        \"createdAt\": \"2009-06-02T20:12:29.000Z\"\n      },\n      \"source\": null,\n      \"type\": \"quote\",\n      \"replyTo\": null,\n      \"quotedTweet\": {\n        \"id\": \"5001883234431964544\",\n        \"conversationId\": \"5001883234431964544\",\n        \"text\": \"Sample post text 01970 for documentation.\",\n        \"displayTextRange\": [\n          0,\n          272\n        ],\n        \"author\": {\n          \"id\": \"20011470\",\n          \"username\": \"sample_user_94596\",\n          \"name\": \"Sample User 94596\",\n          \"bio\": \"Sample profile bio for Sample User 94596.\",\n          \"location\": \"Sample City 031\",\n          \"website\": \"https://example.com/link-94089/profile-29900/profile-76341\",\n          \"pinnedTweetIds\": [\n            \"2001584270043555670\"\n          ],\n          \"avatar\": \"https://example.com/link-94089/profile-29900/images/sample-avatar-76341.jpg\",\n          \"banner\": \"https://example.com/link-94089/profile-29900/images/sample-banner-76341.jpg\",\n          \"profileImageShape\": \"Circle\",\n          \"verified\": false,\n          \"isBlueVerified\": true,\n          \"verifiedType\": null,\n          \"verifiedSince\": null,\n          \"isIdentityVerified\": false,\n          \"isProtected\": false,\n          \"possiblySensitive\": false,\n          \"profileInterstitialType\": null,\n          \"withheldInCountries\": [],\n          \"professional\": {\n            \"type\": \"Business\",\n            \"category\": [],\n            \"restId\": \"2004994708298694452\"\n          },\n          \"businessAccount\": null,\n          \"creatorSubscriptionsCount\": 0,\n          \"hasHiddenSubscriptions\": false,\n          \"highlightsInfo\": null,\n          \"hasGraduatedAccess\": true,\n          \"isProfileTranslatable\": false,\n          \"hasCustomTimelines\": true,\n          \"isTranslator\": false,\n          \"affiliatesHighlightedLabel\": {\n            \"label\": {\n              \"url\": {\n                \"url\": \"https://x.com/sample_user_72380\",\n                \"urlType\": \"DeepLink\"\n              },\n              \"badge\": {\n                \"url\": \"https://example.com/link-94089/profile-29900/media/sample-media-91111.jpg\"\n              },\n              \"description\": \"Sample description for documentation 09590.\",\n              \"userLabelType\": \"BusinessLabel\",\n              \"userLabelDisplayType\": \"Badge\"\n            }\n          },\n          \"defaultProfile\": false,\n          \"defaultProfileImage\": false,\n          \"followerCount\": 2319191,\n          \"followingCount\": 992,\n          \"tweetCount\": 109447,\n          \"listedCount\": 22273,\n          \"mediaCount\": 13445,\n          \"favoritesCount\": 30736,\n          \"createdAt\": \"2008-09-01T03:13:32.000Z\"\n        },\n        \"source\": null,\n        \"type\": \"quote\",\n        \"replyTo\": null,\n        \"quotedTweet\": null,\n        \"retweetedTweet\": null,\n        \"reactionContext\": {\n          \"isReaction\": true,\n          \"targetTweetId\": \"2000000000000000001\",\n          \"targetTweetUrl\": \"https://x.com/sample_user_00001/status/2000000000000000001\",\n          \"targetAuthor\": {\n            \"id\": \"1000000000000000001\",\n            \"username\": \"sample_user_00001\",\n            \"name\": \"Sample User 00001\",\n            \"avatar\": \"https://example.com/images/sample-avatar-00001.jpg\",\n            \"isBlueVerified\": true\n          }\n        },\n        \"likeCount\": 8531,\n        \"retweetCount\": 1732,\n        \"replyCount\": 331,\n        \"quoteCount\": 124,\n        \"bookmarkCount\": 470,\n        \"viewCount\": 3469415,\n        \"media\": [\n          {\n            \"id\": \"2001426637152556421\",\n            \"key\": \"3_2001426637152556421\",\n            \"type\": \"photo\",\n            \"url\": \"https://example.com/link-94089/profile-29900/media/sample-media-44550.jpg\",\n            \"displayUrl\": \"pic.x.com/M1En4hIaOI\",\n            \"expandedUrl\": \"https://x.com/sample_user_02807/status/2006709766184718602/photo/1\",\n            \"thumbnailUrl\": \"https://example.com/link-94089/profile-29900/media/sample-media-44550.jpg\",\n            \"width\": 2382,\n            \"height\": 950,\n            \"aspectRatio\": [\n              1191,\n              475\n            ],\n            \"sizes\": {\n              \"thumb\": {\n                \"width\": 150,\n                \"height\": 150,\n                \"resize\": \"crop\"\n              },\n              \"small\": {\n                \"width\": 680,\n                \"height\": 271,\n                \"resize\": \"fit\"\n              },\n              \"medium\": {\n                \"width\": 1200,\n                \"height\": 479,\n                \"resize\": \"fit\"\n              },\n              \"large\": {\n                \"width\": 2048,\n                \"height\": 817,\n                \"resize\": \"fit\"\n              },\n              \"original\": {\n                \"width\": 2382,\n                \"height\": 950,\n                \"resize\": \"fit\"\n              }\n            },\n            \"duration\": null,\n            \"bitrate\": null,\n            \"videoInfo\": null,\n            \"altText\": null,\n            \"sensitiveMedia\": false,\n            \"features\": {\n              \"all\": [],\n              \"large\": [],\n              \"medium\": [],\n              \"small\": [],\n              \"orig\": [\n                {\n                  \"faces\": [\n                    {\n                      \"x\": 0,\n                      \"y\": 0,\n                      \"width\": 1696,\n                      \"height\": 950\n                    },\n                    {\n                      \"x\": 0,\n                      \"y\": 0,\n                      \"width\": 950,\n                      \"height\": 950\n                    },\n                    {\n                      \"x\": 0,\n                      \"y\": 0,\n                      \"width\": 833,\n                      \"height\": 950\n                    },\n                    {\n                      \"x\": 178,\n                      \"y\": 0,\n                      \"width\": 475,\n                      \"height\": 950\n                    },\n                    {\n                      \"x\": 0,\n                      \"y\": 0,\n                      \"width\": 2382,\n                      \"height\": 950\n                    }\n                  ]\n                }\n              ]\n            },\n            \"mediaAvailability\": {\n              \"status\": \"Available\",\n              \"reason\": null\n            },\n            \"allowDownload\": true,\n            \"mediaStats\": null,\n            \"processingInfo\": null,\n            \"sourceStatusId\": null,\n            \"sourceUserId\": null,\n            \"stickers\": null\n          }\n        ],\n        \"poll\": null,\n        \"card\": null,\n        \"hashtags\": [],\n        \"mentions\": [],\n        \"urls\": [],\n        \"symbols\": [],\n        \"possiblySensitive\": false,\n        \"limitedActions\": null,\n        \"isEdited\": false,\n        \"editControl\": null,\n        \"isTranslatable\": false,\n        \"lang\": \"en\",\n        \"translatedText\": null,\n        \"hasBirdwatchNotes\": false,\n        \"birdwatchPivot\": null,\n        \"conversationControl\": null,\n        \"isPromoted\": false,\n        \"promotedMetadata\": null,\n        \"createdAt\": \"2025-10-01T22:42:21.000Z\",\n        \"place\": null,\n        \"communityId\": null,\n        \"communityResults\": null\n      },\n      \"retweetedTweet\": null,\n      \"reactionContext\": {\n        \"isReaction\": true,\n        \"targetTweetId\": \"2000000000000000001\",\n        \"targetTweetUrl\": \"https://x.com/sample_user_00001/status/2000000000000000001\",\n        \"targetAuthor\": {\n          \"id\": \"1000000000000000001\",\n          \"username\": \"sample_user_00001\",\n          \"name\": \"Sample User 00001\",\n          \"avatar\": \"https://example.com/images/sample-avatar-00001.jpg\",\n          \"isBlueVerified\": true\n        }\n      },\n      \"likeCount\": 34085,\n      \"retweetCount\": 5724,\n      \"replyCount\": 1923,\n      \"quoteCount\": 131,\n      \"bookmarkCount\": 1068,\n      \"viewCount\": 3095212,\n      \"media\": [],\n      \"poll\": null,\n      \"card\": null,\n      \"hashtags\": [],\n      \"mentions\": [],\n      \"urls\": [],\n      \"symbols\": [],\n      \"possiblySensitive\": false,\n      \"limitedActions\": null,\n      \"isEdited\": false,\n      \"editControl\": null,\n      \"isTranslatable\": false,\n      \"lang\": \"qst\",\n      \"translatedText\": null,\n      \"hasBirdwatchNotes\": false,\n      \"birdwatchPivot\": null,\n      \"conversationControl\": null,\n      \"isPromoted\": false,\n      \"promotedMetadata\": null,\n      \"createdAt\": \"2025-10-01T23:33:19.000Z\",\n      \"place\": null,\n      \"communityId\": null,\n      \"communityResults\": null\n    },\n    {\n      \"id\": \"5007094016832281578\",\n      \"conversationId\": \"5007094016832281578\",\n      \"text\": \"Sample post text 05861 for documentation.\",\n      \"displayTextRange\": [\n        0,\n        14\n      ],\n      \"author\": {\n        \"id\": \"10017528\",\n        \"username\": \"sample_user_96991\",\n        \"name\": \"Sample User 96991\",\n        \"bio\": \"Sample profile bio for Sample User 96991.\",\n        \"location\": null,\n        \"website\": null,\n        \"pinnedTweetIds\": [\n          \"2003874737416606947\"\n        ],\n        \"avatar\": \"https://example.com/images/sample-avatar-96991.jpg\",\n        \"banner\": \"https://example.com/images/sample-banner-96991.jpg\",\n        \"profileImageShape\": \"Circle\",\n        \"verified\": false,\n        \"isBlueVerified\": true,\n        \"verifiedType\": null,\n        \"verifiedSince\": null,\n        \"isIdentityVerified\": false,\n        \"isProtected\": false,\n        \"possiblySensitive\": false,\n        \"profileInterstitialType\": null,\n        \"withheldInCountries\": [],\n        \"professional\": {\n          \"type\": \"Creator\",\n          \"category\": [],\n          \"restId\": \"9009505976599913053\"\n        },\n        \"businessAccount\": null,\n        \"creatorSubscriptionsCount\": 0,\n        \"hasHiddenSubscriptions\": false,\n        \"highlightsInfo\": null,\n        \"hasGraduatedAccess\": true,\n        \"isProfileTranslatable\": false,\n        \"hasCustomTimelines\": true,\n        \"isTranslator\": false,\n        \"affiliatesHighlightedLabel\": {\n          \"label\": {\n            \"url\": {\n              \"url\": \"https://example.com/link-94089/profile-41921/X\",\n              \"urlType\": \"DeepLink\"\n            },\n            \"badge\": {\n              \"url\": \"https://example.com/link-94089/profile-29900/media/sample-media-25883.jpg\"\n            },\n            \"description\": \"Sample description for documentation 11871.\",\n            \"userLabelType\": \"BusinessLabel\",\n            \"userLabelDisplayType\": \"Badge\"\n          }\n        },\n        \"defaultProfile\": false,\n        \"defaultProfileImage\": false,\n        \"followerCount\": 226995942,\n        \"followingCount\": 1218,\n        \"tweetCount\": 86746,\n        \"listedCount\": 164447,\n        \"mediaCount\": 4162,\n        \"favoritesCount\": 174838,\n        \"createdAt\": \"2009-06-02T20:12:29.000Z\"\n      },\n      \"source\": null,\n      \"type\": \"quote\",\n      \"replyTo\": null,\n      \"quotedTweet\": {\n        \"id\": \"5001213616578405896\",\n        \"conversationId\": \"5001213616578405896\",\n        \"text\": \"Sample post text 58170 for documentation.\",\n        \"displayTextRange\": [\n          0,\n          241\n        ],\n        \"author\": {\n          \"id\": \"2001782185964267420\",\n          \"username\": \"sample_user_26437\",\n          \"name\": \"Sample User 26437\",\n          \"bio\": \"Sample profile bio for Sample User 26437.\",\n          \"location\": \"Sample City 977\",\n          \"website\": \"https://example.com/link-94089/profile-29900/profile-59797\",\n          \"pinnedTweetIds\": [\n            \"2001254681058547323\"\n          ],\n          \"avatar\": \"https://example.com/link-94089/profile-29900/images/sample-avatar-59797.jpg\",\n          \"banner\": \"https://example.com/link-94089/profile-29900/images/sample-banner-59797.jpg\",\n          \"profileImageShape\": \"Square\",\n          \"verified\": false,\n          \"isBlueVerified\": true,\n          \"verifiedType\": \"Business\",\n          \"verifiedSince\": null,\n          \"isIdentityVerified\": false,\n          \"isProtected\": false,\n          \"possiblySensitive\": false,\n          \"profileInterstitialType\": null,\n          \"withheldInCountries\": [],\n          \"professional\": {\n            \"type\": \"Business\",\n            \"category\": [\n              {\n                \"id\": 580,\n                \"name\": \"Media & News Company\",\n                \"icon_name\": \"IconBriefcaseStroke\"\n              }\n            ],\n            \"restId\": \"2001751835260489657\"\n          },\n          \"businessAccount\": null,\n          \"creatorSubscriptionsCount\": 0,\n          \"hasHiddenSubscriptions\": false,\n          \"highlightsInfo\": null,\n          \"hasGraduatedAccess\": true,\n          \"isProfileTranslatable\": false,\n          \"hasCustomTimelines\": true,\n          \"isTranslator\": false,\n          \"affiliatesHighlightedLabel\": {},\n          \"defaultProfile\": true,\n          \"defaultProfileImage\": false,\n          \"followerCount\": 4497601,\n          \"followingCount\": 1023,\n          \"tweetCount\": 46626,\n          \"listedCount\": 10678,\n          \"mediaCount\": 19267,\n          \"favoritesCount\": 63217,\n          \"createdAt\": \"2020-11-10T18:26:33.000Z\"\n        },\n        \"source\": null,\n        \"type\": \"tweet\",\n        \"replyTo\": null,\n        \"quotedTweet\": null,\n        \"retweetedTweet\": null,\n        \"reactionContext\": {\n          \"isReaction\": true,\n          \"targetTweetId\": \"2000000000000000001\",\n          \"targetTweetUrl\": \"https://x.com/sample_user_00001/status/2000000000000000001\",\n          \"targetAuthor\": {\n            \"id\": \"1000000000000000001\",\n            \"username\": \"sample_user_00001\",\n            \"name\": \"Sample User 00001\",\n            \"avatar\": \"https://example.com/images/sample-avatar-00001.jpg\",\n            \"isBlueVerified\": true\n          }\n        },\n        \"likeCount\": 56800,\n        \"retweetCount\": 13355,\n        \"replyCount\": 3126,\n        \"quoteCount\": 1303,\n        \"bookmarkCount\": 5534,\n        \"viewCount\": 15936558,\n        \"media\": [\n          {\n            \"id\": \"2007403570675672058\",\n            \"key\": \"13_2007403570675672058\",\n            \"type\": \"video\",\n            \"url\": \"https://example.com/link-94089/profile-29900/media/sample-media-82683.jpg\",\n            \"displayUrl\": \"pic.x.com/wEculUEgkM\",\n            \"expandedUrl\": \"https://x.com/sample_user_80582/status/2001570035345337566/video/1\",\n            \"thumbnailUrl\": \"https://example.com/link-94089/profile-29900/media/sample-media-52800.jpg\",\n            \"width\": 1280,\n            \"height\": 720,\n            \"aspectRatio\": [\n              16,\n              9\n            ],\n            \"sizes\": {\n              \"thumb\": {\n                \"width\": 150,\n                \"height\": 150,\n                \"resize\": \"crop\"\n              },\n              \"small\": {\n                \"width\": 680,\n                \"height\": 383,\n                \"resize\": \"fit\"\n              },\n              \"medium\": {\n                \"width\": 1200,\n                \"height\": 675,\n                \"resize\": \"fit\"\n              },\n              \"large\": {\n                \"width\": 1280,\n                \"height\": 720,\n                \"resize\": \"fit\"\n              },\n              \"original\": {\n                \"width\": 1280,\n                \"height\": 720,\n                \"resize\": \"fit\"\n              }\n            },\n            \"duration\": 69,\n            \"bitrate\": null,\n            \"videoInfo\": {\n              \"variants\": [\n                {\n                  \"bitrate\": 0,\n                  \"contentType\": \"application/x-mpegURL\",\n                  \"url\": \"https://example.com/link-94089/profile-29900/media/sample-media-92918.jpg\"\n                },\n                {\n                  \"bitrate\": 256000,\n                  \"contentType\": \"video/mp4\",\n                  \"url\": \"https://example.com/link-94089/profile-29900/media/sample-media-14096.jpg\"\n                },\n                {\n                  \"bitrate\": 832000,\n                  \"contentType\": \"video/mp4\",\n                  \"url\": \"https://example.com/link-94089/profile-29900/media/sample-media-11568.jpg\"\n                },\n                {\n                  \"bitrate\": 2176000,\n                  \"contentType\": \"video/mp4\",\n                  \"url\": \"https://example.com/link-94089/profile-29900/media/sample-media-82683.jpg\"\n                }\n              ],\n              \"durationMillis\": 69400\n            },\n            \"altText\": null,\n            \"sensitiveMedia\": false,\n            \"features\": {\n              \"all\": [],\n              \"large\": [],\n              \"medium\": [],\n              \"small\": [],\n              \"orig\": [\n                {\n                  \"faces\": []\n                }\n              ]\n            },\n            \"mediaAvailability\": {\n              \"status\": \"Available\",\n              \"reason\": null\n            },\n            \"allowDownload\": true,\n            \"mediaStats\": null,\n            \"processingInfo\": null,\n            \"sourceStatusId\": null,\n            \"sourceUserId\": null,\n            \"stickers\": null\n          }\n        ],\n        \"poll\": null,\n        \"card\": null,\n        \"hashtags\": [],\n        \"mentions\": [\n          \"sample_user_91430\"\n        ],\n        \"urls\": [],\n        \"symbols\": [],\n        \"possiblySensitive\": false,\n        \"limitedActions\": null,\n        \"isEdited\": false,\n        \"editControl\": null,\n        \"isTranslatable\": false,\n        \"lang\": \"en\",\n        \"translatedText\": null,\n        \"hasBirdwatchNotes\": false,\n        \"birdwatchPivot\": null,\n        \"conversationControl\": null,\n        \"isPromoted\": false,\n        \"promotedMetadata\": null,\n        \"createdAt\": \"2025-10-01T19:38:19.000Z\",\n        \"place\": null,\n        \"communityId\": null,\n        \"communityResults\": null\n      },\n      \"retweetedTweet\": null,\n      \"reactionContext\": {\n        \"isReaction\": true,\n        \"targetTweetId\": \"2000000000000000001\",\n        \"targetTweetUrl\": \"https://x.com/sample_user_00001/status/2000000000000000001\",\n        \"targetAuthor\": {\n          \"id\": \"1000000000000000001\",\n          \"username\": \"sample_user_00001\",\n          \"name\": \"Sample User 00001\",\n          \"avatar\": \"https://example.com/images/sample-avatar-00001.jpg\",\n          \"isBlueVerified\": true\n        }\n      },\n      \"likeCount\": 202300,\n      \"retweetCount\": 33371,\n      \"replyCount\": 8489,\n      \"quoteCount\": 1231,\n      \"bookmarkCount\": 9345,\n      \"viewCount\": 14380656,\n      \"media\": [],\n      \"poll\": null,\n      \"card\": null,\n      \"hashtags\": [],\n      \"mentions\": [],\n      \"urls\": [],\n      \"symbols\": [],\n      \"possiblySensitive\": false,\n      \"limitedActions\": null,\n      \"isEdited\": false,\n      \"editControl\": null,\n      \"isTranslatable\": false,\n      \"lang\": \"en\",\n      \"translatedText\": null,\n      \"hasBirdwatchNotes\": false,\n      \"birdwatchPivot\": null,\n      \"conversationControl\": null,\n      \"isPromoted\": false,\n      \"promotedMetadata\": null,\n      \"createdAt\": \"2025-10-01T23:26:30.000Z\",\n      \"place\": null,\n      \"communityId\": null,\n      \"communityResults\": null\n    },\n    {\n      \"id\": \"5006608729078501635\",\n      \"conversationId\": \"5006608729078501635\",\n      \"text\": \"Sample post text 27460 for documentation.\",\n      \"displayTextRange\": [\n        0,\n        67\n      ],\n      \"author\": {\n        \"id\": \"10017528\",\n        \"username\": \"sample_user_96991\",\n        \"name\": \"Sample User 96991\",\n        \"bio\": \"Sample profile bio for Sample User 96991.\",\n        \"location\": null,\n        \"website\": null,\n        \"pinnedTweetIds\": [\n          \"2003874737416606947\"\n        ],\n        \"avatar\": \"https://example.com/images/sample-avatar-96991.jpg\",\n        \"banner\": \"https://example.com/images/sample-banner-96991.jpg\",\n        \"profileImageShape\": \"Circle\",\n        \"verified\": false,\n        \"isBlueVerified\": true,\n        \"verifiedType\": null,\n        \"verifiedSince\": null,\n        \"isIdentityVerified\": false,\n        \"isProtected\": false,\n        \"possiblySensitive\": false,\n        \"profileInterstitialType\": null,\n        \"withheldInCountries\": [],\n        \"professional\": {\n          \"type\": \"Creator\",\n          \"category\": [],\n          \"restId\": \"9009505976599913053\"\n        },\n        \"businessAccount\": null,\n        \"creatorSubscriptionsCount\": 0,\n        \"hasHiddenSubscriptions\": false,\n        \"highlightsInfo\": null,\n        \"hasGraduatedAccess\": true,\n        \"isProfileTranslatable\": false,\n        \"hasCustomTimelines\": true,\n        \"isTranslator\": false,\n        \"affiliatesHighlightedLabel\": {\n          \"label\": {\n            \"url\": {\n              \"url\": \"https://example.com/link-94089/profile-41921/X\",\n              \"urlType\": \"DeepLink\"\n            },\n            \"badge\": {\n              \"url\": \"https://example.com/link-94089/profile-29900/media/sample-media-25883.jpg\"\n            },\n            \"description\": \"Sample description for documentation 11871.\",\n            \"userLabelType\": \"BusinessLabel\",\n            \"userLabelDisplayType\": \"Badge\"\n          }\n        },\n        \"defaultProfile\": false,\n        \"defaultProfileImage\": false,\n        \"followerCount\": 226995942,\n        \"followingCount\": 1218,\n        \"tweetCount\": 86746,\n        \"listedCount\": 164447,\n        \"mediaCount\": 4162,\n        \"favoritesCount\": 174838,\n        \"createdAt\": \"2009-06-02T20:12:29.000Z\"\n      },\n      \"source\": null,\n      \"type\": \"quote\",\n      \"replyTo\": null,\n      \"quotedTweet\": {\n        \"id\": \"5008090808741178646\",\n        \"conversationId\": \"5008090808741178646\",\n        \"text\": \"Sample post text 51617 for documentation.\",\n        \"displayTextRange\": [\n          0,\n          65\n        ],\n        \"author\": {\n          \"id\": \"2001782185964267420\",\n          \"username\": \"sample_user_26437\",\n          \"name\": \"Sample User 26437\",\n          \"bio\": \"Sample profile bio for Sample User 26437.\",\n          \"location\": \"Sample City 977\",\n          \"website\": \"https://example.com/link-94089/profile-29900/profile-59797\",\n          \"pinnedTweetIds\": [\n            \"2001254681058547323\"\n          ],\n          \"avatar\": \"https://example.com/link-94089/profile-29900/images/sample-avatar-59797.jpg\",\n          \"banner\": \"https://example.com/link-94089/profile-29900/images/sample-banner-59797.jpg\",\n          \"profileImageShape\": \"Square\",\n          \"verified\": false,\n          \"isBlueVerified\": true,\n          \"verifiedType\": \"Business\",\n          \"verifiedSince\": null,\n          \"isIdentityVerified\": false,\n          \"isProtected\": false,\n          \"possiblySensitive\": false,\n          \"profileInterstitialType\": null,\n          \"withheldInCountries\": [],\n          \"professional\": {\n            \"type\": \"Business\",\n            \"category\": [\n              {\n                \"id\": 580,\n                \"name\": \"Media & News Company\",\n                \"icon_name\": \"IconBriefcaseStroke\"\n              }\n            ],\n            \"restId\": \"2001751835260489657\"\n          },\n          \"businessAccount\": null,\n          \"creatorSubscriptionsCount\": 0,\n          \"hasHiddenSubscriptions\": false,\n          \"highlightsInfo\": null,\n          \"hasGraduatedAccess\": true,\n          \"isProfileTranslatable\": false,\n          \"hasCustomTimelines\": true,\n          \"isTranslator\": false,\n          \"affiliatesHighlightedLabel\": {},\n          \"defaultProfile\": true,\n          \"defaultProfileImage\": false,\n          \"followerCount\": 4497601,\n          \"followingCount\": 1023,\n          \"tweetCount\": 46626,\n          \"listedCount\": 10678,\n          \"mediaCount\": 19267,\n          \"favoritesCount\": 63217,\n          \"createdAt\": \"2020-11-10T18:26:33.000Z\"\n        },\n        \"source\": null,\n        \"type\": \"tweet\",\n        \"replyTo\": null,\n        \"quotedTweet\": null,\n        \"retweetedTweet\": null,\n        \"reactionContext\": {\n          \"isReaction\": true,\n          \"targetTweetId\": \"2000000000000000001\",\n          \"targetTweetUrl\": \"https://x.com/sample_user_00001/status/2000000000000000001\",\n          \"targetAuthor\": {\n            \"id\": \"1000000000000000001\",\n            \"username\": \"sample_user_00001\",\n            \"name\": \"Sample User 00001\",\n            \"avatar\": \"https://example.com/images/sample-avatar-00001.jpg\",\n            \"isBlueVerified\": true\n          }\n        },\n        \"likeCount\": 8920,\n        \"retweetCount\": 2312,\n        \"replyCount\": 645,\n        \"quoteCount\": 214,\n        \"bookmarkCount\": 771,\n        \"viewCount\": 7162127,\n        \"media\": [\n          {\n            \"id\": \"2009486686233892146\",\n            \"key\": \"3_2009486686233892146\",\n            \"type\": \"photo\",\n            \"url\": \"https://example.com/link-94089/profile-29900/media/sample-media-82395.jpg\",\n            \"displayUrl\": \"pic.x.com/bOta7VUY28\",\n            \"expandedUrl\": \"https://x.com/sample_user_80582/status/2004281467487414668/photo/1\",\n            \"thumbnailUrl\": \"https://example.com/link-94089/profile-29900/media/sample-media-82395.jpg\",\n            \"width\": 1200,\n            \"height\": 1687,\n            \"aspectRatio\": [\n              1200,\n              1687\n            ],\n            \"sizes\": {\n              \"thumb\": {\n                \"width\": 150,\n                \"height\": 150,\n                \"resize\": \"crop\"\n              },\n              \"small\": {\n                \"width\": 484,\n                \"height\": 680,\n                \"resize\": \"fit\"\n              },\n              \"medium\": {\n                \"width\": 854,\n                \"height\": 1200,\n                \"resize\": \"fit\"\n              },\n              \"large\": {\n                \"width\": 1200,\n                \"height\": 1687,\n                \"resize\": \"fit\"\n              },\n              \"original\": {\n                \"width\": 1200,\n                \"height\": 1687,\n                \"resize\": \"fit\"\n              }\n            },\n            \"duration\": null,\n            \"bitrate\": null,\n            \"videoInfo\": null,\n            \"altText\": null,\n            \"sensitiveMedia\": false,\n            \"features\": {\n              \"all\": [],\n              \"large\": [],\n              \"medium\": [],\n              \"small\": [],\n              \"orig\": [\n                {\n                  \"faces\": [\n                    {\n                      \"x\": 0,\n                      \"y\": 0,\n                      \"width\": 1200,\n                      \"height\": 672\n                    },\n                    {\n                      \"x\": 0,\n                      \"y\": 0,\n                      \"width\": 1200,\n                      \"height\": 1200\n                    },\n                    {\n                      \"x\": 0,\n                      \"y\": 0,\n                      \"width\": 1200,\n                      \"height\": 1368\n                    },\n                    {\n                      \"x\": 0,\n                      \"y\": 0,\n                      \"width\": 844,\n                      \"height\": 1687\n                    },\n                    {\n                      \"x\": 0,\n                      \"y\": 0,\n                      \"width\": 1200,\n                      \"height\": 1687\n                    }\n                  ]\n                }\n              ]\n            },\n            \"mediaAvailability\": {\n              \"status\": \"Available\",\n              \"reason\": null\n            },\n            \"allowDownload\": true,\n            \"mediaStats\": null,\n            \"processingInfo\": null,\n            \"sourceStatusId\": null,\n            \"sourceUserId\": null,\n            \"stickers\": null\n          }\n        ],\n        \"poll\": null,\n        \"card\": null,\n        \"hashtags\": [],\n        \"mentions\": [\n          \"sample_user_91430\"\n        ],\n        \"urls\": [],\n        \"symbols\": [],\n        \"possiblySensitive\": false,\n        \"limitedActions\": null,\n        \"isEdited\": false,\n        \"editControl\": null,\n        \"isTranslatable\": false,\n        \"lang\": \"en\",\n        \"translatedText\": null,\n        \"hasBirdwatchNotes\": false,\n        \"birdwatchPivot\": null,\n        \"conversationControl\": null,\n        \"isPromoted\": false,\n        \"promotedMetadata\": null,\n        \"createdAt\": \"2025-10-01T20:40:46.000Z\",\n        \"place\": null,\n        \"communityId\": null,\n        \"communityResults\": null\n      },\n      \"retweetedTweet\": null,\n      \"reactionContext\": {\n        \"isReaction\": true,\n        \"targetTweetId\": \"2000000000000000001\",\n        \"targetTweetUrl\": \"https://x.com/sample_user_00001/status/2000000000000000001\",\n        \"targetAuthor\": {\n          \"id\": \"1000000000000000001\",\n          \"username\": \"sample_user_00001\",\n          \"name\": \"Sample User 00001\",\n          \"avatar\": \"https://example.com/images/sample-avatar-00001.jpg\",\n          \"isBlueVerified\": true\n        }\n      },\n      \"likeCount\": 103057,\n      \"retweetCount\": 22760,\n      \"replyCount\": 7452,\n      \"quoteCount\": 866,\n      \"bookmarkCount\": 5184,\n      \"viewCount\": 6874955,\n      \"media\": [],\n      \"poll\": null,\n      \"card\": null,\n      \"hashtags\": [],\n      \"mentions\": [],\n      \"urls\": [],\n      \"symbols\": [],\n      \"possiblySensitive\": false,\n      \"limitedActions\": null,\n      \"isEdited\": false,\n      \"editControl\": null,\n      \"isTranslatable\": false,\n      \"lang\": \"en\",\n      \"translatedText\": null,\n      \"hasBirdwatchNotes\": false,\n      \"birdwatchPivot\": null,\n      \"conversationControl\": null,\n      \"isPromoted\": false,\n      \"promotedMetadata\": null,\n      \"createdAt\": \"2025-10-01T23:01:24.000Z\",\n      \"place\": null,\n      \"communityId\": null,\n      \"communityResults\": null\n    },\n    {\n      \"id\": \"5001787444199496782\",\n      \"conversationId\": \"5001787444199496782\",\n      \"text\": \"Sample post text 91320 for documentation.\",\n      \"displayTextRange\": [\n        0,\n        9\n      ],\n      \"author\": {\n        \"id\": \"10017528\",\n        \"username\": \"sample_user_96991\",\n        \"name\": \"Sample User 96991\",\n        \"bio\": \"Sample profile bio for Sample User 96991.\",\n        \"location\": null,\n        \"website\": null,\n        \"pinnedTweetIds\": [\n          \"2003874737416606947\"\n        ],\n        \"avatar\": \"https://example.com/images/sample-avatar-96991.jpg\",\n        \"banner\": \"https://example.com/images/sample-banner-96991.jpg\",\n        \"profileImageShape\": \"Circle\",\n        \"verified\": false,\n        \"isBlueVerified\": true,\n        \"verifiedType\": null,\n        \"verifiedSince\": null,\n        \"isIdentityVerified\": false,\n        \"isProtected\": false,\n        \"possiblySensitive\": false,\n        \"profileInterstitialType\": null,\n        \"withheldInCountries\": [],\n        \"professional\": {\n          \"type\": \"Creator\",\n          \"category\": [],\n          \"restId\": \"9009505976599913053\"\n        },\n        \"businessAccount\": null,\n        \"creatorSubscriptionsCount\": 0,\n        \"hasHiddenSubscriptions\": false,\n        \"highlightsInfo\": null,\n        \"hasGraduatedAccess\": true,\n        \"isProfileTranslatable\": false,\n        \"hasCustomTimelines\": true,\n        \"isTranslator\": false,\n        \"affiliatesHighlightedLabel\": {\n          \"label\": {\n            \"url\": {\n              \"url\": \"https://example.com/link-94089/profile-41921/X\",\n              \"urlType\": \"DeepLink\"\n            },\n            \"badge\": {\n              \"url\": \"https://example.com/link-94089/profile-29900/media/sample-media-25883.jpg\"\n            },\n            \"description\": \"Sample description for documentation 11871.\",\n            \"userLabelType\": \"BusinessLabel\",\n            \"userLabelDisplayType\": \"Badge\"\n          }\n        },\n        \"defaultProfile\": false,\n        \"defaultProfileImage\": false,\n        \"followerCount\": 226995942,\n        \"followingCount\": 1218,\n        \"tweetCount\": 86746,\n        \"listedCount\": 164447,\n        \"mediaCount\": 4162,\n        \"favoritesCount\": 174838,\n        \"createdAt\": \"2009-06-02T20:12:29.000Z\"\n      },\n      \"source\": null,\n      \"type\": \"quote\",\n      \"replyTo\": null,\n      \"quotedTweet\": {\n        \"id\": \"5001448173797287788\",\n        \"conversationId\": \"5001448173797287788\",\n        \"text\": \"Sample post text 29360 for documentation.\",\n        \"displayTextRange\": [\n          0,\n          279\n        ],\n        \"author\": {\n          \"id\": \"2001820320070453690\",\n          \"username\": \"sample_user_06849\",\n          \"name\": \"Sample User 06849\",\n          \"bio\": \"Sample profile bio for Sample User 06849.\",\n          \"location\": \"Sample City 324\",\n          \"website\": \"https://example.com/link-94089/profile-29900/profile-31033\",\n          \"pinnedTweetIds\": [],\n          \"avatar\": \"https://example.com/link-94089/profile-29900/images/sample-avatar-31033.jpg\",\n          \"banner\": \"https://example.com/link-94089/profile-29900/images/sample-banner-31033.jpg\",\n          \"profileImageShape\": \"Circle\",\n          \"verified\": false,\n          \"isBlueVerified\": true,\n          \"verifiedType\": null,\n          \"verifiedSince\": null,\n          \"isIdentityVerified\": false,\n          \"isProtected\": false,\n          \"possiblySensitive\": false,\n          \"profileInterstitialType\": null,\n          \"withheldInCountries\": [],\n          \"professional\": {\n            \"type\": \"Creator\",\n            \"category\": [],\n            \"restId\": \"2001783820338157278\"\n          },\n          \"businessAccount\": null,\n          \"creatorSubscriptionsCount\": 0,\n          \"hasHiddenSubscriptions\": false,\n          \"highlightsInfo\": null,\n          \"hasGraduatedAccess\": true,\n          \"isProfileTranslatable\": false,\n          \"hasCustomTimelines\": false,\n          \"isTranslator\": false,\n          \"affiliatesHighlightedLabel\": {},\n          \"defaultProfile\": true,\n          \"defaultProfileImage\": false,\n          \"followerCount\": 37746,\n          \"followingCount\": 1185,\n          \"tweetCount\": 20965,\n          \"listedCount\": 201,\n          \"mediaCount\": 2816,\n          \"favoritesCount\": 28507,\n          \"createdAt\": \"2024-07-30T15:42:27.000Z\"\n        },\n        \"source\": null,\n        \"type\": \"tweet\",\n        \"replyTo\": null,\n        \"quotedTweet\": null,\n        \"retweetedTweet\": null,\n        \"reactionContext\": {\n          \"isReaction\": true,\n          \"targetTweetId\": \"2000000000000000001\",\n          \"targetTweetUrl\": \"https://x.com/sample_user_00001/status/2000000000000000001\",\n          \"targetAuthor\": {\n            \"id\": \"1000000000000000001\",\n            \"username\": \"sample_user_00001\",\n            \"name\": \"Sample User 00001\",\n            \"avatar\": \"https://example.com/images/sample-avatar-00001.jpg\",\n            \"isBlueVerified\": true\n          }\n        },\n        \"likeCount\": 2444,\n        \"retweetCount\": 363,\n        \"replyCount\": 317,\n        \"quoteCount\": 55,\n        \"bookmarkCount\": 139,\n        \"viewCount\": 2551773,\n        \"media\": [\n          {\n            \"id\": \"2001065274344671822\",\n            \"key\": \"3_2001065274344671822\",\n            \"type\": \"photo\",\n            \"url\": \"https://example.com/link-94089/profile-29900/media/sample-media-25816.jpg\",\n            \"displayUrl\": \"pic.x.com/xhDZrN1DHF\",\n            \"expandedUrl\": \"https://x.com/sample_user_39237/status/2006736258355867150/photo/1\",\n            \"thumbnailUrl\": \"https://example.com/link-94089/profile-29900/media/sample-media-25816.jpg\",\n            \"width\": 1152,\n            \"height\": 707,\n            \"aspectRatio\": [\n              1152,\n              707\n            ],\n            \"sizes\": {\n              \"thumb\": {\n                \"width\": 150,\n                \"height\": 150,\n                \"resize\": \"crop\"\n              },\n              \"small\": {\n                \"width\": 680,\n                \"height\": 417,\n                \"resize\": \"fit\"\n              },\n              \"medium\": {\n                \"width\": 1152,\n                \"height\": 707,\n                \"resize\": \"fit\"\n              },\n              \"large\": {\n                \"width\": 1152,\n                \"height\": 707,\n                \"resize\": \"fit\"\n              },\n              \"original\": {\n                \"width\": 1152,\n                \"height\": 707,\n                \"resize\": \"fit\"\n              }\n            },\n            \"duration\": null,\n            \"bitrate\": null,\n            \"videoInfo\": null,\n            \"altText\": null,\n            \"sensitiveMedia\": false,\n            \"features\": {\n              \"all\": [],\n              \"large\": [],\n              \"medium\": [],\n              \"small\": [],\n              \"orig\": [\n                {\n                  \"faces\": [\n                    {\n                      \"x\": 0,\n                      \"y\": 0,\n                      \"width\": 1152,\n                      \"height\": 645\n                    },\n                    {\n                      \"x\": 223,\n                      \"y\": 0,\n                      \"width\": 707,\n                      \"height\": 707\n                    },\n                    {\n                      \"x\": 266,\n                      \"y\": 0,\n                      \"width\": 620,\n                      \"height\": 707\n                    },\n                    {\n                      \"x\": 399,\n                      \"y\": 0,\n                      \"width\": 354,\n                      \"height\": 707\n                    },\n                    {\n                      \"x\": 0,\n                      \"y\": 0,\n                      \"width\": 1152,\n                      \"height\": 707\n                    }\n                  ]\n                }\n              ]\n            },\n            \"mediaAvailability\": {\n              \"status\": \"Available\",\n              \"reason\": null\n            },\n            \"allowDownload\": true,\n            \"mediaStats\": null,\n            \"processingInfo\": null,\n            \"sourceStatusId\": null,\n            \"sourceUserId\": null,\n            \"stickers\": null\n          }\n        ],\n        \"poll\": null,\n        \"card\": null,\n        \"hashtags\": [],\n        \"mentions\": [],\n        \"urls\": [],\n        \"symbols\": [],\n        \"possiblySensitive\": false,\n        \"limitedActions\": null,\n        \"isEdited\": false,\n        \"editControl\": null,\n        \"isTranslatable\": false,\n        \"lang\": \"en\",\n        \"translatedText\": null,\n        \"hasBirdwatchNotes\": false,\n        \"birdwatchPivot\": null,\n        \"conversationControl\": null,\n        \"isPromoted\": false,\n        \"promotedMetadata\": null,\n        \"createdAt\": \"2025-10-01T18:06:41.000Z\",\n        \"place\": null,\n        \"communityId\": null,\n        \"communityResults\": null\n      },\n      \"retweetedTweet\": null,\n      \"reactionContext\": {\n        \"isReaction\": true,\n        \"targetTweetId\": \"2000000000000000001\",\n        \"targetTweetUrl\": \"https://x.com/sample_user_00001/status/2000000000000000001\",\n        \"targetAuthor\": {\n          \"id\": \"1000000000000000001\",\n          \"username\": \"sample_user_00001\",\n          \"name\": \"Sample User 00001\",\n          \"avatar\": \"https://example.com/images/sample-avatar-00001.jpg\",\n          \"isBlueVerified\": true\n        }\n      },\n      \"likeCount\": 25805,\n      \"retweetCount\": 3201,\n      \"replyCount\": 2056,\n      \"quoteCount\": 152,\n      \"bookmarkCount\": 678,\n      \"viewCount\": 2495509,\n      \"media\": [],\n      \"poll\": null,\n      \"card\": null,\n      \"hashtags\": [],\n      \"mentions\": [],\n      \"urls\": [],\n      \"symbols\": [],\n      \"possiblySensitive\": false,\n      \"limitedActions\": null,\n      \"isEdited\": false,\n      \"editControl\": null,\n      \"isTranslatable\": false,\n      \"lang\": \"pt\",\n      \"translatedText\": null,\n      \"hasBirdwatchNotes\": false,\n      \"birdwatchPivot\": null,\n      \"conversationControl\": null,\n      \"isPromoted\": false,\n      \"promotedMetadata\": null,\n      \"createdAt\": \"2025-10-01T22:55:34.000Z\",\n      \"place\": null,\n      \"communityId\": null,\n      \"communityResults\": null\n    },\n    {\n      \"id\": \"5001627600522378982\",\n      \"conversationId\": \"5001627600522378982\",\n      \"text\": \"Sample post text 75067 for documentation.\",\n      \"displayTextRange\": [\n        0,\n        76\n      ],\n      \"author\": {\n        \"id\": \"10017528\",\n        \"username\": \"sample_user_96991\",\n        \"name\": \"Sample User 96991\",\n        \"bio\": \"Sample profile bio for Sample User 96991.\",\n        \"location\": null,\n        \"website\": null,\n        \"pinnedTweetIds\": [\n          \"2003874737416606947\"\n        ],\n        \"avatar\": \"https://example.com/images/sample-avatar-96991.jpg\",\n        \"banner\": \"https://example.com/images/sample-banner-96991.jpg\",\n        \"profileImageShape\": \"Circle\",\n        \"verified\": false,\n        \"isBlueVerified\": true,\n        \"verifiedType\": null,\n        \"verifiedSince\": null,\n        \"isIdentityVerified\": false,\n        \"isProtected\": false,\n        \"possiblySensitive\": false,\n        \"profileInterstitialType\": null,\n        \"withheldInCountries\": [],\n        \"professional\": {\n          \"type\": \"Creator\",\n          \"category\": [],\n          \"restId\": \"9009505976599913053\"\n        },\n        \"businessAccount\": null,\n        \"creatorSubscriptionsCount\": 0,\n        \"hasHiddenSubscriptions\": false,\n        \"highlightsInfo\": null,\n        \"hasGraduatedAccess\": true,\n        \"isProfileTranslatable\": false,\n        \"hasCustomTimelines\": true,\n        \"isTranslator\": false,\n        \"affiliatesHighlightedLabel\": {\n          \"label\": {\n            \"url\": {\n              \"url\": \"https://example.com/link-94089/profile-41921/X\",\n              \"urlType\": \"DeepLink\"\n            },\n            \"badge\": {\n              \"url\": \"https://example.com/link-94089/profile-29900/media/sample-media-25883.jpg\"\n            },\n            \"description\": \"Sample description for documentation 11871.\",\n            \"userLabelType\": \"BusinessLabel\",\n            \"userLabelDisplayType\": \"Badge\"\n          }\n        },\n        \"defaultProfile\": false,\n        \"defaultProfileImage\": false,\n        \"followerCount\": 226995942,\n        \"followingCount\": 1218,\n        \"tweetCount\": 86746,\n        \"listedCount\": 164447,\n        \"mediaCount\": 4162,\n        \"favoritesCount\": 174838,\n        \"createdAt\": \"2009-06-02T20:12:29.000Z\"\n      },\n      \"source\": null,\n      \"type\": \"retweet\",\n      \"replyTo\": null,\n      \"quotedTweet\": null,\n      \"retweetedTweet\": null,\n      \"reactionContext\": {\n        \"isReaction\": true,\n        \"targetTweetId\": \"2000000000000000001\",\n        \"targetTweetUrl\": \"https://x.com/sample_user_00001/status/2000000000000000001\",\n        \"targetAuthor\": {\n          \"id\": \"1000000000000000001\",\n          \"username\": \"sample_user_00001\",\n          \"name\": \"Sample User 00001\",\n          \"avatar\": \"https://example.com/images/sample-avatar-00001.jpg\",\n          \"isBlueVerified\": true\n        }\n      },\n      \"likeCount\": 0,\n      \"retweetCount\": 786,\n      \"replyCount\": 0,\n      \"quoteCount\": 0,\n      \"bookmarkCount\": 0,\n      \"viewCount\": 1,\n      \"media\": [],\n      \"poll\": null,\n      \"card\": null,\n      \"hashtags\": [],\n      \"mentions\": [\n        \"sample_user_96195\"\n      ],\n      \"urls\": [],\n      \"symbols\": [],\n      \"possiblySensitive\": false,\n      \"limitedActions\": null,\n      \"isEdited\": false,\n      \"editControl\": null,\n      \"isTranslatable\": false,\n      \"lang\": \"en\",\n      \"translatedText\": null,\n      \"hasBirdwatchNotes\": false,\n      \"birdwatchPivot\": null,\n      \"conversationControl\": null,\n      \"isPromoted\": false,\n      \"promotedMetadata\": null,\n      \"createdAt\": \"2025-10-01T22:53:22.000Z\",\n      \"place\": null,\n      \"communityId\": null,\n      \"communityResults\": null\n    },\n    {\n      \"id\": \"5008653895371084382\",\n      \"conversationId\": \"5008653895371084382\",\n      \"text\": \"Sample post text 74657 for documentation.\",\n      \"displayTextRange\": [\n        0,\n        140\n      ],\n      \"author\": {\n        \"id\": \"10017528\",\n        \"username\": \"sample_user_96991\",\n        \"name\": \"Sample User 96991\",\n        \"bio\": \"Sample profile bio for Sample User 96991.\",\n        \"location\": null,\n        \"website\": null,\n        \"pinnedTweetIds\": [\n          \"2003874737416606947\"\n        ],\n        \"avatar\": \"https://example.com/images/sample-avatar-96991.jpg\",\n        \"banner\": \"https://example.com/images/sample-banner-96991.jpg\",\n        \"profileImageShape\": \"Circle\",\n        \"verified\": false,\n        \"isBlueVerified\": true,\n        \"verifiedType\": null,\n        \"verifiedSince\": null,\n        \"isIdentityVerified\": false,\n        \"isProtected\": false,\n        \"possiblySensitive\": false,\n        \"profileInterstitialType\": null,\n        \"withheldInCountries\": [],\n        \"professional\": {\n          \"type\": \"Creator\",\n          \"category\": [],\n          \"restId\": \"9009505976599913053\"\n        },\n        \"businessAccount\": null,\n        \"creatorSubscriptionsCount\": 0,\n        \"hasHiddenSubscriptions\": false,\n        \"highlightsInfo\": null,\n        \"hasGraduatedAccess\": true,\n        \"isProfileTranslatable\": false,\n        \"hasCustomTimelines\": true,\n        \"isTranslator\": false,\n        \"affiliatesHighlightedLabel\": {\n          \"label\": {\n            \"url\": {\n              \"url\": \"https://example.com/link-94089/profile-41921/X\",\n              \"urlType\": \"DeepLink\"\n            },\n            \"badge\": {\n              \"url\": \"https://example.com/link-94089/profile-29900/media/sample-media-25883.jpg\"\n            },\n            \"description\": \"Sample description for documentation 11871.\",\n            \"userLabelType\": \"BusinessLabel\",\n            \"userLabelDisplayType\": \"Badge\"\n          }\n        },\n        \"defaultProfile\": false,\n        \"defaultProfileImage\": false,\n        \"followerCount\": 226995942,\n        \"followingCount\": 1218,\n        \"tweetCount\": 86746,\n        \"listedCount\": 164447,\n        \"mediaCount\": 4162,\n        \"favoritesCount\": 174838,\n        \"createdAt\": \"2009-06-02T20:12:29.000Z\"\n      },\n      \"source\": null,\n      \"type\": \"retweet\",\n      \"replyTo\": null,\n      \"quotedTweet\": null,\n      \"retweetedTweet\": null,\n      \"reactionContext\": {\n        \"isReaction\": true,\n        \"targetTweetId\": \"2000000000000000001\",\n        \"targetTweetUrl\": \"https://x.com/sample_user_00001/status/2000000000000000001\",\n        \"targetAuthor\": {\n          \"id\": \"1000000000000000001\",\n          \"username\": \"sample_user_00001\",\n          \"name\": \"Sample User 00001\",\n          \"avatar\": \"https://example.com/images/sample-avatar-00001.jpg\",\n          \"isBlueVerified\": true\n        }\n      },\n      \"likeCount\": 0,\n      \"retweetCount\": 1280,\n      \"replyCount\": 0,\n      \"quoteCount\": 0,\n      \"bookmarkCount\": 0,\n      \"viewCount\": 1,\n      \"media\": [],\n      \"poll\": null,\n      \"card\": null,\n      \"hashtags\": [],\n      \"mentions\": [\n        \"sample_user_15129\"\n      ],\n      \"urls\": [],\n      \"symbols\": [],\n      \"possiblySensitive\": false,\n      \"limitedActions\": null,\n      \"isEdited\": false,\n      \"editControl\": null,\n      \"isTranslatable\": false,\n      \"lang\": \"en\",\n      \"translatedText\": null,\n      \"hasBirdwatchNotes\": false,\n      \"birdwatchPivot\": null,\n      \"conversationControl\": null,\n      \"isPromoted\": false,\n      \"promotedMetadata\": null,\n      \"createdAt\": \"2025-10-01T22:52:58.000Z\",\n      \"place\": null,\n      \"communityId\": null,\n      \"communityResults\": null\n    },\n    {\n      \"id\": \"5001409355181656063\",\n      \"conversationId\": \"5001409355181656063\",\n      \"text\": \"Sample post text 54223 for documentation.\",\n      \"displayTextRange\": [\n        0,\n        140\n      ],\n      \"author\": {\n        \"id\": \"10017528\",\n        \"username\": \"sample_user_96991\",\n        \"name\": \"Sample User 96991\",\n        \"bio\": \"Sample profile bio for Sample User 96991.\",\n        \"location\": null,\n        \"website\": null,\n        \"pinnedTweetIds\": [\n          \"2003874737416606947\"\n        ],\n        \"avatar\": \"https://example.com/images/sample-avatar-96991.jpg\",\n        \"banner\": \"https://example.com/images/sample-banner-96991.jpg\",\n        \"profileImageShape\": \"Circle\",\n        \"verified\": false,\n        \"isBlueVerified\": true,\n        \"verifiedType\": null,\n        \"verifiedSince\": null,\n        \"isIdentityVerified\": false,\n        \"isProtected\": false,\n        \"possiblySensitive\": false,\n        \"profileInterstitialType\": null,\n        \"withheldInCountries\": [],\n        \"professional\": {\n          \"type\": \"Creator\",\n          \"category\": [],\n          \"restId\": \"9009505976599913053\"\n        },\n        \"businessAccount\": null,\n        \"creatorSubscriptionsCount\": 0,\n        \"hasHiddenSubscriptions\": false,\n        \"highlightsInfo\": null,\n        \"hasGraduatedAccess\": true,\n        \"isProfileTranslatable\": false,\n        \"hasCustomTimelines\": true,\n        \"isTranslator\": false,\n        \"affiliatesHighlightedLabel\": {\n          \"label\": {\n            \"url\": {\n              \"url\": \"https://example.com/link-94089/profile-41921/X\",\n              \"urlType\": \"DeepLink\"\n            },\n            \"badge\": {\n              \"url\": \"https://example.com/link-94089/profile-29900/media/sample-media-25883.jpg\"\n            },\n            \"description\": \"Sample description for documentation 11871.\",\n            \"userLabelType\": \"BusinessLabel\",\n            \"userLabelDisplayType\": \"Badge\"\n          }\n        },\n        \"defaultProfile\": false,\n        \"defaultProfileImage\": false,\n        \"followerCount\": 226995942,\n        \"followingCount\": 1218,\n        \"tweetCount\": 86746,\n        \"listedCount\": 164447,\n        \"mediaCount\": 4162,\n        \"favoritesCount\": 174838,\n        \"createdAt\": \"2009-06-02T20:12:29.000Z\"\n      },\n      \"source\": null,\n      \"type\": \"retweet\",\n      \"replyTo\": null,\n      \"quotedTweet\": null,\n      \"retweetedTweet\": null,\n      \"reactionContext\": {\n        \"isReaction\": true,\n        \"targetTweetId\": \"2000000000000000001\",\n        \"targetTweetUrl\": \"https://x.com/sample_user_00001/status/2000000000000000001\",\n        \"targetAuthor\": {\n          \"id\": \"1000000000000000001\",\n          \"username\": \"sample_user_00001\",\n          \"name\": \"Sample User 00001\",\n          \"avatar\": \"https://example.com/images/sample-avatar-00001.jpg\",\n          \"isBlueVerified\": true\n        }\n      },\n      \"likeCount\": 0,\n      \"retweetCount\": 5195,\n      \"replyCount\": 0,\n      \"quoteCount\": 0,\n      \"bookmarkCount\": 0,\n      \"viewCount\": 1,\n      \"media\": [],\n      \"poll\": null,\n      \"card\": null,\n      \"hashtags\": [],\n      \"mentions\": [\n        \"sample_user_25934\"\n      ],\n      \"urls\": [],\n      \"symbols\": [],\n      \"possiblySensitive\": false,\n      \"limitedActions\": null,\n      \"isEdited\": false,\n      \"editControl\": null,\n      \"isTranslatable\": false,\n      \"lang\": \"en\",\n      \"translatedText\": null,\n      \"hasBirdwatchNotes\": false,\n      \"birdwatchPivot\": null,\n      \"conversationControl\": null,\n      \"isPromoted\": false,\n      \"promotedMetadata\": null,\n      \"createdAt\": \"2025-10-01T22:52:35.000Z\",\n      \"place\": null,\n      \"communityId\": null,\n      \"communityResults\": null\n    }\n  ],\n  \"pagination\": {\n    \"nextCursor\": \"DAAHCgABG2O6ceH__-oLAAIAAAATMTk3MzUyMTI4NDY4NTU3MDA1NggAAwAAAAIAAA\",\n    \"prevCursor\": \"DAAHCgABG2O6ceIAJxELAAIAAAATMTk3MzYyNTk0NTQ4MDQyOTYwMggAAwAAAAEAAA\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "Request validation failed or the upstream request was invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "tweets-and-replies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "userId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"Request validation failed\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The TweetAPI key or caller-supplied Twitter authentication token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "tweets-and-replies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "userId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 401,\n  \"message\": \"No API key provided\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The authenticated account is not permitted to perform the operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "tweets-and-replies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "userId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 403,\n  \"message\": \"Forbidden\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The requested resource or route was not found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "tweets-and-replies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "userId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 404,\n  \"message\": \"Not found\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The per-minute rate limit or plan request allowance was exceeded. The response does not currently include Retry-After or X-RateLimit headers.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "tweets-and-replies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "userId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 429,\n  \"message\": \"Rate limit quota exceeded\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "TweetAPI or an upstream dependency failed to process the request.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "tweets-and-replies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "userId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 500,\n  \"message\": \"Internal Server Error\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "name": "Following V2",
          "request": {
            "name": "Following V2",
            "description": {
              "content": "Get a paginated list of users that the specified account is following. Returns user objects with complete profile information.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "tw-v2",
                "user",
                "following"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "userId",
                  "value": "1234567890",
                  "description": "(Required) Unique platform user ID (e.g., '10017528')"
                },
                {
                  "disabled": true,
                  "key": "cursor",
                  "value": "NEXT_CURSOR",
                  "description": "Pagination cursor for fetching next page of results. Obtained from previous response."
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "following"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "userId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"10019446\",\n      \"username\": \"sample_user_50395\",\n      \"name\": \"Sample User 50395\",\n      \"bio\": \"Sample profile bio for Sample User 50395.\",\n      \"location\": null,\n      \"website\": \"https://example.com/link-94089/profile-50395\",\n      \"pinnedTweetIds\": [\n        \"2008720192651161914\"\n      ],\n      \"avatar\": \"https://example.com/images/sample-avatar-50395.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-50395.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": true,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": {\n        \"type\": \"Creator\",\n        \"category\": [\n          {\n            \"id\": 144,\n            \"name\": \"Education\",\n            \"icon_name\": \"IconBriefcaseStroke\"\n          }\n        ],\n        \"restId\": \"9001486309657427110\"\n      },\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": false,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 6154414,\n      \"followingCount\": 1659,\n      \"tweetCount\": 51578,\n      \"listedCount\": 14926,\n      \"mediaCount\": 7370,\n      \"favoritesCount\": 227,\n      \"createdAt\": \"2009-12-06T23:33:02.000Z\"\n    },\n    {\n      \"id\": \"10075982\",\n      \"username\": \"sample_user_89761\",\n      \"name\": \"Sample User 89761\",\n      \"bio\": \"Sample profile bio for Sample User 89761.\",\n      \"location\": \"Sample City 982\",\n      \"website\": \"https://example.com/link-94089/profile-89761\",\n      \"pinnedTweetIds\": [\n        \"2001816059599512081\"\n      ],\n      \"avatar\": \"https://example.com/images/sample-avatar-89761.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-89761.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": true,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": false,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 15512691,\n      \"followingCount\": 2296,\n      \"tweetCount\": 51834,\n      \"listedCount\": 25067,\n      \"mediaCount\": 3408,\n      \"favoritesCount\": 38858,\n      \"createdAt\": \"2009-05-11T21:18:33.000Z\"\n    }\n  ],\n  \"pagination\": {\n    \"nextCursor\": \"1839632320121967803|1973625938591612856\",\n    \"prevCursor\": \"-1|1973625938591612929\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "Request validation failed or the upstream request was invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "following"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "userId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"Request validation failed\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The TweetAPI key or caller-supplied Twitter authentication token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "following"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "userId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 401,\n  \"message\": \"No API key provided\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The authenticated account is not permitted to perform the operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "following"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "userId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 403,\n  \"message\": \"Forbidden\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The requested resource or route was not found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "following"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "userId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 404,\n  \"message\": \"Not found\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The per-minute rate limit or plan request allowance was exceeded. The response does not currently include Retry-After or X-RateLimit headers.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "following"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "userId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 429,\n  \"message\": \"Rate limit quota exceeded\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "TweetAPI or an upstream dependency failed to process the request.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "following"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "userId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 500,\n  \"message\": \"Internal Server Error\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "name": "Followers V2",
          "request": {
            "name": "Followers V2",
            "description": {
              "content": "Get a paginated list of users following the specified account. Returns user objects with complete profile information.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "tw-v2",
                "user",
                "followers"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "userId",
                  "value": "1234567890",
                  "description": "(Required) Unique platform user ID (e.g., '10017528')"
                },
                {
                  "disabled": true,
                  "key": "cursor",
                  "value": "NEXT_CURSOR",
                  "description": "Pagination cursor for fetching next page of results. Obtained from previous response."
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "followers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "userId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"10019446\",\n      \"username\": \"sample_user_50395\",\n      \"name\": \"Sample User 50395\",\n      \"bio\": \"Sample profile bio for Sample User 50395.\",\n      \"location\": null,\n      \"website\": \"https://example.com/link-94089/profile-50395\",\n      \"pinnedTweetIds\": [\n        \"2008720192651161914\"\n      ],\n      \"avatar\": \"https://example.com/images/sample-avatar-50395.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-50395.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": true,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": {\n        \"type\": \"Creator\",\n        \"category\": [\n          {\n            \"id\": 144,\n            \"name\": \"Education\",\n            \"icon_name\": \"IconBriefcaseStroke\"\n          }\n        ],\n        \"restId\": \"9001486309657427110\"\n      },\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": false,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 6154414,\n      \"followingCount\": 1659,\n      \"tweetCount\": 51578,\n      \"listedCount\": 14926,\n      \"mediaCount\": 7370,\n      \"favoritesCount\": 227,\n      \"createdAt\": \"2009-12-06T23:33:02.000Z\"\n    },\n    {\n      \"id\": \"10075982\",\n      \"username\": \"sample_user_89761\",\n      \"name\": \"Sample User 89761\",\n      \"bio\": \"Sample profile bio for Sample User 89761.\",\n      \"location\": \"Sample City 982\",\n      \"website\": \"https://example.com/link-94089/profile-89761\",\n      \"pinnedTweetIds\": [\n        \"2001816059599512081\"\n      ],\n      \"avatar\": \"https://example.com/images/sample-avatar-89761.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-89761.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": true,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": false,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 15512690,\n      \"followingCount\": 2296,\n      \"tweetCount\": 51834,\n      \"listedCount\": 25067,\n      \"mediaCount\": 3408,\n      \"favoritesCount\": 38858,\n      \"createdAt\": \"2009-05-11T21:18:33.000Z\"\n    },\n    {\n      \"id\": \"10010429\",\n      \"username\": \"sample_user_75202\",\n      \"name\": \"Sample User 75202\",\n      \"bio\": \"Sample profile bio for Sample User 75202.\",\n      \"location\": \"Sample City 457\",\n      \"website\": \"https://example.com/link-94089/profile-75202\",\n      \"pinnedTweetIds\": [\n        \"2006545590552064494\"\n      ],\n      \"avatar\": \"https://example.com/images/sample-avatar-75202.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-75202.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": true,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": {\n        \"type\": \"Creator\",\n        \"category\": [\n          {\n            \"id\": 934,\n            \"name\": \"Social Media Influencer\",\n            \"icon_name\": \"IconBriefcaseStroke\"\n          }\n        ],\n        \"restId\": \"9001689989477935742\"\n      },\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": false,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 3438694,\n      \"followingCount\": 3593,\n      \"tweetCount\": 60215,\n      \"listedCount\": 4525,\n      \"mediaCount\": 3761,\n      \"favoritesCount\": 14449,\n      \"createdAt\": \"2009-01-03T19:24:16.000Z\"\n    },\n    {\n      \"id\": \"1004932249\",\n      \"username\": \"sample_user_00177\",\n      \"name\": \"Sample User 00177\",\n      \"bio\": \"Sample profile bio for Sample User 00177.\",\n      \"location\": \"Sample City 457\",\n      \"website\": \"https://example.com/link-94089/profile-00177\",\n      \"pinnedTweetIds\": [\n        \"2007590767998597953\"\n      ],\n      \"avatar\": \"https://example.com/images/sample-avatar-00177.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-00177.jpg\",\n      \"profileImageShape\": \"Square\",\n      \"verified\": false,\n      \"isBlueVerified\": true,\n      \"verifiedType\": \"Business\",\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": {\n        \"type\": \"Business\",\n        \"category\": [\n          {\n            \"id\": 580,\n            \"name\": \"Media & News Company\",\n            \"icon_name\": \"IconBriefcaseStroke\"\n          }\n        ],\n        \"restId\": \"9001009602696335894\"\n      },\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": false,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 5040478,\n      \"followingCount\": 10,\n      \"tweetCount\": 33467,\n      \"listedCount\": 8413,\n      \"mediaCount\": 16291,\n      \"favoritesCount\": 1865,\n      \"createdAt\": \"2016-02-15T16:05:21.000Z\"\n    },\n    {\n      \"id\": \"10014087\",\n      \"username\": \"sample_user_22227\",\n      \"name\": \"Sample User 22227\",\n      \"bio\": \"Sample profile bio for Sample User 22227.\",\n      \"location\": \"Sample City 585\",\n      \"website\": \"https://example.com/link-94089/profile-22227\",\n      \"pinnedTweetIds\": [\n        \"2004151465091274884\"\n      ],\n      \"avatar\": \"https://example.com/images/sample-avatar-22227.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-22227.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": true,\n      \"verifiedType\": \"Government\",\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {\n        \"label\": {\n          \"url\": {\n            \"url\": \"https://x.com/sample_user_40733\",\n            \"urlType\": \"DeepLink\"\n          },\n          \"badge\": {\n            \"url\": \"https://example.com/link-94089/profile-29900/media/sample-media-18210.jpg\"\n          },\n          \"description\": \"Sample description for documentation 18045.\",\n          \"userLabelType\": \"BusinessLabel\",\n          \"userLabelDisplayType\": \"Badge\"\n        }\n      },\n      \"defaultProfile\": false,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 6541864,\n      \"followingCount\": 3650,\n      \"tweetCount\": 16020,\n      \"listedCount\": 11755,\n      \"mediaCount\": 2118,\n      \"favoritesCount\": 5369,\n      \"createdAt\": \"2008-12-16T17:20:24.000Z\"\n    },\n    {\n      \"id\": \"100144151\",\n      \"username\": \"sample_user_40864\",\n      \"name\": \"Sample User 40864\",\n      \"bio\": \"\",\n      \"location\": null,\n      \"website\": \"https://example.com/link-94089/profile-40864\",\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-40864.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-40864.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": true,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": false,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 7181703,\n      \"followingCount\": 2309,\n      \"tweetCount\": 50280,\n      \"listedCount\": 11455,\n      \"mediaCount\": 1819,\n      \"favoritesCount\": 70535,\n      \"createdAt\": \"2011-01-01T17:50:03.000Z\"\n    },\n    {\n      \"id\": \"100112199\",\n      \"username\": \"sample_user_23211\",\n      \"name\": \"Sample User 23211\",\n      \"bio\": \"Sample profile bio for Sample User 23211.\",\n      \"location\": \"Sample City 337\",\n      \"website\": \"https://example.com/link-94089/profile-23211\",\n      \"pinnedTweetIds\": [\n        \"2001783813960580691\"\n      ],\n      \"avatar\": \"https://example.com/images/sample-avatar-23211.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-23211.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": true,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": false,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 4429648,\n      \"followingCount\": 594,\n      \"tweetCount\": 3918,\n      \"listedCount\": 12475,\n      \"mediaCount\": 1211,\n      \"favoritesCount\": 8132,\n      \"createdAt\": \"2011-12-03T03:06:19.000Z\"\n    },\n    {\n      \"id\": \"1006229070126670670\",\n      \"username\": \"sample_user_46095\",\n      \"name\": \"Sample User 46095\",\n      \"bio\": \"Sample profile bio for Sample User 46095.\",\n      \"location\": \"Sample City 643\",\n      \"website\": \"https://example.com/link-94089/profile-46095\",\n      \"pinnedTweetIds\": [\n        \"2002879484214916989\"\n      ],\n      \"avatar\": \"https://example.com/images/sample-avatar-46095.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-46095.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": true,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": {\n        \"type\": \"Creator\",\n        \"category\": [],\n        \"restId\": \"9006389953237489813\"\n      },\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 4874823,\n      \"followingCount\": 1877,\n      \"tweetCount\": 10968,\n      \"listedCount\": 5886,\n      \"mediaCount\": 1184,\n      \"favoritesCount\": 9536,\n      \"createdAt\": \"2019-12-03T01:14:36.000Z\"\n    },\n    {\n      \"id\": \"10016591\",\n      \"username\": \"sample_user_31804\",\n      \"name\": \"Sample User 31804\",\n      \"bio\": \"Sample profile bio for Sample User 31804.\",\n      \"location\": \"Sample City 457\",\n      \"website\": \"https://example.com/link-94089/profile-31804\",\n      \"pinnedTweetIds\": [\n        \"2006194732330529009\"\n      ],\n      \"avatar\": \"https://example.com/images/sample-avatar-31804.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-31804.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": true,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": {\n        \"type\": \"Creator\",\n        \"category\": [\n          {\n            \"id\": 933,\n            \"name\": \"Media Personality\",\n            \"icon_name\": \"IconBriefcaseStroke\"\n          }\n        ],\n        \"restId\": \"9002465772715329062\"\n      },\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": false,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 5245710,\n      \"followingCount\": 9666,\n      \"tweetCount\": 165767,\n      \"listedCount\": 10258,\n      \"mediaCount\": 15864,\n      \"favoritesCount\": 22989,\n      \"createdAt\": \"2009-11-22T22:32:41.000Z\"\n    },\n    {\n      \"id\": \"1001548256123191814\",\n      \"username\": \"sample_user_92818\",\n      \"name\": \"Sample User 92818\",\n      \"bio\": \"Sample profile bio for Sample User 92818.\",\n      \"location\": \"Sample City 528\",\n      \"website\": \"https://example.com/link-94089/profile-92818\",\n      \"pinnedTweetIds\": [\n        \"2001174341840129479\"\n      ],\n      \"avatar\": \"https://example.com/images/sample-avatar-92818.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-92818.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": true,\n      \"verifiedType\": \"Government\",\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": {\n        \"type\": \"Creator\",\n        \"category\": [],\n        \"restId\": \"9001378932804071680\"\n      },\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {\n        \"label\": {\n          \"url\": {\n            \"url\": \"https://x.com/sample_user_40733\",\n            \"urlType\": \"DeepLink\"\n          },\n          \"badge\": {\n            \"url\": \"https://example.com/link-94089/profile-29900/media/sample-media-18210.jpg\"\n          },\n          \"description\": \"Sample description for documentation 18045.\",\n          \"userLabelType\": \"BusinessLabel\",\n          \"userLabelDisplayType\": \"Badge\"\n        }\n      },\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 5108609,\n      \"followingCount\": 753,\n      \"tweetCount\": 9191,\n      \"listedCount\": 7851,\n      \"mediaCount\": 2884,\n      \"favoritesCount\": 6121,\n      \"createdAt\": \"2020-12-30T18:57:01.000Z\"\n    },\n    {\n      \"id\": \"10074112\",\n      \"username\": \"sample_user_51514\",\n      \"name\": \"Sample User 51514\",\n      \"bio\": \"Sample profile bio for Sample User 51514.\",\n      \"location\": null,\n      \"website\": \"https://example.com/link-94089/profile-51514\",\n      \"pinnedTweetIds\": [\n        \"2007954673942832888\"\n      ],\n      \"avatar\": \"https://example.com/images/sample-avatar-51514.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-51514.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": true,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": false,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 7959185,\n      \"followingCount\": 484,\n      \"tweetCount\": 204605,\n      \"listedCount\": 18742,\n      \"mediaCount\": 8575,\n      \"favoritesCount\": 50,\n      \"createdAt\": \"2008-12-09T16:40:22.000Z\"\n    },\n    {\n      \"id\": \"10016309\",\n      \"username\": \"sample_user_59576\",\n      \"name\": \"Sample User 59576\",\n      \"bio\": \"Sample profile bio for Sample User 59576.\",\n      \"location\": \"Sample City 250\",\n      \"website\": \"https://example.com/link-94089/profile-59576\",\n      \"pinnedTweetIds\": [\n        \"2004025342157136961\"\n      ],\n      \"avatar\": \"https://example.com/images/sample-avatar-59576.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-59576.jpg\",\n      \"profileImageShape\": \"Square\",\n      \"verified\": false,\n      \"isBlueVerified\": true,\n      \"verifiedType\": \"Business\",\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": {\n        \"type\": \"Business\",\n        \"category\": [],\n        \"restId\": \"9001494270842127833\"\n      },\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": false,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 40112583,\n      \"followingCount\": 120,\n      \"tweetCount\": 10696,\n      \"listedCount\": 43663,\n      \"mediaCount\": 4130,\n      \"favoritesCount\": 504,\n      \"createdAt\": \"2009-04-23T21:53:30.000Z\"\n    },\n    {\n      \"id\": \"10015960\",\n      \"username\": \"sample_user_28571\",\n      \"name\": \"Sample User 28571\",\n      \"bio\": \"Sample profile bio for Sample User 28571.\",\n      \"location\": \"Sample City 982\",\n      \"website\": \"https://example.com/link-94089/profile-28571\",\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-28571.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-28571.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": true,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": {\n        \"type\": \"Creator\",\n        \"category\": [\n          {\n            \"id\": 948,\n            \"name\": \"Actor\",\n            \"icon_name\": \"IconBriefcaseStroke\"\n          }\n        ],\n        \"restId\": \"9007736652300020868\"\n      },\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {\n        \"label\": {\n          \"url\": {\n            \"url\": \"https://x.com/sample_user_69268\",\n            \"urlType\": \"DeepLink\"\n          },\n          \"badge\": {\n            \"url\": \"https://example.com/link-94089/profile-29900/media/sample-media-50434.jpg\"\n          },\n          \"description\": \"Sample description for documentation 68894.\",\n          \"userLabelType\": \"BusinessLabel\",\n          \"userLabelDisplayType\": \"Badge\"\n        }\n      },\n      \"defaultProfile\": false,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 2556162,\n      \"followingCount\": 612,\n      \"tweetCount\": 26270,\n      \"listedCount\": 4198,\n      \"mediaCount\": 2713,\n      \"favoritesCount\": 13810,\n      \"createdAt\": \"2009-04-20T18:21:04.000Z\"\n    },\n    {\n      \"id\": \"1002989103939089142\",\n      \"username\": \"sample_user_00560\",\n      \"name\": \"Sample User 00560\",\n      \"bio\": \"Sample profile bio for Sample User 00560.\",\n      \"location\": \"Sample City 457\",\n      \"website\": \"https://example.com/link-94089/profile-00560\",\n      \"pinnedTweetIds\": [\n        \"2001051649036143321\"\n      ],\n      \"avatar\": \"https://example.com/images/sample-avatar-00560.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-00560.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": true,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": {\n        \"type\": \"Business\",\n        \"category\": [],\n        \"restId\": \"9005958866210894823\"\n      },\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 1598876,\n      \"followingCount\": 845,\n      \"tweetCount\": 4132,\n      \"listedCount\": 1400,\n      \"mediaCount\": 464,\n      \"favoritesCount\": 3171,\n      \"createdAt\": \"2021-12-06T19:00:41.000Z\"\n    },\n    {\n      \"id\": \"10011567\",\n      \"username\": \"sample_user_46742\",\n      \"name\": \"Sample User 46742\",\n      \"bio\": \"Sample profile bio for Sample User 46742.\",\n      \"location\": \"Sample City 865\",\n      \"website\": \"https://example.com/link-94089/profile-46742\",\n      \"pinnedTweetIds\": [\n        \"2001611966223933842\"\n      ],\n      \"avatar\": \"https://example.com/images/sample-avatar-46742.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-46742.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": true,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": {\n        \"type\": \"Creator\",\n        \"category\": [],\n        \"restId\": \"9001155013850626954\"\n      },\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": false,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 3205171,\n      \"followingCount\": 4916,\n      \"tweetCount\": 93017,\n      \"listedCount\": 6613,\n      \"mediaCount\": 10529,\n      \"favoritesCount\": 4817,\n      \"createdAt\": \"2008-12-20T14:32:44.000Z\"\n    },\n    {\n      \"id\": \"100144217\",\n      \"username\": \"sample_user_66108\",\n      \"name\": \"Sample User 66108\",\n      \"bio\": \"Sample profile bio for Sample User 66108.\",\n      \"location\": \"Sample City 458\",\n      \"website\": \"https://example.com/link-94089/profile-66108\",\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-66108.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-66108.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": true,\n      \"verifiedType\": \"Government\",\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": false,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 6016243,\n      \"followingCount\": 807,\n      \"tweetCount\": 19781,\n      \"listedCount\": 17097,\n      \"mediaCount\": 3806,\n      \"favoritesCount\": 931,\n      \"createdAt\": \"2010-11-17T23:52:35.000Z\"\n    },\n    {\n      \"id\": \"10016794\",\n      \"username\": \"sample_user_45834\",\n      \"name\": \"Sample User 45834\",\n      \"bio\": \"Sample profile bio for Sample User 45834.\",\n      \"location\": \"Sample City 713\",\n      \"website\": \"https://example.com/link-94089/profile-45834\",\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-45834.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-45834.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": true,\n      \"verifiedType\": \"Government\",\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": false,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 7099875,\n      \"followingCount\": 5391,\n      \"tweetCount\": 55872,\n      \"listedCount\": 17947,\n      \"mediaCount\": 8875,\n      \"favoritesCount\": 1404,\n      \"createdAt\": \"2009-03-06T03:20:20.000Z\"\n    },\n    {\n      \"id\": \"10020623\",\n      \"username\": \"sample_user_11511\",\n      \"name\": \"Sample User 11511\",\n      \"bio\": \"Sample profile bio for Sample User 11511.\",\n      \"location\": null,\n      \"website\": \"https://example.com/link-94089/profile-11511\",\n      \"pinnedTweetIds\": [\n        \"2001162637645088719\"\n      ],\n      \"avatar\": \"https://example.com/images/sample-avatar-11511.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-11511.jpg\",\n      \"profileImageShape\": \"Square\",\n      \"verified\": false,\n      \"isBlueVerified\": true,\n      \"verifiedType\": \"Business\",\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": {\n        \"type\": \"Business\",\n        \"category\": [],\n        \"restId\": \"9001114828117980887\"\n      },\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": false,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 24406674,\n      \"followingCount\": 74,\n      \"tweetCount\": 9821,\n      \"listedCount\": 27631,\n      \"mediaCount\": 1873,\n      \"favoritesCount\": 7252,\n      \"createdAt\": \"2008-02-10T01:12:32.000Z\"\n    },\n    {\n      \"id\": \"100105043\",\n      \"username\": \"sample_user_17189\",\n      \"name\": \"Sample User 17189\",\n      \"bio\": \"Sample profile bio for Sample User 17189.\",\n      \"location\": null,\n      \"website\": \"https://example.com/link-94089/profile-17189\",\n      \"pinnedTweetIds\": [\n        \"2001667962071639630\"\n      ],\n      \"avatar\": \"https://example.com/images/sample-avatar-17189.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-17189.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": true,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": false,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 4043522,\n      \"followingCount\": 2799,\n      \"tweetCount\": 25926,\n      \"listedCount\": 7482,\n      \"mediaCount\": 2709,\n      \"favoritesCount\": 20118,\n      \"createdAt\": \"2011-02-28T23:33:33.000Z\"\n    },\n    {\n      \"id\": \"10013697\",\n      \"username\": \"sample_user_79990\",\n      \"name\": \"Sample User 79990\",\n      \"bio\": \"Sample profile bio for Sample User 79990.\",\n      \"location\": \"Sample City 457\",\n      \"website\": \"https://example.com/link-94089/profile-79990\",\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-79990.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-79990.jpg\",\n      \"profileImageShape\": \"Square\",\n      \"verified\": false,\n      \"isBlueVerified\": true,\n      \"verifiedType\": \"Business\",\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": {\n        \"type\": \"Business\",\n        \"category\": [\n          {\n            \"id\": 580,\n            \"name\": \"Media & News Company\",\n            \"icon_name\": \"IconBriefcaseStroke\"\n          }\n        ],\n        \"restId\": \"9009218663398184829\"\n      },\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": false,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 3539186,\n      \"followingCount\": 805,\n      \"tweetCount\": 245972,\n      \"listedCount\": 8221,\n      \"mediaCount\": 71341,\n      \"favoritesCount\": 7635,\n      \"createdAt\": \"2009-02-10T21:04:49.000Z\"\n    },\n    {\n      \"id\": \"1001249435810977399\",\n      \"username\": \"sample_user_35031\",\n      \"name\": \"Sample User 35031\",\n      \"bio\": \"\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-35031.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 0,\n      \"followingCount\": 10,\n      \"tweetCount\": 0,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 0,\n      \"createdAt\": \"2025-10-02T05:46:12.000Z\"\n    },\n    {\n      \"id\": \"1001030260530582432\",\n      \"username\": \"sample_user_90243\",\n      \"name\": \"Sample User 90243\",\n      \"bio\": \"\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-90243.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": true,\n      \"followerCount\": 0,\n      \"followingCount\": 1,\n      \"tweetCount\": 0,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 0,\n      \"createdAt\": \"2025-10-02T05:46:55.000Z\"\n    },\n    {\n      \"id\": \"1002141922283036154\",\n      \"username\": \"sample_user_49438\",\n      \"name\": \"Sample User 49438\",\n      \"bio\": \"\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-49438.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 0,\n      \"followingCount\": 38,\n      \"tweetCount\": 0,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 0,\n      \"createdAt\": \"2025-10-02T05:46:01.000Z\"\n    },\n    {\n      \"id\": \"1001734135992073809\",\n      \"username\": \"sample_user_04963\",\n      \"name\": \"Sample User 04963\",\n      \"bio\": \"\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-04963.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": false,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": true,\n      \"followerCount\": 0,\n      \"followingCount\": 4,\n      \"tweetCount\": 0,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 0,\n      \"createdAt\": \"2025-10-02T05:47:15.000Z\"\n    },\n    {\n      \"id\": \"1003357192855335205\",\n      \"username\": \"sample_user_35740\",\n      \"name\": \"Sample User 35740\",\n      \"bio\": \"\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-35740.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 0,\n      \"followingCount\": 10,\n      \"tweetCount\": 0,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 0,\n      \"createdAt\": \"2025-10-02T05:43:44.000Z\"\n    },\n    {\n      \"id\": \"1001264721456342129\",\n      \"username\": \"sample_user_55655\",\n      \"name\": \"Sample User 55655\",\n      \"bio\": \"\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-55655.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": true,\n      \"followerCount\": 0,\n      \"followingCount\": 1,\n      \"tweetCount\": 0,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 0,\n      \"createdAt\": \"2025-10-02T05:46:39.000Z\"\n    },\n    {\n      \"id\": \"1007572344033247128\",\n      \"username\": \"sample_user_48565\",\n      \"name\": \"Sample User 48565\",\n      \"bio\": \"\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-48565.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": false,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 0,\n      \"followingCount\": 1,\n      \"tweetCount\": 0,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 0,\n      \"createdAt\": \"2025-10-02T05:39:19.000Z\"\n    },\n    {\n      \"id\": \"1001263060873742513\",\n      \"username\": \"sample_user_58811\",\n      \"name\": \"Sample User 58811\",\n      \"bio\": \"\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-58811.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": true,\n      \"followerCount\": 0,\n      \"followingCount\": 3,\n      \"tweetCount\": 0,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 0,\n      \"createdAt\": \"2025-10-02T05:46:16.000Z\"\n    },\n    {\n      \"id\": \"1001641940312141882\",\n      \"username\": \"sample_user_78764\",\n      \"name\": \"Sample User 78764\",\n      \"bio\": \"\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-78764.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 0,\n      \"followingCount\": 1,\n      \"tweetCount\": 0,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 0,\n      \"createdAt\": \"2025-10-02T05:46:55.000Z\"\n    },\n    {\n      \"id\": \"1001436023907571535\",\n      \"username\": \"sample_user_64783\",\n      \"name\": \"Sample User 64783\",\n      \"bio\": \"\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-64783.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": false,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": true,\n      \"followerCount\": 0,\n      \"followingCount\": 3,\n      \"tweetCount\": 0,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 0,\n      \"createdAt\": \"2025-10-02T05:47:17.000Z\"\n    },\n    {\n      \"id\": \"1001181706774722711\",\n      \"username\": \"sample_user_78523\",\n      \"name\": \"Sample User 78523\",\n      \"bio\": \"\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [\n        \"2003567571374084562\"\n      ],\n      \"avatar\": \"https://example.com/images/sample-avatar-78523.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-78523.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 139,\n      \"followingCount\": 196,\n      \"tweetCount\": 5822,\n      \"listedCount\": 0,\n      \"mediaCount\": 684,\n      \"favoritesCount\": 3974,\n      \"createdAt\": \"2022-07-03T01:40:27.000Z\"\n    },\n    {\n      \"id\": \"1006081864165875172\",\n      \"username\": \"sample_user_26974\",\n      \"name\": \"Sample User 26974\",\n      \"bio\": \"\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-26974.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 0,\n      \"followingCount\": 6,\n      \"tweetCount\": 0,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 0,\n      \"createdAt\": \"2025-10-02T05:45:40.000Z\"\n    },\n    {\n      \"id\": \"1001816171870390383\",\n      \"username\": \"sample_user_70646\",\n      \"name\": \"Sample User 70646\",\n      \"bio\": \"\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-70646.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": false,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": true,\n      \"followerCount\": 0,\n      \"followingCount\": 1,\n      \"tweetCount\": 3,\n      \"listedCount\": 0,\n      \"mediaCount\": 1,\n      \"favoritesCount\": 0,\n      \"createdAt\": \"2025-09-30T23:23:48.000Z\"\n    },\n    {\n      \"id\": \"1005710242145459013\",\n      \"username\": \"sample_user_79735\",\n      \"name\": \"Sample User 79735\",\n      \"bio\": \"\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-79735.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": true,\n      \"followerCount\": 2,\n      \"followingCount\": 21,\n      \"tweetCount\": 35,\n      \"listedCount\": 0,\n      \"mediaCount\": 6,\n      \"favoritesCount\": 1,\n      \"createdAt\": \"2025-09-22T21:19:33.000Z\"\n    },\n    {\n      \"id\": \"1001014325068222241\",\n      \"username\": \"sample_user_49858\",\n      \"name\": \"Sample User 49858\",\n      \"bio\": \"\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-49858.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": false,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 0,\n      \"followingCount\": 1,\n      \"tweetCount\": 0,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 0,\n      \"createdAt\": \"2025-10-02T05:44:12.000Z\"\n    },\n    {\n      \"id\": \"1002401412045303570\",\n      \"username\": \"sample_user_87486\",\n      \"name\": \"Sample User 87486\",\n      \"bio\": \"\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-87486.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": false,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": true,\n      \"followerCount\": 0,\n      \"followingCount\": 1,\n      \"tweetCount\": 0,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 0,\n      \"createdAt\": \"2025-10-02T05:38:51.000Z\"\n    },\n    {\n      \"id\": \"1001144693125879907\",\n      \"username\": \"sample_user_90132\",\n      \"name\": \"Sample User 90132\",\n      \"bio\": \"\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-90132.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": false,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 0,\n      \"followingCount\": 1,\n      \"tweetCount\": 0,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 0,\n      \"createdAt\": \"2025-10-02T05:46:24.000Z\"\n    },\n    {\n      \"id\": \"1001649137738729766\",\n      \"username\": \"sample_user_67682\",\n      \"name\": \"Sample User 67682\",\n      \"bio\": \"\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-67682.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 0,\n      \"followingCount\": 3,\n      \"tweetCount\": 0,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 0,\n      \"createdAt\": \"2025-10-02T05:47:00.000Z\"\n    },\n    {\n      \"id\": \"1005236872335573473\",\n      \"username\": \"sample_user_85303\",\n      \"name\": \"Sample User 85303\",\n      \"bio\": \"\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-85303.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": false,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": true,\n      \"followerCount\": 0,\n      \"followingCount\": 3,\n      \"tweetCount\": 0,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 0,\n      \"createdAt\": \"2025-10-02T05:44:52.000Z\"\n    },\n    {\n      \"id\": \"1001031337965437915\",\n      \"username\": \"sample_user_51551\",\n      \"name\": \"Sample User 51551\",\n      \"bio\": \"\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-51551.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": false,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": true,\n      \"followerCount\": 0,\n      \"followingCount\": 1,\n      \"tweetCount\": 0,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 0,\n      \"createdAt\": \"2025-10-02T05:47:08.000Z\"\n    },\n    {\n      \"id\": \"1006456970312706957\",\n      \"username\": \"sample_user_62588\",\n      \"name\": \"Sample User 62588\",\n      \"bio\": \"\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-62588.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": false,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": true,\n      \"followerCount\": 0,\n      \"followingCount\": 1,\n      \"tweetCount\": 0,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 0,\n      \"createdAt\": \"2025-10-02T05:46:58.000Z\"\n    },\n    {\n      \"id\": \"1001239314081425955\",\n      \"username\": \"sample_user_71346\",\n      \"name\": \"Sample User 71346\",\n      \"bio\": \"\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-71346.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": true,\n      \"followerCount\": 0,\n      \"followingCount\": 0,\n      \"tweetCount\": 0,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 0,\n      \"createdAt\": \"2025-10-02T05:46:48.000Z\"\n    },\n    {\n      \"id\": \"1007419157108831232\",\n      \"username\": \"sample_user_09574\",\n      \"name\": \"Sample User 09574\",\n      \"bio\": \"\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-09574.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 0,\n      \"followingCount\": 1,\n      \"tweetCount\": 0,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 0,\n      \"createdAt\": \"2025-10-02T05:42:34.000Z\"\n    },\n    {\n      \"id\": \"1007055376029644621\",\n      \"username\": \"sample_user_58779\",\n      \"name\": \"Sample User 58779\",\n      \"bio\": \"\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-58779.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 0,\n      \"followingCount\": 53,\n      \"tweetCount\": 0,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 0,\n      \"createdAt\": \"2025-10-02T05:42:51.000Z\"\n    },\n    {\n      \"id\": \"1003802609446540557\",\n      \"username\": \"sample_user_90858\",\n      \"name\": \"Sample User 90858\",\n      \"bio\": \"\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-90858.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": false,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": true,\n      \"followerCount\": 0,\n      \"followingCount\": 1,\n      \"tweetCount\": 0,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 0,\n      \"createdAt\": \"2025-10-02T05:47:02.000Z\"\n    },\n    {\n      \"id\": \"1009441998763470966\",\n      \"username\": \"sample_user_89742\",\n      \"name\": \"Sample User 89742\",\n      \"bio\": \"\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-89742.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": false,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": true,\n      \"followerCount\": 0,\n      \"followingCount\": 2,\n      \"tweetCount\": 0,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 0,\n      \"createdAt\": \"2025-10-02T05:47:05.000Z\"\n    },\n    {\n      \"id\": \"1004681201792597055\",\n      \"username\": \"sample_user_70666\",\n      \"name\": \"Sample User 70666\",\n      \"bio\": \"\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-70666.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": false,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 0,\n      \"followingCount\": 2,\n      \"tweetCount\": 0,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 0,\n      \"createdAt\": \"2025-10-02T05:46:48.000Z\"\n    },\n    {\n      \"id\": \"1001390251380208370\",\n      \"username\": \"sample_user_22589\",\n      \"name\": \"Sample User 22589\",\n      \"bio\": \"\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-22589.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": false,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": true,\n      \"followerCount\": 0,\n      \"followingCount\": 3,\n      \"tweetCount\": 0,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 0,\n      \"createdAt\": \"2025-10-02T05:47:06.000Z\"\n    },\n    {\n      \"id\": \"1001740156743096541\",\n      \"username\": \"sample_user_80465\",\n      \"name\": \"Sample User 80465\",\n      \"bio\": \"\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-80465.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 0,\n      \"followingCount\": 1,\n      \"tweetCount\": 0,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 0,\n      \"createdAt\": \"2025-10-02T05:45:03.000Z\"\n    },\n    {\n      \"id\": \"1003174543253897950\",\n      \"username\": \"sample_user_08398\",\n      \"name\": \"Sample User 08398\",\n      \"bio\": \"\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-08398.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-08398.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 9,\n      \"followingCount\": 36,\n      \"tweetCount\": 1148,\n      \"listedCount\": 0,\n      \"mediaCount\": 2,\n      \"favoritesCount\": 912,\n      \"createdAt\": \"2021-08-21T12:43:06.000Z\"\n    },\n    {\n      \"id\": \"1001776127300175876\",\n      \"username\": \"sample_user_65653\",\n      \"name\": \"Sample User 65653\",\n      \"bio\": \"\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-65653.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 0,\n      \"followingCount\": 4,\n      \"tweetCount\": 0,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 0,\n      \"createdAt\": \"2025-10-02T05:45:42.000Z\"\n    },\n    {\n      \"id\": \"1009837791731795920\",\n      \"username\": \"sample_user_41160\",\n      \"name\": \"Sample User 41160\",\n      \"bio\": \"\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-41160.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": false,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": true,\n      \"followerCount\": 0,\n      \"followingCount\": 4,\n      \"tweetCount\": 0,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 0,\n      \"createdAt\": \"2025-10-02T05:46:59.000Z\"\n    },\n    {\n      \"id\": \"1001794935278552965\",\n      \"username\": \"sample_user_56515\",\n      \"name\": \"Sample User 56515\",\n      \"bio\": \"\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-56515.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": true,\n      \"followerCount\": 0,\n      \"followingCount\": 3,\n      \"tweetCount\": 0,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 0,\n      \"createdAt\": \"2025-10-02T05:45:58.000Z\"\n    },\n    {\n      \"id\": \"1001078804231565032\",\n      \"username\": \"sample_user_64647\",\n      \"name\": \"Sample User 64647\",\n      \"bio\": \"\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-64647.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 0,\n      \"followingCount\": 0,\n      \"tweetCount\": 0,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 0,\n      \"createdAt\": \"2025-10-02T05:46:38.000Z\"\n    },\n    {\n      \"id\": \"1002330369510848052\",\n      \"username\": \"sample_user_30114\",\n      \"name\": \"Sample User 30114\",\n      \"bio\": \"\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-30114.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": false,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": true,\n      \"followerCount\": 0,\n      \"followingCount\": 3,\n      \"tweetCount\": 0,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 0,\n      \"createdAt\": \"2025-10-02T05:47:00.000Z\"\n    },\n    {\n      \"id\": \"1001673843194239529\",\n      \"username\": \"sample_user_84396\",\n      \"name\": \"Sample User 84396\",\n      \"bio\": \"\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-84396.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 0,\n      \"followingCount\": 5,\n      \"tweetCount\": 8,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 3,\n      \"createdAt\": \"2025-10-01T06:57:27.000Z\"\n    },\n    {\n      \"id\": \"1002282341290672612\",\n      \"username\": \"sample_user_76576\",\n      \"name\": \"Sample User 76576\",\n      \"bio\": \"\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-76576.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 0,\n      \"followingCount\": 2,\n      \"tweetCount\": 0,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 0,\n      \"createdAt\": \"2025-10-02T05:44:30.000Z\"\n    },\n    {\n      \"id\": \"1001221810168893636\",\n      \"username\": \"sample_user_28815\",\n      \"name\": \"Sample User 28815\",\n      \"bio\": \"\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-28815.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 0,\n      \"followingCount\": 3,\n      \"tweetCount\": 0,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 0,\n      \"createdAt\": \"2025-10-02T05:44:12.000Z\"\n    },\n    {\n      \"id\": \"1001646989759182116\",\n      \"username\": \"sample_user_92943\",\n      \"name\": \"Sample User 92943\",\n      \"bio\": \"\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-92943.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 0,\n      \"followingCount\": 1,\n      \"tweetCount\": 0,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 0,\n      \"createdAt\": \"2025-10-02T05:43:26.000Z\"\n    },\n    {\n      \"id\": \"1001277423649231946\",\n      \"username\": \"sample_user_20299\",\n      \"name\": \"Sample User 20299\",\n      \"bio\": \"\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-20299.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": false,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 0,\n      \"followingCount\": 0,\n      \"tweetCount\": 0,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 0,\n      \"createdAt\": \"2025-10-02T05:46:45.000Z\"\n    },\n    {\n      \"id\": \"1007754786203296009\",\n      \"username\": \"sample_user_66809\",\n      \"name\": \"Sample User 66809\",\n      \"bio\": \"\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-66809.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 0,\n      \"followingCount\": 1,\n      \"tweetCount\": 0,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 0,\n      \"createdAt\": \"2025-10-02T05:46:42.000Z\"\n    },\n    {\n      \"id\": \"1001423456923195614\",\n      \"username\": \"sample_user_03599\",\n      \"name\": \"Sample User 03599\",\n      \"bio\": \"\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-03599.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 0,\n      \"followingCount\": 17,\n      \"tweetCount\": 0,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 0,\n      \"createdAt\": \"2025-10-02T05:45:34.000Z\"\n    },\n    {\n      \"id\": \"1003170623373202317\",\n      \"username\": \"sample_user_57485\",\n      \"name\": \"Sample User 57485\",\n      \"bio\": \"\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-57485.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": true,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": false,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 0,\n      \"followingCount\": 8,\n      \"tweetCount\": 0,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 0,\n      \"createdAt\": \"2025-10-02T05:45:53.000Z\"\n    },\n    {\n      \"id\": \"1004454400193229455\",\n      \"username\": \"sample_user_38749\",\n      \"name\": \"Sample User 38749\",\n      \"bio\": \"\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-38749.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 0,\n      \"followingCount\": 10,\n      \"tweetCount\": 0,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 0,\n      \"createdAt\": \"2025-10-02T05:45:56.000Z\"\n    },\n    {\n      \"id\": \"100199442\",\n      \"username\": \"sample_user_82110\",\n      \"name\": \"Sample User 82110\",\n      \"bio\": \"\",\n      \"location\": \"Sample City 720\",\n      \"website\": \"https://example.com/link-94089/profile-82110\",\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-82110.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-82110.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 48,\n      \"followingCount\": 84,\n      \"tweetCount\": 230,\n      \"listedCount\": 0,\n      \"mediaCount\": 2,\n      \"favoritesCount\": 100,\n      \"createdAt\": \"2010-06-22T09:13:35.000Z\"\n    },\n    {\n      \"id\": \"1003738881993176535\",\n      \"username\": \"sample_user_51740\",\n      \"name\": \"Sample User 51740\",\n      \"bio\": \"Sample profile bio for Sample User 51740.\",\n      \"location\": \"Sample City 012\",\n      \"website\": null,\n      \"pinnedTweetIds\": [\n        \"2008685407130212701\"\n      ],\n      \"avatar\": \"https://example.com/images/sample-avatar-51740.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": true,\n      \"possiblySensitive\": true,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 5,\n      \"followingCount\": 67,\n      \"tweetCount\": 89,\n      \"listedCount\": 0,\n      \"mediaCount\": 2,\n      \"favoritesCount\": 4988,\n      \"createdAt\": \"2020-08-04T10:55:41.000Z\"\n    },\n    {\n      \"id\": \"1001755153231446456\",\n      \"username\": \"sample_user_11318\",\n      \"name\": \"Sample User 11318\",\n      \"bio\": \"\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-11318.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": false,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 0,\n      \"followingCount\": 1,\n      \"tweetCount\": 0,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 0,\n      \"createdAt\": \"2025-10-02T05:45:44.000Z\"\n    },\n    {\n      \"id\": \"1006802469595229900\",\n      \"username\": \"sample_user_56826\",\n      \"name\": \"Sample User 56826\",\n      \"bio\": \"\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-56826.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 0,\n      \"followingCount\": 1,\n      \"tweetCount\": 0,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 0,\n      \"createdAt\": \"2025-10-02T05:46:57.000Z\"\n    },\n    {\n      \"id\": \"1001531807979269984\",\n      \"username\": \"sample_user_99897\",\n      \"name\": \"Sample User 99897\",\n      \"bio\": \"Sample profile bio for Sample User 99897.\",\n      \"location\": \"Sample City 785\",\n      \"website\": null,\n      \"pinnedTweetIds\": [\n        \"2001630704832715508\"\n      ],\n      \"avatar\": \"https://example.com/images/sample-avatar-99897.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-99897.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 205,\n      \"followingCount\": 1355,\n      \"tweetCount\": 2809,\n      \"listedCount\": 1,\n      \"mediaCount\": 123,\n      \"favoritesCount\": 9120,\n      \"createdAt\": \"2025-02-26T06:34:23.000Z\"\n    },\n    {\n      \"id\": \"1001379445001713966\",\n      \"username\": \"sample_user_79150\",\n      \"name\": \"Sample User 79150\",\n      \"bio\": \"\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-79150.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": false,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": true,\n      \"followerCount\": 0,\n      \"followingCount\": 0,\n      \"tweetCount\": 0,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 0,\n      \"createdAt\": \"2025-10-02T05:46:27.000Z\"\n    }\n  ],\n  \"pagination\": {\n    \"nextCursor\": \"1844847872833209866|1973625928105852856\",\n    \"prevCursor\": \"-1|1973625928105852929\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "Request validation failed or the upstream request was invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "followers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "userId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"Request validation failed\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The TweetAPI key or caller-supplied Twitter authentication token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "followers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "userId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 401,\n  \"message\": \"No API key provided\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The authenticated account is not permitted to perform the operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "followers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "userId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 403,\n  \"message\": \"Forbidden\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The requested resource or route was not found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "followers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "userId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 404,\n  \"message\": \"Not found\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The per-minute rate limit or plan request allowance was exceeded. The response does not currently include Retry-After or X-RateLimit headers.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "followers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "userId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 429,\n  \"message\": \"Rate limit quota exceeded\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "TweetAPI or an upstream dependency failed to process the request.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "followers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "userId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 500,\n  \"message\": \"Internal Server Error\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "name": "Verified Followers",
          "request": {
            "name": "Verified Followers",
            "description": {
              "content": "Get a paginated list of users following the specified account. Returns user objects with complete profile information.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "tw-v2",
                "user",
                "verified-followers"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "userId",
                  "value": "1234567890",
                  "description": "(Required) Unique platform user ID (e.g., '10017528')"
                },
                {
                  "disabled": true,
                  "key": "cursor",
                  "value": "NEXT_CURSOR",
                  "description": "Pagination cursor for fetching next page of results. Obtained from previous response."
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "verified-followers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "userId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"1001713320106723297\",\n      \"username\": \"sample_user_21518\",\n      \"name\": \"Sample User 21518\",\n      \"bio\": \"Sample profile bio for Sample User 21518.\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-21518.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-21518.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": true,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 4900,\n      \"followingCount\": 384,\n      \"tweetCount\": 107,\n      \"listedCount\": 1,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 11080,\n      \"createdAt\": \"2025-02-12T19:37:11.000Z\"\n    },\n    {\n      \"id\": \"1005541600\",\n      \"username\": \"sample_user_05058\",\n      \"name\": \"Sample User 05058\",\n      \"bio\": \"\",\n      \"location\": \"Sample City 389\",\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-05058.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-05058.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": true,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 0,\n      \"followingCount\": 17,\n      \"tweetCount\": 17,\n      \"listedCount\": 1,\n      \"mediaCount\": 6,\n      \"favoritesCount\": 4,\n      \"createdAt\": \"2014-12-09T13:15:59.000Z\"\n    },\n    {\n      \"id\": \"1001159653076102305\",\n      \"username\": \"sample_user_46070\",\n      \"name\": \"Sample User 46070\",\n      \"bio\": \"\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-46070.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-46070.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": true,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 4,\n      \"followingCount\": 70,\n      \"tweetCount\": 5,\n      \"listedCount\": 0,\n      \"mediaCount\": 1,\n      \"favoritesCount\": 755,\n      \"createdAt\": \"2025-07-09T02:34:22.000Z\"\n    },\n    {\n      \"id\": \"1006431666924098552\",\n      \"username\": \"sample_user_98121\",\n      \"name\": \"Sample User 98121\",\n      \"bio\": \"Sample profile bio for Sample User 98121.\",\n      \"location\": \"Sample City 810\",\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-98121.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-98121.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": true,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 154,\n      \"followingCount\": 517,\n      \"tweetCount\": 829,\n      \"listedCount\": 1,\n      \"mediaCount\": 241,\n      \"favoritesCount\": 4253,\n      \"createdAt\": \"2024-06-29T16:07:39.000Z\"\n    },\n    {\n      \"id\": \"1008112084157992525\",\n      \"username\": \"sample_user_87597\",\n      \"name\": \"Sample User 87597\",\n      \"bio\": \"Sample profile bio for Sample User 87597.\",\n      \"location\": \"Sample City 764\",\n      \"website\": \"https://example.com/link-94089/profile-87597\",\n      \"pinnedTweetIds\": [\n        \"2006744983960340592\"\n      ],\n      \"avatar\": \"https://example.com/images/sample-avatar-87597.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-87597.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": true,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": {\n        \"type\": \"Creator\",\n        \"category\": [\n          {\n            \"id\": 15,\n            \"name\": \"Entertainment & Recreation\",\n            \"icon_name\": \"IconBriefcaseStroke\"\n          }\n        ],\n        \"restId\": \"9003845886837926035\"\n      },\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 2025,\n      \"followingCount\": 7504,\n      \"tweetCount\": 488,\n      \"listedCount\": 0,\n      \"mediaCount\": 71,\n      \"favoritesCount\": 124,\n      \"createdAt\": \"2024-10-26T14:16:17.000Z\"\n    },\n    {\n      \"id\": \"1007437453187209954\",\n      \"username\": \"sample_user_44704\",\n      \"name\": \"Sample User 44704\",\n      \"bio\": \"\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-44704.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-44704.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": true,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 4,\n      \"followingCount\": 21,\n      \"tweetCount\": 8,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 66,\n      \"createdAt\": \"2025-05-22T10:50:16.000Z\"\n    },\n    {\n      \"id\": \"1003504435597926134\",\n      \"username\": \"sample_user_71017\",\n      \"name\": \"Sample User 71017\",\n      \"bio\": \"Sample profile bio for Sample User 71017.\",\n      \"location\": \"Sample City 295\",\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-71017.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": true,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": true,\n      \"followerCount\": 3,\n      \"followingCount\": 32,\n      \"tweetCount\": 34,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 56,\n      \"createdAt\": \"2024-12-22T02:27:51.000Z\"\n    },\n    {\n      \"id\": \"100114970\",\n      \"username\": \"sample_user_41921\",\n      \"name\": \"Sample User 41921\",\n      \"bio\": \"Sample profile bio for Sample User 41921.\",\n      \"location\": \"Sample City 298\",\n      \"website\": \"https://example.com/link-94089/profile-41921\",\n      \"pinnedTweetIds\": [\n        \"2003693104053158328\"\n      ],\n      \"avatar\": \"https://example.com/images/sample-avatar-41921.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-41921.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": true,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 220,\n      \"followingCount\": 61,\n      \"tweetCount\": 883,\n      \"listedCount\": 0,\n      \"mediaCount\": 274,\n      \"favoritesCount\": 305,\n      \"createdAt\": \"2012-02-14T05:48:26.000Z\"\n    },\n    {\n      \"id\": \"1001512754161316710\",\n      \"username\": \"sample_user_07457\",\n      \"name\": \"Sample User 07457\",\n      \"bio\": \"Sample profile bio for Sample User 07457.\",\n      \"location\": \"Sample City 306\",\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-07457.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-07457.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": true,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 17,\n      \"followingCount\": 15,\n      \"tweetCount\": 329,\n      \"listedCount\": 0,\n      \"mediaCount\": 7,\n      \"favoritesCount\": 2173,\n      \"createdAt\": \"2024-01-31T04:50:20.000Z\"\n    },\n    {\n      \"id\": \"1009005475322848232\",\n      \"username\": \"sample_user_27016\",\n      \"name\": \"Sample User 27016\",\n      \"bio\": \"Sample profile bio for Sample User 27016.\",\n      \"location\": \"Sample City 520\",\n      \"website\": null,\n      \"pinnedTweetIds\": [\n        \"2004358803948291087\"\n      ],\n      \"avatar\": \"https://example.com/images/sample-avatar-27016.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-27016.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": true,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 760,\n      \"followingCount\": 494,\n      \"tweetCount\": 5620,\n      \"listedCount\": 1,\n      \"mediaCount\": 362,\n      \"favoritesCount\": 12591,\n      \"createdAt\": \"2022-10-05T04:08:18.000Z\"\n    },\n    {\n      \"id\": \"1001004664\",\n      \"username\": \"sample_user_67013\",\n      \"name\": \"Sample User 67013\",\n      \"bio\": \"Sample profile bio for Sample User 67013.\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [\n        \"2001415854033023957\"\n      ],\n      \"avatar\": \"https://example.com/images/sample-avatar-67013.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-67013.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": true,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": {\n        \"type\": \"Creator\",\n        \"category\": [],\n        \"restId\": \"9001019078689295634\"\n      },\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 4022,\n      \"followingCount\": 4786,\n      \"tweetCount\": 9063,\n      \"listedCount\": 1,\n      \"mediaCount\": 2068,\n      \"favoritesCount\": 3743,\n      \"createdAt\": \"2014-12-19T16:53:55.000Z\"\n    },\n    {\n      \"id\": \"1001431559329076444\",\n      \"username\": \"sample_user_01550\",\n      \"name\": \"Sample User 01550\",\n      \"bio\": \"\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-01550.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": true,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 0,\n      \"followingCount\": 1,\n      \"tweetCount\": 0,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 0,\n      \"createdAt\": \"2025-09-18T22:29:59.000Z\"\n    },\n    {\n      \"id\": \"1001848158580427622\",\n      \"username\": \"sample_user_82436\",\n      \"name\": \"Sample User 82436\",\n      \"bio\": \"\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-82436.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": true,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 3,\n      \"followingCount\": 65,\n      \"tweetCount\": 46,\n      \"listedCount\": 0,\n      \"mediaCount\": 2,\n      \"favoritesCount\": 36,\n      \"createdAt\": \"2022-12-01T19:37:11.000Z\"\n    },\n    {\n      \"id\": \"1009866220216062559\",\n      \"username\": \"sample_user_08860\",\n      \"name\": \"Sample User 08860\",\n      \"bio\": \"Sample profile bio for Sample User 08860.\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-08860.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": true,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": {\n        \"type\": \"Creator\",\n        \"category\": [\n          {\n            \"id\": 958,\n            \"name\": \"Entrepreneur\",\n            \"icon_name\": \"IconBriefcaseStroke\"\n          }\n        ],\n        \"restId\": \"9005377951609635487\"\n      },\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 12,\n      \"followingCount\": 367,\n      \"tweetCount\": 5,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 11295,\n      \"createdAt\": \"2022-04-25T23:42:15.000Z\"\n    },\n    {\n      \"id\": \"1005476130358153018\",\n      \"username\": \"sample_user_76007\",\n      \"name\": \"Sample User 76007\",\n      \"bio\": \"\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-76007.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-76007.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": true,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 0,\n      \"followingCount\": 1,\n      \"tweetCount\": 0,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 0,\n      \"createdAt\": \"2025-10-01T22:47:35.000Z\"\n    },\n    {\n      \"id\": \"1005954664164441903\",\n      \"username\": \"sample_user_28845\",\n      \"name\": \"Sample User 28845\",\n      \"bio\": \"Sample profile bio for Sample User 28845.\",\n      \"location\": \"Sample City 701\",\n      \"website\": \"https://example.com/link-94089/profile-28845\",\n      \"pinnedTweetIds\": [\n        \"2001741681963383019\"\n      ],\n      \"avatar\": \"https://example.com/images/sample-avatar-28845.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-28845.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": true,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": {\n        \"type\": \"Business\",\n        \"category\": [\n          {\n            \"id\": 579,\n            \"name\": \"Media & News\",\n            \"icon_name\": \"IconBriefcaseStroke\"\n          }\n        ],\n        \"restId\": \"9001778843899253183\"\n      },\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 242,\n      \"followingCount\": 49,\n      \"tweetCount\": 2107,\n      \"listedCount\": 0,\n      \"mediaCount\": 106,\n      \"favoritesCount\": 1956,\n      \"createdAt\": \"2022-10-29T02:39:55.000Z\"\n    },\n    {\n      \"id\": \"1001034483566559862\",\n      \"username\": \"sample_user_31142\",\n      \"name\": \"Sample User 31142\",\n      \"bio\": \"\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-31142.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-31142.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": true,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 307,\n      \"followingCount\": 175,\n      \"tweetCount\": 5084,\n      \"listedCount\": 0,\n      \"mediaCount\": 8,\n      \"favoritesCount\": 36,\n      \"createdAt\": \"2022-06-12T20:31:06.000Z\"\n    },\n    {\n      \"id\": \"1003219499747609575\",\n      \"username\": \"sample_user_90612\",\n      \"name\": \"Sample User 90612\",\n      \"bio\": \"Sample profile bio for Sample User 90612.\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [\n        \"2001239758542508168\"\n      ],\n      \"avatar\": \"https://example.com/images/sample-avatar-90612.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-90612.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": true,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 189,\n      \"followingCount\": 577,\n      \"tweetCount\": 841,\n      \"listedCount\": 1,\n      \"mediaCount\": 85,\n      \"favoritesCount\": 19967,\n      \"createdAt\": \"2019-07-25T12:50:21.000Z\"\n    },\n    {\n      \"id\": \"1001839478048852946\",\n      \"username\": \"sample_user_33434\",\n      \"name\": \"Sample User 33434\",\n      \"bio\": \"Sample profile bio for Sample User 33434.\",\n      \"location\": \"Sample City 120\",\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-33434.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-33434.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": true,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 55,\n      \"followingCount\": 76,\n      \"tweetCount\": 6,\n      \"listedCount\": 1,\n      \"mediaCount\": 2,\n      \"favoritesCount\": 10,\n      \"createdAt\": \"2025-10-01T20:15:59.000Z\"\n    },\n    {\n      \"id\": \"100335586\",\n      \"username\": \"sample_user_03404\",\n      \"name\": \"Sample User 03404\",\n      \"bio\": \"\",\n      \"location\": \"Sample City 530\",\n      \"website\": null,\n      \"pinnedTweetIds\": [\n        \"2001785609217021530\"\n      ],\n      \"avatar\": \"https://example.com/images/sample-avatar-03404.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-03404.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": true,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": false,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 621,\n      \"followingCount\": 1565,\n      \"tweetCount\": 8864,\n      \"listedCount\": 7,\n      \"mediaCount\": 771,\n      \"favoritesCount\": 7320,\n      \"createdAt\": \"2011-05-23T06:20:43.000Z\"\n    }\n  ],\n  \"pagination\": {\n    \"nextCursor\": \"1844847424876541634|1973626000210132970\",\n    \"prevCursor\": \"-1|1973626000210132993\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "Request validation failed or the upstream request was invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "verified-followers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "userId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"Request validation failed\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The TweetAPI key or caller-supplied Twitter authentication token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "verified-followers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "userId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 401,\n  \"message\": \"No API key provided\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The authenticated account is not permitted to perform the operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "verified-followers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "userId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 403,\n  \"message\": \"Forbidden\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The requested resource or route was not found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "verified-followers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "userId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 404,\n  \"message\": \"Not found\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The per-minute rate limit or plan request allowance was exceeded. The response does not currently include Retry-After or X-RateLimit headers.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "verified-followers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "userId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 429,\n  \"message\": \"Rate limit quota exceeded\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "TweetAPI or an upstream dependency failed to process the request.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "verified-followers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "userId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 500,\n  \"message\": \"Internal Server Error\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "name": "Subscriptions",
          "request": {
            "name": "Subscriptions",
            "description": {
              "content": "Get a list of accounts that the user has subscribed to. Includes Premium subscribers and Super Followers.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "tw-v2",
                "user",
                "subscriptions"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "userId",
                  "value": "1234567890",
                  "description": "(Required) Unique platform user ID (e.g., '10017528')"
                },
                {
                  "disabled": true,
                  "key": "cursor",
                  "value": "NEXT_CURSOR",
                  "description": "Pagination cursor for fetching next page of results. Obtained from previous response."
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "subscriptions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "userId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"3840\",\n      \"username\": \"sample_user_64341\",\n      \"name\": \"Sample User 64341\",\n      \"bio\": \"Sample profile bio for Sample User 64341.\",\n      \"location\": \"Sample City 652\",\n      \"website\": \"https://example.com/link-94089/profile-64341\",\n      \"pinnedTweetIds\": [\n        \"2001416746569535734\"\n      ],\n      \"avatar\": \"https://example.com/images/sample-avatar-64341.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-64341.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": true,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": {\n        \"type\": \"Creator\",\n        \"category\": [\n          {\n            \"id\": 958,\n            \"name\": \"Entrepreneur\",\n            \"icon_name\": \"IconBriefcaseStroke\"\n          }\n        ],\n        \"restId\": \"9001762041664069366\"\n      },\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {\n        \"label\": {\n          \"url\": {\n            \"url\": \"https://x.com/sample_user_43038\",\n            \"urlType\": \"DeepLink\"\n          },\n          \"badge\": {\n            \"url\": \"https://example.com/link-94089/profile-29900/media/sample-media-64239.jpg\"\n          },\n          \"description\": \"Sample description for documentation 90059.\",\n          \"userLabelType\": \"BusinessLabel\",\n          \"userLabelDisplayType\": \"Badge\"\n        }\n      },\n      \"defaultProfile\": false,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 1024055,\n      \"followingCount\": 5595,\n      \"tweetCount\": 63813,\n      \"listedCount\": 16459,\n      \"mediaCount\": 13310,\n      \"favoritesCount\": 118307,\n      \"createdAt\": \"2006-08-05T23:31:27.000Z\"\n    },\n    {\n      \"id\": \"1001320203605596555\",\n      \"username\": \"sample_user_19393\",\n      \"name\": \"Sample User 19393\",\n      \"bio\": \"Sample profile bio for Sample User 19393.\",\n      \"location\": \"Sample City 391\",\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-19393.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-19393.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": true,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": {\n        \"type\": \"Creator\",\n        \"category\": [\n          {\n            \"id\": 934,\n            \"name\": \"Social Media Influencer\",\n            \"icon_name\": \"IconBriefcaseStroke\"\n          }\n        ],\n        \"restId\": \"9002738441562932892\"\n      },\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 1236846,\n      \"followingCount\": 511,\n      \"tweetCount\": 58146,\n      \"listedCount\": 4026,\n      \"mediaCount\": 10986,\n      \"favoritesCount\": 32221,\n      \"createdAt\": \"2021-02-02T02:48:53.000Z\"\n    },\n    {\n      \"id\": \"1001462022\",\n      \"username\": \"sample_user_77161\",\n      \"name\": \"Sample User 77161\",\n      \"bio\": \"Sample profile bio for Sample User 77161.\",\n      \"location\": \"Sample City 982\",\n      \"website\": \"https://example.com/link-94089/profile-77161\",\n      \"pinnedTweetIds\": [\n        \"2004589540135395236\"\n      ],\n      \"avatar\": \"https://example.com/images/sample-avatar-77161.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-77161.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": true,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": {\n        \"type\": \"Creator\",\n        \"category\": [\n          {\n            \"id\": 933,\n            \"name\": \"Media Personality\",\n            \"icon_name\": \"IconBriefcaseStroke\"\n          }\n        ],\n        \"restId\": \"9002373364822333041\"\n      },\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 1994813,\n      \"followingCount\": 621,\n      \"tweetCount\": 25398,\n      \"listedCount\": 5838,\n      \"mediaCount\": 3590,\n      \"favoritesCount\": 28308,\n      \"createdAt\": \"2015-04-14T21:15:35.000Z\"\n    },\n    {\n      \"id\": \"1008666091\",\n      \"username\": \"sample_user_44348\",\n      \"name\": \"Sample User 44348\",\n      \"bio\": \"Sample profile bio for Sample User 44348.\",\n      \"location\": null,\n      \"website\": \"https://example.com/link-94089/profile-44348\",\n      \"pinnedTweetIds\": [\n        \"2001355934359261760\"\n      ],\n      \"avatar\": \"https://example.com/images/sample-avatar-44348.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-44348.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": true,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 885949,\n      \"followingCount\": 891,\n      \"tweetCount\": 7954,\n      \"listedCount\": 7015,\n      \"mediaCount\": 1927,\n      \"favoritesCount\": 5170,\n      \"createdAt\": \"2013-03-20T02:43:48.000Z\"\n    },\n    {\n      \"id\": \"100104298216617487\",\n      \"username\": \"sample_user_19905\",\n      \"name\": \"Sample User 19905\",\n      \"bio\": \"Sample profile bio for Sample User 19905.\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [\n        \"2001161250854625224\"\n      ],\n      \"avatar\": \"https://example.com/images/sample-avatar-19905.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-19905.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": true,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": {\n        \"type\": \"Creator\",\n        \"category\": [],\n        \"restId\": \"9001663416244746192\"\n      },\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 5757331,\n      \"followingCount\": 332,\n      \"tweetCount\": 23774,\n      \"listedCount\": 14137,\n      \"mediaCount\": 19201,\n      \"favoritesCount\": 3971,\n      \"createdAt\": \"2017-04-21T18:02:54.000Z\"\n    },\n    {\n      \"id\": \"1001806644416168543\",\n      \"username\": \"sample_user_29731\",\n      \"name\": \"Sample User 29731\",\n      \"bio\": \"Sample profile bio for Sample User 29731.\",\n      \"location\": \"Sample City 468\",\n      \"website\": \"https://example.com/link-94089/profile-29731\",\n      \"pinnedTweetIds\": [\n        \"2001058379486432640\"\n      ],\n      \"avatar\": \"https://example.com/images/sample-avatar-29731.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-29731.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": true,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": {\n        \"type\": \"Business\",\n        \"category\": [\n          {\n            \"id\": 954,\n            \"name\": \"Blogger\",\n            \"icon_name\": \"IconBriefcaseStroke\"\n          }\n        ],\n        \"restId\": \"9001174466627142844\"\n      },\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 1046321,\n      \"followingCount\": 0,\n      \"tweetCount\": 12529,\n      \"listedCount\": 2963,\n      \"mediaCount\": 10607,\n      \"favoritesCount\": 1530,\n      \"createdAt\": \"2020-07-30T14:20:03.000Z\"\n    },\n    {\n      \"id\": \"1001076429713431624\",\n      \"username\": \"sample_user_74786\",\n      \"name\": \"Sample User 74786\",\n      \"bio\": \"Sample profile bio for Sample User 74786.\",\n      \"location\": null,\n      \"website\": \"https://example.com/link-94089/profile-74786\",\n      \"pinnedTweetIds\": [\n        \"2001318824993419822\"\n      ],\n      \"avatar\": \"https://example.com/images/sample-avatar-74786.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-74786.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": true,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {\n        \"label\": {\n          \"url\": {\n            \"url\": \"https://x.com/sample_user_24646\",\n            \"urlType\": \"DeepLink\"\n          },\n          \"badge\": {\n            \"url\": \"https://example.com/link-94089/profile-29900/media/sample-media-19930.jpg\"\n          },\n          \"description\": \"Sample description for documentation 84611.\",\n          \"userLabelType\": \"BusinessLabel\",\n          \"userLabelDisplayType\": \"Badge\"\n        }\n      },\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 4483557,\n      \"followingCount\": 428,\n      \"tweetCount\": 38835,\n      \"listedCount\": 7591,\n      \"mediaCount\": 2046,\n      \"favoritesCount\": 3442,\n      \"createdAt\": \"2020-12-05T08:07:34.000Z\"\n    },\n    {\n      \"id\": \"1001596317\",\n      \"username\": \"sample_user_76083\",\n      \"name\": \"Sample User 76083\",\n      \"bio\": \"Sample profile bio for Sample User 76083.\",\n      \"location\": \"Sample City 778\",\n      \"website\": \"https://example.com/link-94089/profile-76083\",\n      \"pinnedTweetIds\": [\n        \"2005726192852681267\"\n      ],\n      \"avatar\": \"https://example.com/images/sample-avatar-76083.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-76083.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": true,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": {\n        \"type\": \"Creator\",\n        \"category\": [],\n        \"restId\": \"9001626199604209349\"\n      },\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": false,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 734418,\n      \"followingCount\": 2230,\n      \"tweetCount\": 161547,\n      \"listedCount\": 7510,\n      \"mediaCount\": 17594,\n      \"favoritesCount\": 149690,\n      \"createdAt\": \"2013-07-08T09:31:59.000Z\"\n    },\n    {\n      \"id\": \"1002294696\",\n      \"username\": \"sample_user_32614\",\n      \"name\": \"Sample User 32614\",\n      \"bio\": \"Sample profile bio for Sample User 32614.\",\n      \"location\": null,\n      \"website\": \"https://example.com/link-94089/profile-32614\",\n      \"pinnedTweetIds\": [\n        \"2001398697812994995\"\n      ],\n      \"avatar\": \"https://example.com/images/sample-avatar-32614.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-32614.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": true,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": {\n        \"type\": \"Creator\",\n        \"category\": [\n          {\n            \"id\": 713,\n            \"name\": \"Science & Technology\",\n            \"icon_name\": \"IconBriefcaseStroke\"\n          }\n        ],\n        \"restId\": \"9001585914007339968\"\n      },\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 428717,\n      \"followingCount\": 3108,\n      \"tweetCount\": 44526,\n      \"listedCount\": 4884,\n      \"mediaCount\": 18887,\n      \"favoritesCount\": 37280,\n      \"createdAt\": \"2014-04-27T00:20:12.000Z\"\n    },\n    {\n      \"id\": \"1008719261537552105\",\n      \"username\": \"sample_user_82916\",\n      \"name\": \"Sample User 82916\",\n      \"bio\": \"Sample profile bio for Sample User 82916.\",\n      \"location\": \"Sample City 571\",\n      \"website\": \"https://example.com/link-94089/profile-82916\",\n      \"pinnedTweetIds\": [\n        \"2004173550753566405\"\n      ],\n      \"avatar\": \"https://example.com/images/sample-avatar-82916.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-82916.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": true,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": {\n        \"type\": \"Creator\",\n        \"category\": [],\n        \"restId\": \"9001838761663999105\"\n      },\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 217927,\n      \"followingCount\": 427,\n      \"tweetCount\": 2715,\n      \"listedCount\": 3086,\n      \"mediaCount\": 865,\n      \"favoritesCount\": 7079,\n      \"createdAt\": \"2022-09-24T16:27:40.000Z\"\n    },\n    {\n      \"id\": \"10017528\",\n      \"username\": \"sample_user_96991\",\n      \"name\": \"Sample User 96991\",\n      \"bio\": \"Sample profile bio for Sample User 96991.\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [\n        \"2003874737416606947\"\n      ],\n      \"avatar\": \"https://example.com/images/sample-avatar-96991.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-96991.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": true,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": {\n        \"type\": \"Creator\",\n        \"category\": [],\n        \"restId\": \"9009505976599913053\"\n      },\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {\n        \"label\": {\n          \"url\": {\n            \"url\": \"https://example.com/link-94089/profile-41921/X\",\n            \"urlType\": \"DeepLink\"\n          },\n          \"badge\": {\n            \"url\": \"https://example.com/link-94089/profile-29900/media/sample-media-25883.jpg\"\n          },\n          \"description\": \"Sample description for documentation 53418.\",\n          \"userLabelType\": \"BusinessLabel\",\n          \"userLabelDisplayType\": \"Badge\"\n        }\n      },\n      \"defaultProfile\": false,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 226998062,\n      \"followingCount\": 1218,\n      \"tweetCount\": 86750,\n      \"listedCount\": 164449,\n      \"mediaCount\": 4162,\n      \"favoritesCount\": 174844,\n      \"createdAt\": \"2009-06-02T20:12:29.000Z\"\n    },\n    {\n      \"id\": \"1004453754\",\n      \"username\": \"sample_user_75839\",\n      \"name\": \"Sample User 75839\",\n      \"bio\": \"Sample profile bio for Sample User 75839.\",\n      \"location\": \"Sample City 417\",\n      \"website\": \"https://example.com/link-94089/profile-75839\",\n      \"pinnedTweetIds\": [\n        \"2004470839611227157\"\n      ],\n      \"avatar\": \"https://example.com/images/sample-avatar-75839.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-75839.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": true,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": {\n        \"type\": \"Creator\",\n        \"category\": [\n          {\n            \"id\": 933,\n            \"name\": \"Media Personality\",\n            \"icon_name\": \"IconBriefcaseStroke\"\n          }\n        ],\n        \"restId\": \"9001183443225160892\"\n      },\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": false,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 33317973,\n      \"followingCount\": 2190,\n      \"tweetCount\": 7459,\n      \"listedCount\": 9062,\n      \"mediaCount\": 971,\n      \"favoritesCount\": 23204,\n      \"createdAt\": \"2014-04-21T00:28:42.000Z\"\n    }\n  ],\n  \"pagination\": {\n    \"nextCursor\": \"0|1973632539645968370\",\n    \"prevCursor\": \"-1|1973632539645968385\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "Request validation failed or the upstream request was invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "subscriptions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "userId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"Request validation failed\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The TweetAPI key or caller-supplied Twitter authentication token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "subscriptions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "userId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 401,\n  \"message\": \"No API key provided\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The authenticated account is not permitted to perform the operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "subscriptions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "userId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 403,\n  \"message\": \"Forbidden\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The requested resource or route was not found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "subscriptions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "userId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 404,\n  \"message\": \"Not found\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The per-minute rate limit or plan request allowance was exceeded. The response does not currently include Retry-After or X-RateLimit headers.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "subscriptions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "userId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 429,\n  \"message\": \"Rate limit quota exceeded\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "TweetAPI or an upstream dependency failed to process the request.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "subscriptions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "userId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 500,\n  \"message\": \"Internal Server Error\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "name": "Following V1",
          "request": {
            "name": "Following V1",
            "description": {
              "content": "Get a paginated list of users that the specified account is following. Returns user objects with complete profile information.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "tw-v2",
                "user",
                "following-list"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "userId",
                  "value": "1234567890",
                  "description": "(Required) Unique platform user ID (e.g., '10017528')"
                },
                {
                  "disabled": true,
                  "key": "count",
                  "value": "20",
                  "description": "Numeric result count string (default: 20; no explicit backend maximum)"
                },
                {
                  "disabled": true,
                  "key": "cursor",
                  "value": "NEXT_CURSOR",
                  "description": "Pagination cursor for fetching next page of results. Obtained from previous response."
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "following-list"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "userId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "count",
                      "value": "20",
                      "disabled": true
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"10088980\",\n      \"username\": \"sample_user_55298\",\n      \"name\": \"Sample User 55298\",\n      \"bio\": \"Sample profile bio for Sample User 55298.\",\n      \"location\": \"Sample City 504\",\n      \"website\": \"https://example.com/link-94089/profile-55298\",\n      \"pinnedTweetIds\": [\n        \"2005446137938324206\"\n      ],\n      \"avatar\": \"https://example.com/images/sample-avatar-55298.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-55298.jpg\",\n      \"profileImageShape\": null,\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": {\n        \"affiliatesCount\": 0\n      },\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": false,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": null,\n      \"defaultProfile\": false,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 882232,\n      \"followingCount\": 52,\n      \"tweetCount\": 24311,\n      \"listedCount\": 12649,\n      \"mediaCount\": 1715,\n      \"favoritesCount\": 9008,\n      \"createdAt\": \"2009-08-11T22:26:28.000Z\"\n    },\n    {\n      \"id\": \"100788754\",\n      \"username\": \"sample_user_35446\",\n      \"name\": \"Sample User 35446\",\n      \"bio\": \"Sample profile bio for Sample User 35446.\",\n      \"location\": \"Sample City 801\",\n      \"website\": \"https://example.com/link-94089/profile-35446\",\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-35446.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-35446.jpg\",\n      \"profileImageShape\": null,\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": {\n        \"affiliatesCount\": 0\n      },\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": false,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": null,\n      \"defaultProfile\": false,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 78373,\n      \"followingCount\": 177,\n      \"tweetCount\": 12681,\n      \"listedCount\": 915,\n      \"mediaCount\": 5987,\n      \"favoritesCount\": 2370,\n      \"createdAt\": \"2010-03-11T08:04:25.000Z\"\n    },\n    {\n      \"id\": \"1001725635885283840\",\n      \"username\": \"sample_user_70117\",\n      \"name\": \"Sample User 70117\",\n      \"bio\": \"Sample profile bio for Sample User 70117.\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [\n        \"2001552369583120801\"\n      ],\n      \"avatar\": \"https://example.com/images/sample-avatar-70117.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-70117.jpg\",\n      \"profileImageShape\": null,\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": {\n        \"affiliatesCount\": 0\n      },\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": false,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": null,\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 7318,\n      \"followingCount\": 4,\n      \"tweetCount\": 9,\n      \"listedCount\": 9,\n      \"mediaCount\": 2,\n      \"favoritesCount\": 7,\n      \"createdAt\": \"2025-06-23T20:55:27.000Z\"\n    },\n    {\n      \"id\": \"1007279781545554210\",\n      \"username\": \"sample_user_12074\",\n      \"name\": \"Sample User 12074\",\n      \"bio\": \"Sample profile bio for Sample User 12074.\",\n      \"location\": \"Sample City 865\",\n      \"website\": \"https://example.com/link-94089/profile-12074\",\n      \"pinnedTweetIds\": [\n        \"2001539123604070045\"\n      ],\n      \"avatar\": \"https://example.com/images/sample-avatar-12074.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-12074.jpg\",\n      \"profileImageShape\": null,\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": {\n        \"affiliatesCount\": 0\n      },\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": false,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": null,\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 17708,\n      \"followingCount\": 41,\n      \"tweetCount\": 284,\n      \"listedCount\": 170,\n      \"mediaCount\": 56,\n      \"favoritesCount\": 190,\n      \"createdAt\": \"2025-03-24T12:15:30.000Z\"\n    },\n    {\n      \"id\": \"100849850\",\n      \"username\": \"sample_user_25605\",\n      \"name\": \"Sample User 25605\",\n      \"bio\": \"Sample profile bio for Sample User 25605.\",\n      \"location\": \"Sample City 074\",\n      \"website\": \"https://example.com/link-94089/profile-25605\",\n      \"pinnedTweetIds\": [\n        \"2006029887141122174\"\n      ],\n      \"avatar\": \"https://example.com/images/sample-avatar-25605.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-25605.jpg\",\n      \"profileImageShape\": null,\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": {\n        \"affiliatesCount\": 0\n      },\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": false,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": null,\n      \"defaultProfile\": false,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 1463768,\n      \"followingCount\": 1849,\n      \"tweetCount\": 34795,\n      \"listedCount\": 3214,\n      \"mediaCount\": 11505,\n      \"favoritesCount\": 20302,\n      \"createdAt\": \"2012-02-13T23:15:31.000Z\"\n    },\n    {\n      \"id\": \"10081545\",\n      \"username\": \"sample_user_07151\",\n      \"name\": \"Sample User 07151\",\n      \"bio\": \"Sample profile bio for Sample User 07151.\",\n      \"location\": \"Sample City 457\",\n      \"website\": \"https://example.com/link-94089/profile-07151\",\n      \"pinnedTweetIds\": [\n        \"2001322811109515935\"\n      ],\n      \"avatar\": \"https://example.com/images/sample-avatar-07151.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-07151.jpg\",\n      \"profileImageShape\": null,\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": {\n        \"affiliatesCount\": 0\n      },\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": false,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": null,\n      \"defaultProfile\": false,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 2424430,\n      \"followingCount\": 1432,\n      \"tweetCount\": 15150,\n      \"listedCount\": 3441,\n      \"mediaCount\": 4817,\n      \"favoritesCount\": 6035,\n      \"createdAt\": \"2009-06-15T08:46:13.000Z\"\n    },\n    {\n      \"id\": \"1007949731\",\n      \"username\": \"sample_user_67980\",\n      \"name\": \"Sample User 67980\",\n      \"bio\": \"Sample profile bio for Sample User 67980.\",\n      \"location\": \"Sample City 459\",\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-67980.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": null,\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": {\n        \"affiliatesCount\": 0\n      },\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": false,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": null,\n      \"defaultProfile\": false,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 6162,\n      \"followingCount\": 307,\n      \"tweetCount\": 272,\n      \"listedCount\": 62,\n      \"mediaCount\": 14,\n      \"favoritesCount\": 874,\n      \"createdAt\": \"2013-12-30T15:53:37.000Z\"\n    },\n    {\n      \"id\": \"1003792412575786288\",\n      \"username\": \"sample_user_01062\",\n      \"name\": \"Sample User 01062\",\n      \"bio\": \"Sample profile bio for Sample User 01062.\",\n      \"location\": \"Sample City 865\",\n      \"website\": \"https://example.com/link-94089/profile-01062\",\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-01062.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-01062.jpg\",\n      \"profileImageShape\": null,\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": {\n        \"affiliatesCount\": 0\n      },\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": false,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": null,\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 1041639,\n      \"followingCount\": 9,\n      \"tweetCount\": 312,\n      \"listedCount\": 2327,\n      \"mediaCount\": 136,\n      \"favoritesCount\": 4,\n      \"createdAt\": \"2025-02-03T21:47:12.000Z\"\n    },\n    {\n      \"id\": \"1001361025\",\n      \"username\": \"sample_user_07467\",\n      \"name\": \"Sample User 07467\",\n      \"bio\": \"Sample profile bio for Sample User 07467.\",\n      \"location\": \"Sample City 459\",\n      \"website\": \"https://example.com/link-94089/profile-07467\",\n      \"pinnedTweetIds\": [\n        \"2001285777487951785\"\n      ],\n      \"avatar\": \"https://example.com/images/sample-avatar-07467.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": null,\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": {\n        \"affiliatesCount\": 0\n      },\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": false,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": null,\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 53947,\n      \"followingCount\": 696,\n      \"tweetCount\": 2555,\n      \"listedCount\": 1002,\n      \"mediaCount\": 202,\n      \"favoritesCount\": 4450,\n      \"createdAt\": \"2013-06-23T12:57:08.000Z\"\n    },\n    {\n      \"id\": \"1001359723661677634\",\n      \"username\": \"sample_user_47769\",\n      \"name\": \"Sample User 47769\",\n      \"bio\": \"Sample profile bio for Sample User 47769.\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-47769.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": null,\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": {\n        \"affiliatesCount\": 0\n      },\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": false,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": null,\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 750,\n      \"followingCount\": 22,\n      \"tweetCount\": 0,\n      \"listedCount\": 5,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 11,\n      \"createdAt\": \"2021-03-28T19:16:07.000Z\"\n    },\n    {\n      \"id\": \"1005427224324788504\",\n      \"username\": \"sample_user_05872\",\n      \"name\": \"Sample User 05872\",\n      \"bio\": \"Sample profile bio for Sample User 05872.\",\n      \"location\": \"Sample City 750\",\n      \"website\": \"https://example.com/link-94089/profile-05872\",\n      \"pinnedTweetIds\": [\n        \"2004387363993367112\"\n      ],\n      \"avatar\": \"https://example.com/images/sample-avatar-05872.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-05872.jpg\",\n      \"profileImageShape\": null,\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": {\n        \"affiliatesCount\": 0\n      },\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": false,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": null,\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 16545,\n      \"followingCount\": 21,\n      \"tweetCount\": 254,\n      \"listedCount\": 108,\n      \"mediaCount\": 111,\n      \"favoritesCount\": 63,\n      \"createdAt\": \"2023-07-06T10:46:17.000Z\"\n    },\n    {\n      \"id\": \"1005612830\",\n      \"username\": \"sample_user_23717\",\n      \"name\": \"Sample User 23717\",\n      \"bio\": \"\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-23717.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-23717.jpg\",\n      \"profileImageShape\": null,\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": {\n        \"affiliatesCount\": 0\n      },\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": false,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": null,\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 846,\n      \"followingCount\": 90,\n      \"tweetCount\": 10,\n      \"listedCount\": 6,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 125,\n      \"createdAt\": \"2013-02-13T05:14:04.000Z\"\n    },\n    {\n      \"id\": \"1001004927889873081\",\n      \"username\": \"sample_user_67755\",\n      \"name\": \"Sample User 67755\",\n      \"bio\": \"Sample profile bio for Sample User 67755.\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [\n        \"2009520019288498853\"\n      ],\n      \"avatar\": \"https://example.com/images/sample-avatar-67755.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": null,\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": {\n        \"affiliatesCount\": 0\n      },\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": false,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": null,\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 32070,\n      \"followingCount\": 511,\n      \"tweetCount\": 21234,\n      \"listedCount\": 255,\n      \"mediaCount\": 1873,\n      \"favoritesCount\": 62726,\n      \"createdAt\": \"2023-08-25T17:30:19.000Z\"\n    },\n    {\n      \"id\": \"1001826983839195269\",\n      \"username\": \"sample_user_67343\",\n      \"name\": \"Sample User 67343\",\n      \"bio\": \"Sample profile bio for Sample User 67343.\",\n      \"location\": \"Sample City 865\",\n      \"website\": \"https://example.com/link-94089/profile-67343\",\n      \"pinnedTweetIds\": [\n        \"2001772829598333837\"\n      ],\n      \"avatar\": \"https://example.com/images/sample-avatar-67343.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-67343.jpg\",\n      \"profileImageShape\": null,\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": {\n        \"affiliatesCount\": 0\n      },\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": false,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": null,\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 413765,\n      \"followingCount\": 69,\n      \"tweetCount\": 11241,\n      \"listedCount\": 823,\n      \"mediaCount\": 2274,\n      \"favoritesCount\": 18949,\n      \"createdAt\": \"2022-04-29T20:22:48.000Z\"\n    },\n    {\n      \"id\": \"1001140180846719767\",\n      \"username\": \"sample_user_05353\",\n      \"name\": \"Sample User 05353\",\n      \"bio\": \"Sample profile bio for Sample User 05353.\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-05353.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-05353.jpg\",\n      \"profileImageShape\": null,\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": {\n        \"affiliatesCount\": 0\n      },\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": false,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": null,\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 905417,\n      \"followingCount\": 25,\n      \"tweetCount\": 54,\n      \"listedCount\": 507,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 16,\n      \"createdAt\": \"2021-06-17T06:26:36.000Z\"\n    },\n    {\n      \"id\": \"1004724182165837366\",\n      \"username\": \"sample_user_15502\",\n      \"name\": \"Sample User 15502\",\n      \"bio\": \"Sample profile bio for Sample User 15502.\",\n      \"location\": \"Sample City 542\",\n      \"website\": \"https://example.com/link-94089/profile-15502\",\n      \"pinnedTweetIds\": [\n        \"2004684196523002385\"\n      ],\n      \"avatar\": \"https://example.com/images/sample-avatar-15502.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-15502.jpg\",\n      \"profileImageShape\": null,\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": {\n        \"affiliatesCount\": 0\n      },\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": false,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": null,\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 260056,\n      \"followingCount\": 1205,\n      \"tweetCount\": 13375,\n      \"listedCount\": 620,\n      \"mediaCount\": 6059,\n      \"favoritesCount\": 7363,\n      \"createdAt\": \"2018-12-12T01:13:08.000Z\"\n    },\n    {\n      \"id\": \"1001910612794548107\",\n      \"username\": \"sample_user_44632\",\n      \"name\": \"Sample User 44632\",\n      \"bio\": \"Sample profile bio for Sample User 44632.\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-44632.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-44632.jpg\",\n      \"profileImageShape\": null,\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": {\n        \"affiliatesCount\": 0\n      },\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": false,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": null,\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 11135,\n      \"followingCount\": 36,\n      \"tweetCount\": 9,\n      \"listedCount\": 51,\n      \"mediaCount\": 7,\n      \"favoritesCount\": 5,\n      \"createdAt\": \"2022-07-17T02:04:40.000Z\"\n    },\n    {\n      \"id\": \"10016059\",\n      \"username\": \"sample_user_10693\",\n      \"name\": \"Sample User 10693\",\n      \"bio\": \"Sample profile bio for Sample User 10693.\",\n      \"location\": null,\n      \"website\": \"https://example.com/link-94089/profile-10693\",\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-10693.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-10693.jpg\",\n      \"profileImageShape\": null,\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": {\n        \"affiliatesCount\": 0\n      },\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": false,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": null,\n      \"defaultProfile\": false,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 10941122,\n      \"followingCount\": 1386,\n      \"tweetCount\": 8997,\n      \"listedCount\": 19161,\n      \"mediaCount\": 1538,\n      \"favoritesCount\": 1311,\n      \"createdAt\": \"2009-06-22T08:24:19.000Z\"\n    },\n    {\n      \"id\": \"10051246\",\n      \"username\": \"sample_user_35585\",\n      \"name\": \"Sample User 35585\",\n      \"bio\": \"Sample profile bio for Sample User 35585.\",\n      \"location\": \"Sample City 147\",\n      \"website\": null,\n      \"pinnedTweetIds\": [\n        \"2001184043341139638\"\n      ],\n      \"avatar\": \"https://example.com/images/sample-avatar-35585.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-35585.jpg\",\n      \"profileImageShape\": null,\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": {\n        \"affiliatesCount\": 0\n      },\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": false,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": null,\n      \"defaultProfile\": false,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 672408,\n      \"followingCount\": 3478,\n      \"tweetCount\": 267584,\n      \"listedCount\": 4978,\n      \"mediaCount\": 15841,\n      \"favoritesCount\": 96203,\n      \"createdAt\": \"2007-06-25T21:03:36.000Z\"\n    },\n    {\n      \"id\": \"100334094\",\n      \"username\": \"sample_user_73770\",\n      \"name\": \"Sample User 73770\",\n      \"bio\": \"Sample profile bio for Sample User 73770.\",\n      \"location\": \"Sample City 698\",\n      \"website\": \"https://example.com/link-94089/profile-73770\",\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-73770.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-73770.jpg\",\n      \"profileImageShape\": null,\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": {\n        \"affiliatesCount\": 0\n      },\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": false,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": null,\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 125709,\n      \"followingCount\": 258,\n      \"tweetCount\": 1387,\n      \"listedCount\": 243,\n      \"mediaCount\": 638,\n      \"favoritesCount\": 467,\n      \"createdAt\": \"2010-02-22T21:46:21.000Z\"\n    }\n  ],\n  \"pagination\": {\n    \"nextCursor\": \"1842784569137304976\",\n    \"prevCursor\": \"0\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "Request validation failed or the upstream request was invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "following-list"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "userId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "count",
                      "value": "20",
                      "disabled": true
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"Request validation failed\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The TweetAPI key or caller-supplied Twitter authentication token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "following-list"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "userId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "count",
                      "value": "20",
                      "disabled": true
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 401,\n  \"message\": \"No API key provided\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The authenticated account is not permitted to perform the operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "following-list"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "userId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "count",
                      "value": "20",
                      "disabled": true
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 403,\n  \"message\": \"Forbidden\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The requested resource or route was not found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "following-list"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "userId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "count",
                      "value": "20",
                      "disabled": true
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 404,\n  \"message\": \"Not found\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The per-minute rate limit or plan request allowance was exceeded. The response does not currently include Retry-After or X-RateLimit headers.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "following-list"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "userId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "count",
                      "value": "20",
                      "disabled": true
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 429,\n  \"message\": \"Rate limit quota exceeded\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "TweetAPI or an upstream dependency failed to process the request.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "following-list"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "userId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "count",
                      "value": "20",
                      "disabled": true
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 500,\n  \"message\": \"Internal Server Error\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "name": "Followers V1",
          "request": {
            "name": "Followers V1",
            "description": {
              "content": "Get a paginated list of users following the specified account. Returns user objects with complete profile information.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "tw-v2",
                "user",
                "followers-list"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "userId",
                  "value": "1234567890",
                  "description": "(Required) Unique platform user ID (e.g., '10017528')"
                },
                {
                  "disabled": true,
                  "key": "count",
                  "value": "20",
                  "description": "Numeric result count string (default: 20; no explicit backend maximum)"
                },
                {
                  "disabled": true,
                  "key": "cursor",
                  "value": "NEXT_CURSOR",
                  "description": "Pagination cursor for fetching next page of results. Obtained from previous response."
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "followers-list"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "userId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "count",
                      "value": "20",
                      "disabled": true
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"1001314082880034515\",\n      \"username\": \"sample_user_80170\",\n      \"name\": \"Sample User 80170\",\n      \"bio\": \"\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-80170.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": null,\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": {\n        \"affiliatesCount\": 0\n      },\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": false,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": null,\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 0,\n      \"followingCount\": 6,\n      \"tweetCount\": 0,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 0,\n      \"createdAt\": \"2025-10-02T05:47:58.000Z\"\n    },\n    {\n      \"id\": \"1003319103125038054\",\n      \"username\": \"sample_user_17369\",\n      \"name\": \"Sample User 17369\",\n      \"bio\": \"\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-17369.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": null,\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": {\n        \"affiliatesCount\": 0\n      },\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": false,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": null,\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 12,\n      \"followingCount\": 50,\n      \"tweetCount\": 0,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 0,\n      \"createdAt\": \"2022-02-15T22:09:59.000Z\"\n    },\n    {\n      \"id\": \"1009576817859776133\",\n      \"username\": \"sample_user_69509\",\n      \"name\": \"Sample User 69509\",\n      \"bio\": \"\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-69509.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": null,\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": {\n        \"affiliatesCount\": 0\n      },\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": false,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": null,\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 0,\n      \"followingCount\": 1,\n      \"tweetCount\": 0,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 0,\n      \"createdAt\": \"2025-10-02T05:48:07.000Z\"\n    },\n    {\n      \"id\": \"1006370714065768771\",\n      \"username\": \"sample_user_96589\",\n      \"name\": \"Sample User 96589\",\n      \"bio\": \"\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-96589.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": null,\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": {\n        \"affiliatesCount\": 0\n      },\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": false,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": null,\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": true,\n      \"followerCount\": 0,\n      \"followingCount\": 1,\n      \"tweetCount\": 0,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 0,\n      \"createdAt\": \"2025-10-02T05:48:16.000Z\"\n    },\n    {\n      \"id\": \"1005709293142012103\",\n      \"username\": \"sample_user_46915\",\n      \"name\": \"Sample User 46915\",\n      \"bio\": \"\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-46915.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": null,\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": {\n        \"affiliatesCount\": 0\n      },\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": false,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": null,\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 0,\n      \"followingCount\": 1,\n      \"tweetCount\": 0,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 0,\n      \"createdAt\": \"2025-10-02T05:47:47.000Z\"\n    },\n    {\n      \"id\": \"1001073158194714852\",\n      \"username\": \"sample_user_94009\",\n      \"name\": \"Sample User 94009\",\n      \"bio\": \"\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-94009.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": null,\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": {\n        \"affiliatesCount\": 0\n      },\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": false,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": null,\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": true,\n      \"followerCount\": 0,\n      \"followingCount\": 2,\n      \"tweetCount\": 0,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 0,\n      \"createdAt\": \"2025-10-02T05:47:25.000Z\"\n    },\n    {\n      \"id\": \"1008272410444405531\",\n      \"username\": \"sample_user_80610\",\n      \"name\": \"Sample User 80610\",\n      \"bio\": \"\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-80610.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": null,\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": {\n        \"affiliatesCount\": 0\n      },\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": false,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": null,\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": true,\n      \"followerCount\": 0,\n      \"followingCount\": 0,\n      \"tweetCount\": 0,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 0,\n      \"createdAt\": \"2025-10-02T05:48:01.000Z\"\n    },\n    {\n      \"id\": \"1001436978716608665\",\n      \"username\": \"sample_user_98121\",\n      \"name\": \"Sample User 98121\",\n      \"bio\": \"\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-98121.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": null,\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": {\n        \"affiliatesCount\": 0\n      },\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": false,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": null,\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": true,\n      \"followerCount\": 0,\n      \"followingCount\": 3,\n      \"tweetCount\": 0,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 0,\n      \"createdAt\": \"2025-10-02T05:48:17.000Z\"\n    },\n    {\n      \"id\": \"1001119275049751505\",\n      \"username\": \"sample_user_68055\",\n      \"name\": \"Sample User 68055\",\n      \"bio\": \"\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-68055.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": null,\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": {\n        \"affiliatesCount\": 0\n      },\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": false,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": null,\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": true,\n      \"followerCount\": 0,\n      \"followingCount\": 18,\n      \"tweetCount\": 0,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 0,\n      \"createdAt\": \"2025-10-02T05:23:32.000Z\"\n    },\n    {\n      \"id\": \"1001364299402711757\",\n      \"username\": \"sample_user_78763\",\n      \"name\": \"Sample User 78763\",\n      \"bio\": \"\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-78763.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": null,\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": {\n        \"affiliatesCount\": 0\n      },\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": false,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": null,\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 0,\n      \"followingCount\": 1,\n      \"tweetCount\": 0,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 0,\n      \"createdAt\": \"2025-10-02T05:46:21.000Z\"\n    },\n    {\n      \"id\": \"1008623704148917770\",\n      \"username\": \"sample_user_53231\",\n      \"name\": \"Sample User 53231\",\n      \"bio\": \"\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-53231.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": null,\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": {\n        \"affiliatesCount\": 0\n      },\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": false,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": null,\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 0,\n      \"followingCount\": 1,\n      \"tweetCount\": 0,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 0,\n      \"createdAt\": \"2025-10-02T05:45:25.000Z\"\n    },\n    {\n      \"id\": \"1004023911488779289\",\n      \"username\": \"sample_user_20021\",\n      \"name\": \"Sample User 20021\",\n      \"bio\": \"\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-20021.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": null,\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": {\n        \"affiliatesCount\": 0\n      },\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": false,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": null,\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": true,\n      \"followerCount\": 0,\n      \"followingCount\": 4,\n      \"tweetCount\": 0,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 0,\n      \"createdAt\": \"2025-10-02T05:46:56.000Z\"\n    },\n    {\n      \"id\": \"1001003662374077050\",\n      \"username\": \"sample_user_22354\",\n      \"name\": \"Sample User 22354\",\n      \"bio\": \"\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-22354.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": null,\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": {\n        \"affiliatesCount\": 0\n      },\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": false,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": null,\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 0,\n      \"followingCount\": 12,\n      \"tweetCount\": 0,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 396,\n      \"createdAt\": \"2024-03-12T16:59:59.000Z\"\n    },\n    {\n      \"id\": \"1001507392931018686\",\n      \"username\": \"sample_user_85168\",\n      \"name\": \"Sample User 85168\",\n      \"bio\": \"\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-85168.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": null,\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": {\n        \"affiliatesCount\": 0\n      },\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": false,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": null,\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": true,\n      \"followerCount\": 0,\n      \"followingCount\": 2,\n      \"tweetCount\": 0,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 0,\n      \"createdAt\": \"2025-10-02T05:46:33.000Z\"\n    },\n    {\n      \"id\": \"1001189621131544562\",\n      \"username\": \"sample_user_30278\",\n      \"name\": \"Sample User 30278\",\n      \"bio\": \"\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-30278.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": null,\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": {\n        \"affiliatesCount\": 0\n      },\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": false,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": null,\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 62,\n      \"followingCount\": 2974,\n      \"tweetCount\": 36,\n      \"listedCount\": 1,\n      \"mediaCount\": 1,\n      \"favoritesCount\": 32,\n      \"createdAt\": \"2019-09-19T22:55:28.000Z\"\n    },\n    {\n      \"id\": \"1009354821570618394\",\n      \"username\": \"sample_user_47530\",\n      \"name\": \"Sample User 47530\",\n      \"bio\": \"\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-47530.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": null,\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": {\n        \"affiliatesCount\": 0\n      },\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": false,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": null,\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 0,\n      \"followingCount\": 3,\n      \"tweetCount\": 0,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 0,\n      \"createdAt\": \"2025-10-02T05:48:10.000Z\"\n    },\n    {\n      \"id\": \"1001343998169561826\",\n      \"username\": \"sample_user_16633\",\n      \"name\": \"Sample User 16633\",\n      \"bio\": \"\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-16633.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": null,\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": {\n        \"affiliatesCount\": 0\n      },\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": false,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": null,\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": true,\n      \"followerCount\": 0,\n      \"followingCount\": 3,\n      \"tweetCount\": 0,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 0,\n      \"createdAt\": \"2025-03-14T15:03:42.000Z\"\n    },\n    {\n      \"id\": \"1002399585468114642\",\n      \"username\": \"sample_user_39434\",\n      \"name\": \"Sample User 39434\",\n      \"bio\": \"\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-39434.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": null,\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": {\n        \"affiliatesCount\": 0\n      },\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": false,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": null,\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": true,\n      \"followerCount\": 0,\n      \"followingCount\": 6,\n      \"tweetCount\": 0,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 0,\n      \"createdAt\": \"2025-10-02T05:46:59.000Z\"\n    },\n    {\n      \"id\": \"1001583251795754519\",\n      \"username\": \"sample_user_43895\",\n      \"name\": \"Sample User 43895\",\n      \"bio\": \"\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-43895.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": null,\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": {\n        \"affiliatesCount\": 0\n      },\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": false,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": null,\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 0,\n      \"followingCount\": 1,\n      \"tweetCount\": 0,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 0,\n      \"createdAt\": \"2025-10-02T05:47:01.000Z\"\n    },\n    {\n      \"id\": \"1009229173585685139\",\n      \"username\": \"sample_user_19353\",\n      \"name\": \"Sample User 19353\",\n      \"bio\": \"\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-19353.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": null,\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": {\n        \"affiliatesCount\": 0\n      },\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": false,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": null,\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 0,\n      \"followingCount\": 13,\n      \"tweetCount\": 0,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 0,\n      \"createdAt\": \"2025-10-02T05:46:10.000Z\"\n    }\n  ],\n  \"pagination\": {\n    \"nextCursor\": \"1844847953281693545\",\n    \"prevCursor\": \"0\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "Request validation failed or the upstream request was invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "followers-list"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "userId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "count",
                      "value": "20",
                      "disabled": true
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"Request validation failed\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The TweetAPI key or caller-supplied Twitter authentication token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "followers-list"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "userId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "count",
                      "value": "20",
                      "disabled": true
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 401,\n  \"message\": \"No API key provided\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The authenticated account is not permitted to perform the operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "followers-list"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "userId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "count",
                      "value": "20",
                      "disabled": true
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 403,\n  \"message\": \"Forbidden\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The requested resource or route was not found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "followers-list"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "userId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "count",
                      "value": "20",
                      "disabled": true
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 404,\n  \"message\": \"Not found\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The per-minute rate limit or plan request allowance was exceeded. The response does not currently include Retry-After or X-RateLimit headers.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "followers-list"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "userId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "count",
                      "value": "20",
                      "disabled": true
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 429,\n  \"message\": \"Rate limit quota exceeded\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "TweetAPI or an upstream dependency failed to process the request.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "followers-list"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "userId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "count",
                      "value": "20",
                      "disabled": true
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 500,\n  \"message\": \"Internal Server Error\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "name": "Following Ids",
          "request": {
            "name": "Following Ids",
            "description": {
              "content": "Get a paginated list of users that the specified account is following. Returns user objects with complete profile information.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "tw-v2",
                "user",
                "following-ids"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "userId",
                  "value": "1234567890",
                  "description": "(Required) Unique platform user ID (e.g., '10017528')"
                },
                {
                  "disabled": true,
                  "key": "count",
                  "value": "20",
                  "description": "Numeric result count string (default: 20; no explicit backend maximum)"
                },
                {
                  "disabled": true,
                  "key": "cursor",
                  "value": "NEXT_CURSOR",
                  "description": "Pagination cursor for fetching next page of results. Obtained from previous response."
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "following-ids"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "userId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "count",
                      "value": "20",
                      "disabled": true
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    \"10088980\",\n    \"100788754\",\n    \"1001725635885283840\",\n    \"1007279781545554210\",\n    \"100849850\",\n    \"10081545\",\n    \"1007949731\",\n    \"1003792412575786288\",\n    \"1001361025\",\n    \"1001359723661677634\",\n    \"1005427224324788504\",\n    \"1005612830\",\n    \"1001004927889873081\",\n    \"1001826983839195269\",\n    \"1001140180846719767\",\n    \"1004724182165837366\",\n    \"1001910612794548107\",\n    \"10016059\",\n    \"20099468\",\n    \"100334094\"\n  ],\n  \"pagination\": {\n    \"nextCursor\": \"1842784569137304976\",\n    \"prevCursor\": \"0\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "Request validation failed or the upstream request was invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "following-ids"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "userId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "count",
                      "value": "20",
                      "disabled": true
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"Request validation failed\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The TweetAPI key or caller-supplied Twitter authentication token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "following-ids"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "userId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "count",
                      "value": "20",
                      "disabled": true
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 401,\n  \"message\": \"No API key provided\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The authenticated account is not permitted to perform the operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "following-ids"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "userId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "count",
                      "value": "20",
                      "disabled": true
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 403,\n  \"message\": \"Forbidden\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The requested resource or route was not found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "following-ids"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "userId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "count",
                      "value": "20",
                      "disabled": true
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 404,\n  \"message\": \"Not found\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The per-minute rate limit or plan request allowance was exceeded. The response does not currently include Retry-After or X-RateLimit headers.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "following-ids"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "userId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "count",
                      "value": "20",
                      "disabled": true
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 429,\n  \"message\": \"Rate limit quota exceeded\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "TweetAPI or an upstream dependency failed to process the request.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "following-ids"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "userId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "count",
                      "value": "20",
                      "disabled": true
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 500,\n  \"message\": \"Internal Server Error\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "name": "Followers Ids",
          "request": {
            "name": "Followers Ids",
            "description": {
              "content": "Get a paginated list of users following the specified account. Returns user objects with complete profile information.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "tw-v2",
                "user",
                "followers-ids"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "userId",
                  "value": "1234567890",
                  "description": "(Required) Unique platform user ID (e.g., '10017528')"
                },
                {
                  "disabled": true,
                  "key": "count",
                  "value": "20",
                  "description": "Numeric result count string (default: 20; no explicit backend maximum)"
                },
                {
                  "disabled": true,
                  "key": "cursor",
                  "value": "NEXT_CURSOR",
                  "description": "Pagination cursor for fetching next page of results. Obtained from previous response."
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "followers-ids"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "userId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "count",
                      "value": "20",
                      "disabled": true
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    \"1973624294736535554\",\n    \"1973625972869177344\",\n    \"1237311994471968768\",\n    \"1371735280751800323\",\n    \"1973625984101523456\",\n    \"1973625935086948352\",\n    \"1973625927201595393\",\n    \"1973625919639007232\",\n    \"1973625897514311682\",\n    \"1302344268778856448\",\n    \"1973625933576699904\",\n    \"1973581129266397184\",\n    \"1344298997855387650\",\n    \"1973623525396324353\",\n    \"1973624962377457668\",\n    \"1973624267465207808\",\n    \"1973625923493646336\",\n    \"1973625908553490432\",\n    \"1969158854177898496\",\n    \"1972698769327366144\"\n  ],\n  \"pagination\": {\n    \"nextCursor\": \"1844847931695364564\",\n    \"prevCursor\": \"0\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "Request validation failed or the upstream request was invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "followers-ids"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "userId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "count",
                      "value": "20",
                      "disabled": true
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"Request validation failed\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The TweetAPI key or caller-supplied Twitter authentication token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "followers-ids"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "userId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "count",
                      "value": "20",
                      "disabled": true
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 401,\n  \"message\": \"No API key provided\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The authenticated account is not permitted to perform the operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "followers-ids"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "userId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "count",
                      "value": "20",
                      "disabled": true
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 403,\n  \"message\": \"Forbidden\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The requested resource or route was not found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "followers-ids"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "userId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "count",
                      "value": "20",
                      "disabled": true
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 404,\n  \"message\": \"Not found\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The per-minute rate limit or plan request allowance was exceeded. The response does not currently include Retry-After or X-RateLimit headers.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "followers-ids"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "userId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "count",
                      "value": "20",
                      "disabled": true
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 429,\n  \"message\": \"Rate limit quota exceeded\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "TweetAPI or an upstream dependency failed to process the request.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "followers-ids"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "userId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "count",
                      "value": "20",
                      "disabled": true
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 500,\n  \"message\": \"Internal Server Error\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "name": "Check Follow",
          "request": {
            "name": "Check Follow",
            "description": {
              "content": "Check if a follow relationship exists between two users.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "tw-v2",
                "user",
                "friendship"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "subjectId",
                  "value": "1234567890",
                  "description": "(Required) The user ID of the subject user (the follower)"
                },
                {
                  "disabled": false,
                  "key": "targetId",
                  "value": "9876543210",
                  "description": "(Required) The user ID of the target user (the one being followed)"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "friendship"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "subjectId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "targetId",
                      "value": "9876543210",
                      "disabled": false
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"sourceId\": \"90013690\",\n    \"targetId\": \"900114305\",\n    \"following\": true,\n    \"followedBy\": true,\n    \"blocking\": false,\n    \"blockedBy\": false,\n    \"muting\": false,\n    \"notificationsEnabled\": false,\n    \"canDm\": true,\n    \"followRequestSent\": false,\n    \"followRequestReceived\": false,\n    \"wantRetweets\": false,\n    \"markedSpam\": false,\n    \"allReplies\": false,\n    \"canMediaTag\": false\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "Request validation failed or the upstream request was invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "friendship"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "subjectId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "targetId",
                      "value": "9876543210",
                      "disabled": false
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"Request validation failed\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The TweetAPI key or caller-supplied Twitter authentication token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "friendship"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "subjectId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "targetId",
                      "value": "9876543210",
                      "disabled": false
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 401,\n  \"message\": \"No API key provided\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The authenticated account is not permitted to perform the operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "friendship"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "subjectId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "targetId",
                      "value": "9876543210",
                      "disabled": false
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 403,\n  \"message\": \"Forbidden\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The requested resource or route was not found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "friendship"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "subjectId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "targetId",
                      "value": "9876543210",
                      "disabled": false
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 404,\n  \"message\": \"Not found\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The per-minute rate limit or plan request allowance was exceeded. The response does not currently include Retry-After or X-RateLimit headers.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "friendship"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "subjectId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "targetId",
                      "value": "9876543210",
                      "disabled": false
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 429,\n  \"message\": \"Rate limit quota exceeded\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "TweetAPI or an upstream dependency failed to process the request.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "friendship"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "subjectId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "targetId",
                      "value": "9876543210",
                      "disabled": false
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 500,\n  \"message\": \"Internal Server Error\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "name": "About Account",
          "request": {
            "name": "About Account",
            "description": {
              "content": "Retrieve detailed account information for a user including location, verification details, username history, affiliate relationships, and account creation source.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "tw-v2",
                "user",
                "about-account"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "username",
                  "value": "sample_user",
                  "description": "(Required) platform username without @ symbol (e.g., 'sample_user_96991')"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "about-account"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "username",
                      "value": "sample_user",
                      "disabled": false
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"1001937475184068444\",\n    \"username\": \"exampleuser\",\n    \"name\": \"Sample User 35037\",\n    \"createdAt\": \"Wed Jan 15 10:30:00 +0000 2023\",\n    \"verified\": false,\n    \"isBlueVerified\": true,\n    \"isProtected\": false,\n    \"avatarUrl\": \"https://example.com/images/sample-avatar-35037.jpg\",\n    \"profileImageShape\": \"Circle\",\n    \"aboutProfile\": {\n      \"accountBasedIn\": \"Sample City 457\",\n      \"locationAccurate\": true,\n      \"learnMoreUrl\": \"https://example.com/link-94089/link-85739\",\n      \"source\": \"Sample City 457 App Store\",\n      \"usernameChanges\": {\n        \"count\": 2,\n        \"lastChangedAt\": \"2024-03-15T14:22:30.000Z\"\n      }\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "Request validation failed or the upstream request was invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "about-account"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "username",
                      "value": "sample_user",
                      "disabled": false
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"Request validation failed\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The TweetAPI key or caller-supplied Twitter authentication token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "about-account"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "username",
                      "value": "sample_user",
                      "disabled": false
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 401,\n  \"message\": \"No API key provided\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The authenticated account is not permitted to perform the operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "about-account"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "username",
                      "value": "sample_user",
                      "disabled": false
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 403,\n  \"message\": \"Forbidden\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The requested resource or route was not found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "about-account"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "username",
                      "value": "sample_user",
                      "disabled": false
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 404,\n  \"message\": \"Not found\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The per-minute rate limit or plan request allowance was exceeded. The response does not currently include Retry-After or X-RateLimit headers.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "about-account"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "username",
                      "value": "sample_user",
                      "disabled": false
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 429,\n  \"message\": \"Rate limit quota exceeded\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "TweetAPI or an upstream dependency failed to process the request.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "user",
                    "about-account"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "username",
                      "value": "sample_user",
                      "disabled": false
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 500,\n  \"message\": \"Internal Server Error\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Tweet",
      "description": {
        "content": "Tweet lookup, conversation, quote, retweet, and translation operations.",
        "type": "text/plain"
      },
      "item": [
        {
          "name": "Details Conversation",
          "request": {
            "name": "Details Conversation",
            "description": {
              "content": "Get detailed information about a specific tweet including full metadata, engagement metrics, conversation context, and attached X Article content.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "tw-v2",
                "tweet",
                "details"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "tweetId",
                  "value": "1234567890",
                  "description": "(Required) Unique tweet/post ID"
                },
                {
                  "disabled": true,
                  "key": "cursor",
                  "value": "NEXT_CURSOR",
                  "description": "Pagination cursor for fetching next page of results. Obtained from previous response."
                },
                {
                  "disabled": true,
                  "key": "sortBy",
                  "value": "Relevance",
                  "description": "Sort order for conversation replies (Relevance, Recency, Likes). Default: Relevance"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "tweet",
                    "details"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "tweetId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    },
                    {
                      "key": "sortBy",
                      "value": "Relevance",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"5003666593753562724\",\n    \"conversationId\": \"5003666593753562724\",\n    \"text\": \"Sample post text 47487 for documentation.\",\n    \"displayTextRange\": [\n      0,\n      99\n    ],\n    \"author\": {\n      \"id\": \"10030086\",\n      \"username\": \"sample_user_92303\",\n      \"name\": \"Sample User 92303\",\n      \"bio\": \"Sample profile bio for Sample User 92303.\",\n      \"location\": \"Sample City 731\",\n      \"website\": \"https://example.com/link-94089/profile-29900/profile-84577\",\n      \"pinnedTweetIds\": [\n        \"2001104869074971439\"\n      ],\n      \"avatar\": \"https://example.com/link-94089/profile-29900/images/sample-avatar-84577.jpg\",\n      \"banner\": \"https://example.com/link-94089/profile-29900/images/sample-banner-84577.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": true,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": {\n        \"type\": \"Business\",\n        \"category\": [\n          {\n            \"id\": 579,\n            \"name\": \"Media & News\",\n            \"icon_name\": \"IconBriefcaseStroke\"\n          }\n        ],\n        \"restId\": \"7001747894951294611\"\n      },\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": false,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 732200,\n      \"followingCount\": 68,\n      \"tweetCount\": 106693,\n      \"listedCount\": 10796,\n      \"mediaCount\": 48095,\n      \"favoritesCount\": 2077,\n      \"createdAt\": \"2009-02-10T20:27:09.000Z\"\n    },\n    \"source\": null,\n    \"type\": \"tweet\",\n    \"replyTo\": null,\n    \"quotedTweet\": null,\n    \"retweetedTweet\": null,\n    \"reactionContext\": {\n      \"isReaction\": true,\n      \"targetTweetId\": \"2000000000000000001\",\n      \"targetTweetUrl\": \"https://x.com/sample_user_00001/status/2000000000000000001\",\n      \"targetAuthor\": {\n        \"id\": \"1000000000000000001\",\n        \"username\": \"sample_user_00001\",\n        \"name\": \"Sample User 00001\",\n        \"avatar\": \"https://example.com/images/sample-avatar-00001.jpg\",\n        \"isBlueVerified\": true\n      }\n    },\n    \"likeCount\": 3,\n    \"retweetCount\": 1,\n    \"replyCount\": 0,\n    \"quoteCount\": 0,\n    \"bookmarkCount\": 0,\n    \"viewCount\": 1977,\n    \"media\": [],\n    \"poll\": null,\n    \"card\": {\n      \"name\": \"\",\n      \"url\": \"https://example.com/link-94089/profile-29900/link-06903\",\n      \"cardType\": \"\",\n      \"type\": \"summary\",\n      \"bindingValues\": {\n        \"title\": \"\",\n        \"description\": \"\",\n        \"domain\": \"\",\n        \"thumbnailImageUrl\": null,\n        \"thumbnailImageColor\": null,\n        \"playerUrl\": null,\n        \"playerWidth\": null,\n        \"playerHeight\": null,\n        \"appId\": null,\n        \"appName\": null,\n        \"appStarRating\": null,\n        \"appPriceAmount\": null,\n        \"appPriceCurrency\": null\n      },\n      \"cardPlatform\": {\n        \"platform\": {\n          \"device\": {\n            \"name\": \"\",\n            \"version\": \"\"\n          },\n          \"audience\": {\n            \"name\": \"\"\n          }\n        }\n      },\n      \"vanityUrl\": null,\n      \"userRefsResults\": null\n    },\n    \"article\": null,\n    \"hashtags\": [\n      \"sample_topic_28432\"\n    ],\n    \"mentions\": [],\n    \"urls\": [\n      \"https://example.com/link-94089/profile-29900/profile-84577/articles/25/10/01/lowest-price-ever-apple-watch-se-2-gps-cellular-plunges-to-189?utm_source=rss&utm_source=rss&utm_medium=Sendible&utm_campaign=RSS\"\n    ],\n    \"symbols\": [],\n    \"possiblySensitive\": false,\n    \"limitedActions\": null,\n    \"isEdited\": false,\n    \"editControl\": null,\n    \"isTranslatable\": false,\n    \"lang\": \"en\",\n    \"translatedText\": null,\n    \"hasBirdwatchNotes\": false,\n    \"birdwatchPivot\": null,\n    \"conversationControl\": null,\n    \"isPromoted\": false,\n    \"promotedMetadata\": null,\n    \"createdAt\": \"2025-10-02T05:00:19.000Z\",\n    \"place\": null,\n    \"communityId\": null,\n    \"communityResults\": null\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "Request validation failed or the upstream request was invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "tweet",
                    "details"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "tweetId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    },
                    {
                      "key": "sortBy",
                      "value": "Relevance",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"Request validation failed\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The TweetAPI key or caller-supplied Twitter authentication token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "tweet",
                    "details"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "tweetId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    },
                    {
                      "key": "sortBy",
                      "value": "Relevance",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 401,\n  \"message\": \"No API key provided\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The authenticated account is not permitted to perform the operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "tweet",
                    "details"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "tweetId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    },
                    {
                      "key": "sortBy",
                      "value": "Relevance",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 403,\n  \"message\": \"Forbidden\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The requested resource or route was not found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "tweet",
                    "details"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "tweetId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    },
                    {
                      "key": "sortBy",
                      "value": "Relevance",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 404,\n  \"message\": \"Not found\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The per-minute rate limit or plan request allowance was exceeded. The response does not currently include Retry-After or X-RateLimit headers.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "tweet",
                    "details"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "tweetId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    },
                    {
                      "key": "sortBy",
                      "value": "Relevance",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 429,\n  \"message\": \"Rate limit quota exceeded\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "TweetAPI or an upstream dependency failed to process the request.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "tweet",
                    "details"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "tweetId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    },
                    {
                      "key": "sortBy",
                      "value": "Relevance",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 500,\n  \"message\": \"Internal Server Error\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "name": "Details By Ids",
          "request": {
            "name": "Details By Ids",
            "description": {
              "content": "Retrieve detailed information for multiple tweets in a single request. Returns comprehensive tweet data including author information, engagement metrics, media attachments, and metadata for up to 200 tweets at once.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "tw-v2",
                "tweet",
                "details-by-ids"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "ids",
                  "value": "1234567890,9876543210",
                  "description": "(Required) Comma-separated list of tweet IDs to retrieve (maximum 200 IDs per request)"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "tweet",
                    "details-by-ids"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "ids",
                      "value": "1234567890,9876543210",
                      "disabled": false
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"tweets\": [\n      {\n        \"id\": \"2002171750977445519\",\n        \"conversationId\": \"5001695046433325839\",\n        \"text\": \"Sample post text 98460 for documentation.\",\n        \"displayTextRange\": [\n          0,\n          278\n        ],\n        \"author\": {\n          \"id\": \"2006293925\",\n          \"username\": \"sample_user_85154\",\n          \"name\": \"Sample User 85154\",\n          \"bio\": \"Sample profile bio for Sample User 85154.\",\n          \"location\": \"Sample City 493\",\n          \"website\": \"https://example.com/profile-85154\",\n          \"pinnedTweetIds\": [\n            \"2005297009281584090\"\n          ],\n          \"avatar\": \"https://example.com/media/sample-media-72688.jpg\",\n          \"banner\": \"https://example.com/media/sample-media-61934.jpg\",\n          \"profileImageShape\": \"Circle\",\n          \"verified\": false,\n          \"isBlueVerified\": true,\n          \"verifiedType\": null,\n          \"verifiedSince\": null,\n          \"isIdentityVerified\": false,\n          \"isProtected\": false,\n          \"possiblySensitive\": false,\n          \"profileInterstitialType\": null,\n          \"withheldInCountries\": [],\n          \"professional\": {\n            \"type\": \"Creator\",\n            \"category\": [\n              {\n                \"id\": 1009,\n                \"name\": \"Community\",\n                \"icon_name\": \"IconBriefcaseStroke\"\n              }\n            ],\n            \"restId\": \"2001309288299939786\"\n          },\n          \"businessAccount\": null,\n          \"creatorSubscriptionsCount\": 0,\n          \"hasHiddenSubscriptions\": false,\n          \"highlightsInfo\": null,\n          \"hasGraduatedAccess\": true,\n          \"isProfileTranslatable\": false,\n          \"hasCustomTimelines\": true,\n          \"isTranslator\": false,\n          \"affiliatesHighlightedLabel\": {\n            \"label\": {\n              \"url\": {\n                \"url\": \"https://example.com/link-94089/profile-41921/Sample description for documentation 49447._Finance\",\n                \"urlType\": \"DeepLink\"\n              },\n              \"badge\": {\n                \"url\": \"https://example.com/media/sample-media-85061.jpg\"\n              },\n              \"description\": \"Sample description for documentation 49447.\",\n              \"userLabelType\": \"BusinessLabel\",\n              \"userLabelDisplayType\": \"Badge\"\n            }\n          },\n          \"defaultProfile\": true,\n          \"defaultProfileImage\": false,\n          \"followerCount\": 126041,\n          \"followingCount\": 1111,\n          \"tweetCount\": 43934,\n          \"listedCount\": 1889,\n          \"mediaCount\": 6617,\n          \"favoritesCount\": 143026,\n          \"createdAt\": \"2015-04-23T15:32:31.000Z\"\n        },\n        \"source\": null,\n        \"type\": \"tweet\",\n        \"replyTo\": null,\n        \"quotedTweet\": null,\n        \"retweetedTweet\": null,\n        \"reactionContext\": {\n          \"isReaction\": true,\n          \"targetTweetId\": \"2000000000000000001\",\n          \"targetTweetUrl\": \"https://x.com/sample_user_00001/status/2000000000000000001\",\n          \"targetAuthor\": {\n            \"id\": \"1000000000000000001\",\n            \"username\": \"sample_user_00001\",\n            \"name\": \"Sample User 00001\",\n            \"avatar\": \"https://example.com/images/sample-avatar-00001.jpg\",\n            \"isBlueVerified\": true\n          }\n        },\n        \"likeCount\": 55,\n        \"retweetCount\": 0,\n        \"replyCount\": 20,\n        \"quoteCount\": 1,\n        \"bookmarkCount\": 2,\n        \"viewCount\": 2615,\n        \"media\": [\n          {\n            \"id\": \"2001167493280852678\",\n            \"key\": \"13_2001167493280852678\",\n            \"type\": \"video\",\n            \"url\": \"https://example.com/media/sample-media-41049.jpg\",\n            \"displayUrl\": \"pic.x.com/H8tUFQMiIM\",\n            \"expandedUrl\": \"https://x.com/sample_user_88784/status/2005293125405946889/video/1\",\n            \"thumbnailUrl\": \"https://example.com/media/sample-media-68973.jpg\",\n            \"width\": 2160,\n            \"height\": 3840,\n            \"aspectRatio\": [\n              9,\n              16\n            ],\n            \"sizes\": {\n              \"thumb\": {\n                \"width\": 150,\n                \"height\": 150,\n                \"resize\": \"crop\"\n              },\n              \"small\": {\n                \"width\": 383,\n                \"height\": 680,\n                \"resize\": \"fit\"\n              },\n              \"medium\": {\n                \"width\": 675,\n                \"height\": 1200,\n                \"resize\": \"fit\"\n              },\n              \"large\": {\n                \"width\": 1152,\n                \"height\": 2048,\n                \"resize\": \"fit\"\n              },\n              \"original\": {\n                \"width\": 2160,\n                \"height\": 3840,\n                \"resize\": \"fit\"\n              }\n            },\n            \"duration\": 11,\n            \"bitrate\": null,\n            \"videoInfo\": {\n              \"variants\": [\n                {\n                  \"bitrate\": 0,\n                  \"contentType\": \"application/x-mpegURL\",\n                  \"url\": \"https://example.com/media/sample-media-37488.jpg\"\n                },\n                {\n                  \"bitrate\": 632000,\n                  \"contentType\": \"video/mp4\",\n                  \"url\": \"https://example.com/media/sample-media-89684.jpg\"\n                },\n                {\n                  \"bitrate\": 950000,\n                  \"contentType\": \"video/mp4\",\n                  \"url\": \"https://example.com/media/sample-media-97684.jpg\"\n                },\n                {\n                  \"bitrate\": 2176000,\n                  \"contentType\": \"video/mp4\",\n                  \"url\": \"https://example.com/media/sample-media-19761.jpg\"\n                },\n                {\n                  \"bitrate\": 10368000,\n                  \"contentType\": \"video/mp4\",\n                  \"url\": \"https://example.com/media/sample-media-28268.jpg\"\n                },\n                {\n                  \"bitrate\": 25128000,\n                  \"contentType\": \"video/mp4\",\n                  \"url\": \"https://example.com/media/sample-media-41049.jpg\"\n                }\n              ],\n              \"durationMillis\": 10921\n            },\n            \"altText\": null,\n            \"sensitiveMedia\": false,\n            \"features\": {\n              \"all\": [],\n              \"large\": [],\n              \"medium\": [],\n              \"small\": [],\n              \"orig\": [\n                {\n                  \"faces\": []\n                }\n              ]\n            },\n            \"mediaAvailability\": {\n              \"status\": \"Available\",\n              \"reason\": null\n            },\n            \"allowDownload\": true,\n            \"mediaStats\": null,\n            \"processingInfo\": null,\n            \"sourceStatusId\": null,\n            \"sourceUserId\": null,\n            \"stickers\": null\n          },\n          {\n            \"id\": \"2003777419665913692\",\n            \"key\": \"3_2003777419665913692\",\n            \"type\": \"photo\",\n            \"url\": \"https://example.com/media/sample-media-35656.jpg\",\n            \"displayUrl\": \"pic.x.com/H8tUFQMiIM\",\n            \"expandedUrl\": \"https://x.com/sample_user_88784/status/2005293125405946889/video/1\",\n            \"thumbnailUrl\": \"https://example.com/media/sample-media-35656.jpg\",\n            \"width\": 1320,\n            \"height\": 2295,\n            \"aspectRatio\": [\n              88,\n              153\n            ],\n            \"sizes\": {\n              \"thumb\": {\n                \"width\": 150,\n                \"height\": 150,\n                \"resize\": \"crop\"\n              },\n              \"small\": {\n                \"width\": 391,\n                \"height\": 680,\n                \"resize\": \"fit\"\n              },\n              \"medium\": {\n                \"width\": 690,\n                \"height\": 1200,\n                \"resize\": \"fit\"\n              },\n              \"large\": {\n                \"width\": 1178,\n                \"height\": 2048,\n                \"resize\": \"fit\"\n              },\n              \"original\": {\n                \"width\": 1320,\n                \"height\": 2295,\n                \"resize\": \"fit\"\n              }\n            },\n            \"duration\": null,\n            \"bitrate\": null,\n            \"videoInfo\": null,\n            \"altText\": null,\n            \"sensitiveMedia\": false,\n            \"features\": {\n              \"all\": [],\n              \"large\": [],\n              \"medium\": [],\n              \"small\": [],\n              \"orig\": [\n                {\n                  \"faces\": []\n                }\n              ]\n            },\n            \"mediaAvailability\": {\n              \"status\": \"Available\",\n              \"reason\": null\n            },\n            \"allowDownload\": true,\n            \"mediaStats\": null,\n            \"processingInfo\": null,\n            \"sourceStatusId\": null,\n            \"sourceUserId\": null,\n            \"stickers\": null\n          }\n        ],\n        \"poll\": null,\n        \"card\": null,\n        \"hashtags\": [],\n        \"mentions\": [\n          {\n            \"id\": \"sample_user_15900\",\n            \"username\": \"sample_user_08227\",\n            \"name\": \"sample_user_08227\"\n          }\n        ],\n        \"urls\": [\n          \"https://example.com/link-81824\"\n        ],\n        \"symbols\": [],\n        \"possiblySensitive\": false,\n        \"limitedActions\": null,\n        \"isEdited\": false,\n        \"editControl\": null,\n        \"isTranslatable\": false,\n        \"lang\": \"en\",\n        \"translatedText\": null,\n        \"hasBirdwatchNotes\": false,\n        \"birdwatchPivot\": null,\n        \"conversationControl\": null,\n        \"isPromoted\": false,\n        \"promotedMetadata\": null,\n        \"createdAt\": \"2025-12-10T10:21:33.000Z\",\n        \"place\": null,\n        \"communityId\": null,\n        \"communityResults\": null\n      },\n      {\n        \"id\": \"2001085712943977436\",\n        \"conversationId\": \"5005342409944857687\",\n        \"text\": \"Sample post text 21266 for documentation.\",\n        \"displayTextRange\": [\n          0,\n          139\n        ],\n        \"author\": {\n          \"id\": \"2001247918698523627\",\n          \"username\": \"sample_user_72184\",\n          \"name\": \"Sample User 72184\",\n          \"bio\": \"Sample profile bio for Sample User 72184.\",\n          \"location\": \"Sample City 866\",\n          \"website\": \"https://example.com/profile-72184\",\n          \"pinnedTweetIds\": [\n            \"2001188189926834188\"\n          ],\n          \"avatar\": \"https://example.com/media/sample-media-90390.jpg\",\n          \"banner\": \"https://example.com/media/sample-media-96122.jpg\",\n          \"profileImageShape\": \"Square\",\n          \"verified\": false,\n          \"isBlueVerified\": false,\n          \"verifiedType\": \"Business\",\n          \"verifiedSince\": null,\n          \"isIdentityVerified\": false,\n          \"isProtected\": false,\n          \"possiblySensitive\": false,\n          \"profileInterstitialType\": null,\n          \"withheldInCountries\": [],\n          \"professional\": {\n            \"type\": \"Creator\",\n            \"category\": [],\n            \"restId\": \"2001358049460435192\"\n          },\n          \"businessAccount\": null,\n          \"creatorSubscriptionsCount\": 0,\n          \"hasHiddenSubscriptions\": false,\n          \"highlightsInfo\": null,\n          \"hasGraduatedAccess\": true,\n          \"isProfileTranslatable\": false,\n          \"hasCustomTimelines\": true,\n          \"isTranslator\": false,\n          \"affiliatesHighlightedLabel\": {},\n          \"defaultProfile\": true,\n          \"defaultProfileImage\": false,\n          \"followerCount\": 124825,\n          \"followingCount\": 1594,\n          \"tweetCount\": 22572,\n          \"listedCount\": 1179,\n          \"mediaCount\": 12692,\n          \"favoritesCount\": 22347,\n          \"createdAt\": \"2021-09-09T09:27:56.000Z\"\n        },\n        \"source\": null,\n        \"type\": \"tweet\",\n        \"replyTo\": null,\n        \"quotedTweet\": null,\n        \"retweetedTweet\": null,\n        \"reactionContext\": {\n          \"isReaction\": true,\n          \"targetTweetId\": \"2000000000000000001\",\n          \"targetTweetUrl\": \"https://x.com/sample_user_00001/status/2000000000000000001\",\n          \"targetAuthor\": {\n            \"id\": \"1000000000000000001\",\n            \"username\": \"sample_user_00001\",\n            \"name\": \"Sample User 00001\",\n            \"avatar\": \"https://example.com/images/sample-avatar-00001.jpg\",\n            \"isBlueVerified\": true\n          }\n        },\n        \"likeCount\": 98,\n        \"retweetCount\": 12,\n        \"replyCount\": 16,\n        \"quoteCount\": 9,\n        \"bookmarkCount\": 6,\n        \"viewCount\": 8882,\n        \"media\": [],\n        \"poll\": null,\n        \"card\": {\n          \"name\": \"\",\n          \"url\": \"https://example.com/link-20541\",\n          \"cardType\": \"\",\n          \"type\": \"summary\",\n          \"bindingValues\": {\n            \"title\": \"\",\n            \"description\": \"\",\n            \"domain\": \"\",\n            \"thumbnailImageUrl\": null,\n            \"thumbnailImageColor\": null,\n            \"playerUrl\": null,\n            \"playerWidth\": null,\n            \"playerHeight\": null,\n            \"appId\": null,\n            \"appName\": null,\n            \"appStarRating\": null,\n            \"appPriceAmount\": null,\n            \"appPriceCurrency\": null\n          },\n          \"cardPlatform\": {\n            \"platform\": {\n              \"device\": {\n                \"name\": \"\",\n                \"version\": \"\"\n              },\n              \"audience\": {\n                \"name\": \"\"\n              }\n            }\n          },\n          \"vanityUrl\": null,\n          \"userRefsResults\": null\n        },\n        \"hashtags\": [],\n        \"mentions\": [\n          {\n            \"id\": \"sample_user_92809\",\n            \"username\": \"sample_user_00158\",\n            \"name\": \"sample_user_77867\"\n          },\n          {\n            \"id\": \"sample_user_30053\",\n            \"username\": \"sample_user_48375\",\n            \"name\": \"sample_user_13556\"\n          },\n          {\n            \"id\": \"sample_user_35864\",\n            \"username\": \"sample_user_54210\",\n            \"name\": \"sample_user_80395\"\n          }\n        ],\n        \"urls\": [\n          \"https://example.com/link-59221\"\n        ],\n        \"symbols\": [],\n        \"possiblySensitive\": false,\n        \"limitedActions\": null,\n        \"isEdited\": false,\n        \"editControl\": null,\n        \"isTranslatable\": false,\n        \"lang\": \"en\",\n        \"translatedText\": null,\n        \"hasBirdwatchNotes\": false,\n        \"birdwatchPivot\": null,\n        \"conversationControl\": null,\n        \"isPromoted\": false,\n        \"promotedMetadata\": null,\n        \"createdAt\": \"2025-12-10T14:05:21.000Z\",\n        \"place\": null,\n        \"communityId\": null,\n        \"communityResults\": null\n      },\n      {\n        \"id\": \"2001390983706415851\",\n        \"conversationId\": \"5001231875823925520\",\n        \"text\": \"Sample post text 69284 for documentation.\",\n        \"displayTextRange\": [\n          0,\n          94\n        ],\n        \"author\": {\n          \"id\": \"2003402457649470437\",\n          \"username\": \"sample_user_05168\",\n          \"name\": \"Sample User 05168\",\n          \"bio\": \"Sample profile bio for Sample User 05168.\",\n          \"location\": \"Sample City 514\",\n          \"website\": \"https://example.com/profile-05168\",\n          \"pinnedTweetIds\": [\n            \"2009454311581706694\"\n          ],\n          \"avatar\": \"https://example.com/media/sample-media-52576.jpg\",\n          \"banner\": \"https://example.com/media/sample-media-14687.jpg\",\n          \"profileImageShape\": \"Circle\",\n          \"verified\": false,\n          \"isBlueVerified\": true,\n          \"verifiedType\": null,\n          \"verifiedSince\": null,\n          \"isIdentityVerified\": false,\n          \"isProtected\": false,\n          \"possiblySensitive\": false,\n          \"profileInterstitialType\": null,\n          \"withheldInCountries\": [],\n          \"professional\": {\n            \"type\": \"Creator\",\n            \"category\": [\n              {\n                \"id\": 1017,\n                \"name\": \"Artist\",\n                \"icon_name\": \"IconBriefcaseStroke\"\n              }\n            ],\n            \"restId\": \"2001318225778387894\"\n          },\n          \"businessAccount\": null,\n          \"creatorSubscriptionsCount\": 0,\n          \"hasHiddenSubscriptions\": false,\n          \"highlightsInfo\": null,\n          \"hasGraduatedAccess\": true,\n          \"isProfileTranslatable\": false,\n          \"hasCustomTimelines\": true,\n          \"isTranslator\": false,\n          \"affiliatesHighlightedLabel\": {},\n          \"defaultProfile\": true,\n          \"defaultProfileImage\": false,\n          \"followerCount\": 32702,\n          \"followingCount\": 1981,\n          \"tweetCount\": 48322,\n          \"listedCount\": 437,\n          \"mediaCount\": 4888,\n          \"favoritesCount\": 96501,\n          \"createdAt\": \"2019-12-30T13:55:14.000Z\"\n        },\n        \"source\": null,\n        \"type\": \"tweet\",\n        \"replyTo\": null,\n        \"quotedTweet\": null,\n        \"retweetedTweet\": null,\n        \"reactionContext\": {\n          \"isReaction\": true,\n          \"targetTweetId\": \"2000000000000000001\",\n          \"targetTweetUrl\": \"https://x.com/sample_user_00001/status/2000000000000000001\",\n          \"targetAuthor\": {\n            \"id\": \"1000000000000000001\",\n            \"username\": \"sample_user_00001\",\n            \"name\": \"Sample User 00001\",\n            \"avatar\": \"https://example.com/images/sample-avatar-00001.jpg\",\n            \"isBlueVerified\": true\n          }\n        },\n        \"likeCount\": 39,\n        \"retweetCount\": 8,\n        \"replyCount\": 5,\n        \"quoteCount\": 0,\n        \"bookmarkCount\": 2,\n        \"viewCount\": 2272,\n        \"media\": [\n          {\n            \"id\": \"2001186783151650313\",\n            \"key\": \"3_2001186783151650313\",\n            \"type\": \"photo\",\n            \"url\": \"https://example.com/media/sample-media-18269.jpg\",\n            \"displayUrl\": \"pic.x.com/UIm47mTBbT\",\n            \"expandedUrl\": \"https://x.com/sample_user_73643/status/2001418803130766099/photo/1\",\n            \"thumbnailUrl\": \"https://example.com/media/sample-media-18269.jpg\",\n            \"width\": 3840,\n            \"height\": 3840,\n            \"aspectRatio\": [\n              1,\n              1\n            ],\n            \"sizes\": {\n              \"thumb\": {\n                \"width\": 150,\n                \"height\": 150,\n                \"resize\": \"crop\"\n              },\n              \"small\": {\n                \"width\": 680,\n                \"height\": 680,\n                \"resize\": \"fit\"\n              },\n              \"medium\": {\n                \"width\": 1200,\n                \"height\": 1200,\n                \"resize\": \"fit\"\n              },\n              \"large\": {\n                \"width\": 2048,\n                \"height\": 2048,\n                \"resize\": \"fit\"\n              },\n              \"original\": {\n                \"width\": 3840,\n                \"height\": 3840,\n                \"resize\": \"fit\"\n              }\n            },\n            \"duration\": null,\n            \"bitrate\": null,\n            \"videoInfo\": null,\n            \"altText\": null,\n            \"sensitiveMedia\": false,\n            \"features\": {\n              \"all\": [],\n              \"large\": [],\n              \"medium\": [],\n              \"small\": [],\n              \"orig\": [\n                {\n                  \"faces\": []\n                }\n              ]\n            },\n            \"mediaAvailability\": {\n              \"status\": \"Available\",\n              \"reason\": null\n            },\n            \"allowDownload\": true,\n            \"mediaStats\": null,\n            \"processingInfo\": null,\n            \"sourceStatusId\": null,\n            \"sourceUserId\": null,\n            \"stickers\": null\n          }\n        ],\n        \"poll\": null,\n        \"card\": null,\n        \"hashtags\": [],\n        \"mentions\": [],\n        \"urls\": [],\n        \"symbols\": [],\n        \"possiblySensitive\": false,\n        \"limitedActions\": null,\n        \"isEdited\": false,\n        \"editControl\": null,\n        \"isTranslatable\": false,\n        \"lang\": \"en\",\n        \"translatedText\": null,\n        \"hasBirdwatchNotes\": false,\n        \"birdwatchPivot\": null,\n        \"conversationControl\": null,\n        \"isPromoted\": false,\n        \"promotedMetadata\": null,\n        \"createdAt\": \"2025-12-09T23:47:20.000Z\",\n        \"place\": null,\n        \"communityId\": null,\n        \"communityResults\": null\n      }\n    ]\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "Request validation failed or the upstream request was invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "tweet",
                    "details-by-ids"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "ids",
                      "value": "1234567890,9876543210",
                      "disabled": false
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"Request validation failed\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The TweetAPI key or caller-supplied Twitter authentication token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "tweet",
                    "details-by-ids"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "ids",
                      "value": "1234567890,9876543210",
                      "disabled": false
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 401,\n  \"message\": \"No API key provided\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The authenticated account is not permitted to perform the operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "tweet",
                    "details-by-ids"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "ids",
                      "value": "1234567890,9876543210",
                      "disabled": false
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 403,\n  \"message\": \"Forbidden\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The requested resource or route was not found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "tweet",
                    "details-by-ids"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "ids",
                      "value": "1234567890,9876543210",
                      "disabled": false
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 404,\n  \"message\": \"Not found\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The per-minute rate limit or plan request allowance was exceeded. The response does not currently include Retry-After or X-RateLimit headers.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "tweet",
                    "details-by-ids"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "ids",
                      "value": "1234567890,9876543210",
                      "disabled": false
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 429,\n  \"message\": \"Rate limit quota exceeded\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "TweetAPI or an upstream dependency failed to process the request.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "tweet",
                    "details-by-ids"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "ids",
                      "value": "1234567890,9876543210",
                      "disabled": false
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 500,\n  \"message\": \"Internal Server Error\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "name": "Retweets",
          "request": {
            "name": "Retweets",
            "description": {
              "content": "Retrieve users who retweeted a specific tweet. Returns a paginated list of retweets with user information.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "tw-v2",
                "tweet",
                "retweets"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "tweetId",
                  "value": "1234567890",
                  "description": "(Required) Unique tweet/post ID"
                },
                {
                  "disabled": true,
                  "key": "cursor",
                  "value": "NEXT_CURSOR",
                  "description": "Pagination cursor for fetching next page of results. Obtained from previous response."
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "tweet",
                    "retweets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "tweetId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"10093216\",\n      \"username\": \"sample_user_09342\",\n      \"name\": \"Sample User 09342\",\n      \"bio\": \"Sample profile bio for Sample User 09342.\",\n      \"location\": \"Sample City 720\",\n      \"website\": \"https://example.com/link-94089/profile-09342\",\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-09342.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-09342.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": false,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 4851,\n      \"followingCount\": 1470,\n      \"tweetCount\": 15446,\n      \"listedCount\": 106,\n      \"mediaCount\": 140,\n      \"favoritesCount\": 12210,\n      \"createdAt\": \"2006-11-13T08:40:54.000Z\"\n    },\n    {\n      \"id\": \"10045557\",\n      \"username\": \"sample_user_74384\",\n      \"name\": \"Sample User 74384\",\n      \"bio\": \"Sample profile bio for Sample User 74384.\",\n      \"location\": \"Sample City 512\",\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-74384.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-74384.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": {\n        \"type\": \"Creator\",\n        \"category\": [\n          {\n            \"id\": 477,\n            \"name\": \"Professional Services\",\n            \"icon_name\": \"IconBriefcaseStroke\"\n          }\n        ],\n        \"restId\": \"9001013405075590242\"\n      },\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": false,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 3058,\n      \"followingCount\": 4863,\n      \"tweetCount\": 126640,\n      \"listedCount\": 130,\n      \"mediaCount\": 2151,\n      \"favoritesCount\": 7393,\n      \"createdAt\": \"2009-01-06T15:44:46.000Z\"\n    },\n    {\n      \"id\": \"10051504\",\n      \"username\": \"sample_user_92236\",\n      \"name\": \"Sample User 92236\",\n      \"bio\": \"Sample profile bio for Sample User 92236.\",\n      \"location\": \"Sample City 250\",\n      \"website\": null,\n      \"pinnedTweetIds\": [\n        \"2006692596798995984\"\n      ],\n      \"avatar\": \"https://example.com/images/sample-avatar-92236.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-92236.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": false,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 391,\n      \"followingCount\": 539,\n      \"tweetCount\": 31780,\n      \"listedCount\": 73,\n      \"mediaCount\": 3616,\n      \"favoritesCount\": 17982,\n      \"createdAt\": \"2009-09-04T20:34:57.000Z\"\n    },\n    {\n      \"id\": \"10088729\",\n      \"username\": \"sample_user_89720\",\n      \"name\": \"Sample User 89720\",\n      \"bio\": \"Sample profile bio for Sample User 89720.\",\n      \"location\": \"Sample City 259\",\n      \"website\": \"https://example.com/link-94089/profile-89720\",\n      \"pinnedTweetIds\": [\n        \"2002667272287177618\"\n      ],\n      \"avatar\": \"https://example.com/images/sample-avatar-89720.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-89720.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": {\n        \"type\": \"Creator\",\n        \"category\": [\n          {\n            \"id\": 478,\n            \"name\": \"Advertising & Marketing Agency\",\n            \"icon_name\": \"IconBriefcaseStroke\"\n          }\n        ],\n        \"restId\": \"9001129213133864918\"\n      },\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": false,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 5246,\n      \"followingCount\": 4301,\n      \"tweetCount\": 193081,\n      \"listedCount\": 1689,\n      \"mediaCount\": 35288,\n      \"favoritesCount\": 7941,\n      \"createdAt\": \"2009-02-25T15:29:34.000Z\"\n    },\n    {\n      \"id\": \"10011152\",\n      \"username\": \"sample_user_90113\",\n      \"name\": \"Sample User 90113\",\n      \"bio\": \"Sample profile bio for Sample User 90113.\",\n      \"location\": \"Sample City 682\",\n      \"website\": \"https://example.com/link-94089/profile-90113\",\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-90113.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": false,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 933,\n      \"followingCount\": 283,\n      \"tweetCount\": 17924,\n      \"listedCount\": 95,\n      \"mediaCount\": 1787,\n      \"favoritesCount\": 180,\n      \"createdAt\": \"2008-10-23T14:26:54.000Z\"\n    },\n    {\n      \"id\": \"100128868\",\n      \"username\": \"sample_user_67728\",\n      \"name\": \"Sample User 67728\",\n      \"bio\": \"Sample profile bio for Sample User 67728.\",\n      \"location\": \"Sample City 887\",\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-67728.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-67728.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": false,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 693,\n      \"followingCount\": 1522,\n      \"tweetCount\": 28501,\n      \"listedCount\": 26,\n      \"mediaCount\": 7704,\n      \"favoritesCount\": 6023,\n      \"createdAt\": \"2011-04-22T16:58:36.000Z\"\n    },\n    {\n      \"id\": \"1005028186827600614\",\n      \"username\": \"sample_user_03622\",\n      \"name\": \"Sample User 03622\",\n      \"bio\": \"Sample profile bio for Sample User 03622.\",\n      \"location\": \"Sample City 881\",\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-03622.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-03622.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 1023,\n      \"followingCount\": 774,\n      \"tweetCount\": 201337,\n      \"listedCount\": 14,\n      \"mediaCount\": 5220,\n      \"favoritesCount\": 81082,\n      \"createdAt\": \"2019-02-01T14:09:35.000Z\"\n    },\n    {\n      \"id\": \"100132845634597247\",\n      \"username\": \"sample_user_91312\",\n      \"name\": \"Sample User 91312\",\n      \"bio\": \"Sample profile bio for Sample User 91312.\",\n      \"location\": \"Sample City 571\",\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-91312.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-91312.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": false,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 2548,\n      \"followingCount\": 7502,\n      \"tweetCount\": 8568,\n      \"listedCount\": 143,\n      \"mediaCount\": 21,\n      \"favoritesCount\": 206302,\n      \"createdAt\": \"2016-07-02T20:05:00.000Z\"\n    },\n    {\n      \"id\": \"100557264\",\n      \"username\": \"sample_user_04361\",\n      \"name\": \"Sample User 04361\",\n      \"bio\": \"Sample profile bio for Sample User 04361.\",\n      \"location\": \"Sample City 044\",\n      \"website\": \"https://example.com/link-94089/profile-04361\",\n      \"pinnedTweetIds\": [\n        \"2007248895840774133\"\n      ],\n      \"avatar\": \"https://example.com/images/sample-avatar-04361.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-04361.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 501,\n      \"followingCount\": 2230,\n      \"tweetCount\": 18301,\n      \"listedCount\": 103,\n      \"mediaCount\": 31,\n      \"favoritesCount\": 7233,\n      \"createdAt\": \"2012-06-13T02:21:37.000Z\"\n    },\n    {\n      \"id\": \"1002008390\",\n      \"username\": \"sample_user_17502\",\n      \"name\": \"Sample User 17502\",\n      \"bio\": \"Sample profile bio for Sample User 17502.\",\n      \"location\": \"Sample City 626\",\n      \"website\": \"https://example.com/link-94089/profile-17502\",\n      \"pinnedTweetIds\": [\n        \"2001580378303814492\"\n      ],\n      \"avatar\": \"https://example.com/images/sample-avatar-17502.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-17502.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 1148,\n      \"followingCount\": 4931,\n      \"tweetCount\": 90310,\n      \"listedCount\": 27,\n      \"mediaCount\": 340,\n      \"favoritesCount\": 109968,\n      \"createdAt\": \"2014-04-01T17:58:37.000Z\"\n    },\n    {\n      \"id\": \"100168146599440073\",\n      \"username\": \"sample_user_23436\",\n      \"name\": \"Sample User 23436\",\n      \"bio\": \"Sample profile bio for Sample User 23436.\",\n      \"location\": \"Sample City 638\",\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-23436.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 509,\n      \"followingCount\": 1296,\n      \"tweetCount\": 76364,\n      \"listedCount\": 0,\n      \"mediaCount\": 807,\n      \"favoritesCount\": 125524,\n      \"createdAt\": \"2017-05-08T08:18:01.000Z\"\n    },\n    {\n      \"id\": \"1001521053666080984\",\n      \"username\": \"sample_user_02393\",\n      \"name\": \"Sample User 02393\",\n      \"bio\": \"Sample profile bio for Sample User 02393.\",\n      \"location\": \"Sample City 982\",\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-02393.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-02393.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 45,\n      \"followingCount\": 172,\n      \"tweetCount\": 92,\n      \"listedCount\": 1,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 531,\n      \"createdAt\": \"2023-07-23T17:42:21.000Z\"\n    },\n    {\n      \"id\": \"1001740750257430172\",\n      \"username\": \"sample_user_83032\",\n      \"name\": \"Sample User 83032\",\n      \"bio\": \"Sample profile bio for Sample User 83032.\",\n      \"location\": \"Sample City 697\",\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-83032.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-83032.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 50,\n      \"followingCount\": 180,\n      \"tweetCount\": 1219,\n      \"listedCount\": 0,\n      \"mediaCount\": 12,\n      \"favoritesCount\": 834,\n      \"createdAt\": \"2021-02-10T01:00:00.000Z\"\n    },\n    {\n      \"id\": \"1001576990414266307\",\n      \"username\": \"sample_user_08867\",\n      \"name\": \"Sample User 08867\",\n      \"bio\": \"Sample profile bio for Sample User 08867.\",\n      \"location\": null,\n      \"website\": \"https://example.com/link-94089/profile-08867\",\n      \"pinnedTweetIds\": [\n        \"2002676710633174867\"\n      ],\n      \"avatar\": \"https://example.com/images/sample-avatar-08867.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-08867.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 36,\n      \"followingCount\": 93,\n      \"tweetCount\": 1177,\n      \"listedCount\": 0,\n      \"mediaCount\": 182,\n      \"favoritesCount\": 84,\n      \"createdAt\": \"2025-08-02T06:06:43.000Z\"\n    },\n    {\n      \"id\": \"1001745830\",\n      \"username\": \"sample_user_24630\",\n      \"name\": \"Sample User 24630\",\n      \"bio\": \"Sample profile bio for Sample User 24630.\",\n      \"location\": \"Sample City 620\",\n      \"website\": \"https://example.com/link-94089/profile-24630\",\n      \"pinnedTweetIds\": [\n        \"2004222017291246401\"\n      ],\n      \"avatar\": \"https://example.com/images/sample-avatar-24630.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-24630.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": true,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": {\n        \"type\": \"Creator\",\n        \"category\": [\n          {\n            \"id\": 713,\n            \"name\": \"Science & Technology\",\n            \"icon_name\": \"IconBriefcaseStroke\"\n          }\n        ],\n        \"restId\": \"9001009161334537419\"\n      },\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 143,\n      \"followingCount\": 427,\n      \"tweetCount\": 16804,\n      \"listedCount\": 2,\n      \"mediaCount\": 81,\n      \"favoritesCount\": 84663,\n      \"createdAt\": \"2015-06-13T15:02:04.000Z\"\n    },\n    {\n      \"id\": \"1001784659478135229\",\n      \"username\": \"sample_user_44833\",\n      \"name\": \"Sample User 44833\",\n      \"bio\": \"Sample profile bio for Sample User 44833.\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [\n        \"2001252907673839380\"\n      ],\n      \"avatar\": \"https://example.com/images/sample-avatar-44833.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-44833.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": true,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 21882,\n      \"followingCount\": 4289,\n      \"tweetCount\": 38575,\n      \"listedCount\": 679,\n      \"mediaCount\": 3468,\n      \"favoritesCount\": 115120,\n      \"createdAt\": \"2021-06-19T19:52:01.000Z\"\n    },\n    {\n      \"id\": \"1001696112\",\n      \"username\": \"sample_user_62633\",\n      \"name\": \"Sample User 62633\",\n      \"bio\": \"Sample profile bio for Sample User 62633.\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [\n        \"2001662313639878558\"\n      ],\n      \"avatar\": \"https://example.com/images/sample-avatar-62633.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-62633.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": {\n        \"type\": \"Creator\",\n        \"category\": [],\n        \"restId\": \"9001471171028736386\"\n      },\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": false,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 186,\n      \"followingCount\": 334,\n      \"tweetCount\": 25453,\n      \"listedCount\": 6,\n      \"mediaCount\": 479,\n      \"favoritesCount\": 49169,\n      \"createdAt\": \"2013-08-01T22:58:49.000Z\"\n    },\n    {\n      \"id\": \"10016902\",\n      \"username\": \"sample_user_24354\",\n      \"name\": \"Sample User 24354\",\n      \"bio\": \"\",\n      \"location\": \"Sample City 136\",\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-24354.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-24354.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 41,\n      \"followingCount\": 488,\n      \"tweetCount\": 879,\n      \"listedCount\": 1,\n      \"mediaCount\": 35,\n      \"favoritesCount\": 320,\n      \"createdAt\": \"2009-06-28T02:19:37.000Z\"\n    },\n    {\n      \"id\": \"10024117\",\n      \"username\": \"sample_user_49713\",\n      \"name\": \"Sample User 49713\",\n      \"bio\": \"Sample profile bio for Sample User 49713.\",\n      \"location\": \"Sample City 834\",\n      \"website\": null,\n      \"pinnedTweetIds\": [\n        \"2006252507189316081\"\n      ],\n      \"avatar\": \"https://example.com/images/sample-avatar-49713.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-49713.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": false,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 463,\n      \"followingCount\": 608,\n      \"tweetCount\": 12221,\n      \"listedCount\": 9,\n      \"mediaCount\": 150,\n      \"favoritesCount\": 96404,\n      \"createdAt\": \"2009-09-25T04:25:50.000Z\"\n    },\n    {\n      \"id\": \"100751789522214038\",\n      \"username\": \"sample_user_18508\",\n      \"name\": \"Sample User 18508\",\n      \"bio\": \"Sample profile bio for Sample User 18508.\",\n      \"location\": \"Sample City 192\",\n      \"website\": null,\n      \"pinnedTweetIds\": [\n        \"2001069024727021701\"\n      ],\n      \"avatar\": \"https://example.com/images/sample-avatar-18508.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-18508.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 133,\n      \"followingCount\": 907,\n      \"tweetCount\": 1614,\n      \"listedCount\": 0,\n      \"mediaCount\": 15,\n      \"favoritesCount\": 36053,\n      \"createdAt\": \"2017-11-26T14:55:12.000Z\"\n    }\n  ],\n  \"pagination\": {\n    \"nextCursor\": \"HBaAgIC30OGUmjMAAA==\",\n    \"prevCursor\": \"HCaAgICQhI6cmjMAAA==\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "Request validation failed or the upstream request was invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "tweet",
                    "retweets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "tweetId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"Request validation failed\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The TweetAPI key or caller-supplied Twitter authentication token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "tweet",
                    "retweets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "tweetId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 401,\n  \"message\": \"No API key provided\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The authenticated account is not permitted to perform the operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "tweet",
                    "retweets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "tweetId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 403,\n  \"message\": \"Forbidden\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The requested resource or route was not found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "tweet",
                    "retweets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "tweetId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 404,\n  \"message\": \"Not found\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The per-minute rate limit or plan request allowance was exceeded. The response does not currently include Retry-After or X-RateLimit headers.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "tweet",
                    "retweets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "tweetId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 429,\n  \"message\": \"Rate limit quota exceeded\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "TweetAPI or an upstream dependency failed to process the request.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "tweet",
                    "retweets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "tweetId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 500,\n  \"message\": \"Internal Server Error\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "name": "Quotes",
          "request": {
            "name": "Quotes",
            "description": {
              "content": "Retrieve quote tweets for a specific tweet. Returns tweets that quote the original tweet with additional commentary.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "tw-v2",
                "tweet",
                "quotes"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "tweetId",
                  "value": "1234567890",
                  "description": "(Required) Unique tweet/post ID"
                },
                {
                  "disabled": true,
                  "key": "cursor",
                  "value": "NEXT_CURSOR",
                  "description": "Pagination cursor for fetching next page of results. Obtained from previous response."
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "tweet",
                    "quotes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "tweetId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"5003857790182947236\",\n      \"conversationId\": \"5003857790182947236\",\n      \"text\": \"Sample post text 50468 for documentation.\",\n      \"displayTextRange\": [\n        0,\n        64\n      ],\n      \"author\": {\n        \"id\": \"100124226173910420\",\n        \"username\": \"sample_user_69761\",\n        \"name\": \"Sample User 69761\",\n        \"bio\": \"Sample profile bio for Sample User 69761.\",\n        \"location\": \"Sample City 836\",\n        \"website\": null,\n        \"pinnedTweetIds\": [\n          \"200157541802507260\"\n        ],\n        \"avatar\": \"https://example.com/link-94089/profile-29900/images/sample-avatar-35808.jpg\",\n        \"banner\": \"https://example.com/link-94089/profile-29900/images/sample-banner-35808.jpg\",\n        \"profileImageShape\": \"Circle\",\n        \"verified\": false,\n        \"isBlueVerified\": true,\n        \"verifiedType\": null,\n        \"verifiedSince\": null,\n        \"isIdentityVerified\": false,\n        \"isProtected\": false,\n        \"possiblySensitive\": false,\n        \"profileInterstitialType\": null,\n        \"withheldInCountries\": [],\n        \"professional\": {\n          \"type\": \"Creator\",\n          \"category\": [\n            {\n              \"id\": 713,\n              \"name\": \"Science & Technology\",\n              \"icon_name\": \"IconBriefcaseStroke\"\n            }\n          ],\n          \"restId\": \"7004561155932354790\"\n        },\n        \"businessAccount\": null,\n        \"creatorSubscriptionsCount\": 0,\n        \"hasHiddenSubscriptions\": false,\n        \"highlightsInfo\": null,\n        \"hasGraduatedAccess\": true,\n        \"isProfileTranslatable\": false,\n        \"hasCustomTimelines\": true,\n        \"isTranslator\": false,\n        \"affiliatesHighlightedLabel\": {},\n        \"defaultProfile\": false,\n        \"defaultProfileImage\": false,\n        \"followerCount\": 17626,\n        \"followingCount\": 6310,\n        \"tweetCount\": 36568,\n        \"listedCount\": 565,\n        \"mediaCount\": 5803,\n        \"favoritesCount\": 95929,\n        \"createdAt\": \"2017-10-15T03:03:23.000Z\"\n      },\n      \"source\": null,\n      \"type\": \"quote\",\n      \"replyTo\": null,\n      \"quotedTweet\": {\n        \"id\": \"2001426914081566979\",\n        \"conversationId\": \"2001426914081566979\",\n        \"text\": \"Sample post text 69502 for documentation.\",\n        \"displayTextRange\": [\n          0,\n          220\n        ],\n        \"author\": {\n          \"id\": \"20015666\",\n          \"username\": \"sample_user_76685\",\n          \"name\": \"Sample User 76685\",\n          \"bio\": \"Sample profile bio for Sample User 76685.\",\n          \"location\": \"Sample City 461\",\n          \"website\": \"https://example.com/link-94089/profile-29900/profile-26009\",\n          \"pinnedTweetIds\": [\n            \"2001426914081566979\"\n          ],\n          \"avatar\": \"https://example.com/link-94089/profile-29900/images/sample-avatar-26009.jpg\",\n          \"banner\": \"https://example.com/link-94089/profile-29900/images/sample-banner-26009.jpg\",\n          \"profileImageShape\": \"Circle\",\n          \"verified\": false,\n          \"isBlueVerified\": true,\n          \"verifiedType\": null,\n          \"verifiedSince\": null,\n          \"isIdentityVerified\": false,\n          \"isProtected\": false,\n          \"possiblySensitive\": false,\n          \"profileInterstitialType\": null,\n          \"withheldInCountries\": [],\n          \"professional\": {\n            \"type\": \"Creator\",\n            \"category\": [\n              {\n                \"id\": 580,\n                \"name\": \"Media & News Company\",\n                \"icon_name\": \"IconBriefcaseStroke\"\n              }\n            ],\n            \"restId\": \"2001177990663309073\"\n          },\n          \"businessAccount\": null,\n          \"creatorSubscriptionsCount\": 0,\n          \"hasHiddenSubscriptions\": false,\n          \"highlightsInfo\": null,\n          \"hasGraduatedAccess\": true,\n          \"isProfileTranslatable\": false,\n          \"hasCustomTimelines\": true,\n          \"isTranslator\": false,\n          \"affiliatesHighlightedLabel\": {},\n          \"defaultProfile\": false,\n          \"defaultProfileImage\": false,\n          \"followerCount\": 428782,\n          \"followingCount\": 2101,\n          \"tweetCount\": 12908,\n          \"listedCount\": 5696,\n          \"mediaCount\": 874,\n          \"favoritesCount\": 28115,\n          \"createdAt\": \"2008-08-23T16:43:17.000Z\"\n        },\n        \"source\": null,\n        \"type\": \"tweet\",\n        \"replyTo\": null,\n        \"quotedTweet\": null,\n        \"retweetedTweet\": null,\n        \"reactionContext\": {\n          \"isReaction\": true,\n          \"targetTweetId\": \"2000000000000000001\",\n          \"targetTweetUrl\": \"https://x.com/sample_user_00001/status/2000000000000000001\",\n          \"targetAuthor\": {\n            \"id\": \"1000000000000000001\",\n            \"username\": \"sample_user_00001\",\n            \"name\": \"Sample User 00001\",\n            \"avatar\": \"https://example.com/images/sample-avatar-00001.jpg\",\n            \"isBlueVerified\": true\n          }\n        },\n        \"likeCount\": 1219,\n        \"retweetCount\": 78,\n        \"replyCount\": 89,\n        \"quoteCount\": 63,\n        \"bookmarkCount\": 143,\n        \"viewCount\": 194975,\n        \"media\": [],\n        \"poll\": null,\n        \"card\": {\n          \"name\": \"\",\n          \"url\": \"https://example.com/link-94089/profile-29900/link-48853\",\n          \"cardType\": \"\",\n          \"type\": \"summary\",\n          \"bindingValues\": {\n            \"title\": \"\",\n            \"description\": \"\",\n            \"domain\": \"\",\n            \"thumbnailImageUrl\": null,\n            \"thumbnailImageColor\": null,\n            \"playerUrl\": null,\n            \"playerWidth\": null,\n            \"playerHeight\": null,\n            \"appId\": null,\n            \"appName\": null,\n            \"appStarRating\": null,\n            \"appPriceAmount\": null,\n            \"appPriceCurrency\": null\n          },\n          \"cardPlatform\": {\n            \"platform\": {\n              \"device\": {\n                \"name\": \"\",\n                \"version\": \"\"\n              },\n              \"audience\": {\n                \"name\": \"\"\n              }\n            }\n          },\n          \"vanityUrl\": null,\n          \"userRefsResults\": null\n        },\n        \"hashtags\": [],\n        \"mentions\": [],\n        \"urls\": [\n          \"https://example.com/link-94089/link-09458\"\n        ],\n        \"symbols\": [],\n        \"possiblySensitive\": false,\n        \"limitedActions\": null,\n        \"isEdited\": false,\n        \"editControl\": null,\n        \"isTranslatable\": false,\n        \"lang\": \"en\",\n        \"translatedText\": null,\n        \"hasBirdwatchNotes\": false,\n        \"birdwatchPivot\": null,\n        \"conversationControl\": null,\n        \"isPromoted\": false,\n        \"promotedMetadata\": null,\n        \"createdAt\": \"2025-10-01T21:30:53.000Z\",\n        \"place\": null,\n        \"communityId\": null,\n        \"communityResults\": null\n      },\n      \"retweetedTweet\": null,\n      \"reactionContext\": {\n        \"isReaction\": true,\n        \"targetTweetId\": \"2000000000000000001\",\n        \"targetTweetUrl\": \"https://x.com/sample_user_00001/status/2000000000000000001\",\n        \"targetAuthor\": {\n          \"id\": \"1000000000000000001\",\n          \"username\": \"sample_user_00001\",\n          \"name\": \"Sample User 00001\",\n          \"avatar\": \"https://example.com/images/sample-avatar-00001.jpg\",\n          \"isBlueVerified\": true\n        }\n      },\n      \"likeCount\": 3,\n      \"retweetCount\": 0,\n      \"replyCount\": 1,\n      \"quoteCount\": 0,\n      \"bookmarkCount\": 0,\n      \"viewCount\": 580,\n      \"media\": [],\n      \"poll\": null,\n      \"card\": null,\n      \"hashtags\": [],\n      \"mentions\": [],\n      \"urls\": [],\n      \"symbols\": [],\n      \"possiblySensitive\": false,\n      \"limitedActions\": null,\n      \"isEdited\": false,\n      \"editControl\": null,\n      \"isTranslatable\": false,\n      \"lang\": \"en\",\n      \"translatedText\": null,\n      \"hasBirdwatchNotes\": false,\n      \"birdwatchPivot\": null,\n      \"conversationControl\": null,\n      \"isPromoted\": false,\n      \"promotedMetadata\": null,\n      \"createdAt\": \"2025-10-02T05:46:57.000Z\",\n      \"place\": null,\n      \"communityId\": null,\n      \"communityResults\": null\n    },\n    {\n      \"id\": \"5001192900977388756\",\n      \"conversationId\": \"5001192900977388756\",\n      \"text\": \"Sample post text 94059 for documentation.\",\n      \"displayTextRange\": [\n        0,\n        49\n      ],\n      \"author\": {\n        \"id\": \"1005028186827600614\",\n        \"username\": \"sample_user_03622\",\n        \"name\": \"Sample User 03622\",\n        \"bio\": \"Sample profile bio for Sample User 03622.\",\n        \"location\": \"Sample City 024\",\n        \"website\": null,\n        \"pinnedTweetIds\": [],\n        \"avatar\": \"https://example.com/link-94089/profile-29900/images/sample-avatar-39668.jpg\",\n        \"banner\": \"https://example.com/link-94089/profile-29900/images/sample-banner-39668.jpg\",\n        \"profileImageShape\": \"Circle\",\n        \"verified\": false,\n        \"isBlueVerified\": false,\n        \"verifiedType\": null,\n        \"verifiedSince\": null,\n        \"isIdentityVerified\": false,\n        \"isProtected\": false,\n        \"possiblySensitive\": false,\n        \"profileInterstitialType\": null,\n        \"withheldInCountries\": [],\n        \"professional\": null,\n        \"businessAccount\": null,\n        \"creatorSubscriptionsCount\": 0,\n        \"hasHiddenSubscriptions\": false,\n        \"highlightsInfo\": null,\n        \"hasGraduatedAccess\": true,\n        \"isProfileTranslatable\": false,\n        \"hasCustomTimelines\": true,\n        \"isTranslator\": false,\n        \"affiliatesHighlightedLabel\": {},\n        \"defaultProfile\": true,\n        \"defaultProfileImage\": false,\n        \"followerCount\": 1023,\n        \"followingCount\": 774,\n        \"tweetCount\": 201337,\n        \"listedCount\": 14,\n        \"mediaCount\": 5220,\n        \"favoritesCount\": 81082,\n        \"createdAt\": \"2019-02-01T14:09:35.000Z\"\n      },\n      \"source\": null,\n      \"type\": \"quote\",\n      \"replyTo\": null,\n      \"quotedTweet\": {\n        \"id\": \"2001426914081566979\",\n        \"conversationId\": \"2001426914081566979\",\n        \"text\": \"Sample post text 69502 for documentation.\",\n        \"displayTextRange\": [\n          0,\n          220\n        ],\n        \"author\": {\n          \"id\": \"20015666\",\n          \"username\": \"sample_user_76685\",\n          \"name\": \"Sample User 76685\",\n          \"bio\": \"Sample profile bio for Sample User 76685.\",\n          \"location\": \"Sample City 461\",\n          \"website\": \"https://example.com/link-94089/profile-29900/profile-26009\",\n          \"pinnedTweetIds\": [\n            \"2001426914081566979\"\n          ],\n          \"avatar\": \"https://example.com/link-94089/profile-29900/images/sample-avatar-26009.jpg\",\n          \"banner\": \"https://example.com/link-94089/profile-29900/images/sample-banner-26009.jpg\",\n          \"profileImageShape\": \"Circle\",\n          \"verified\": false,\n          \"isBlueVerified\": true,\n          \"verifiedType\": null,\n          \"verifiedSince\": null,\n          \"isIdentityVerified\": false,\n          \"isProtected\": false,\n          \"possiblySensitive\": false,\n          \"profileInterstitialType\": null,\n          \"withheldInCountries\": [],\n          \"professional\": {\n            \"type\": \"Creator\",\n            \"category\": [\n              {\n                \"id\": 580,\n                \"name\": \"Media & News Company\",\n                \"icon_name\": \"IconBriefcaseStroke\"\n              }\n            ],\n            \"restId\": \"2001177990663309073\"\n          },\n          \"businessAccount\": null,\n          \"creatorSubscriptionsCount\": 0,\n          \"hasHiddenSubscriptions\": false,\n          \"highlightsInfo\": null,\n          \"hasGraduatedAccess\": true,\n          \"isProfileTranslatable\": false,\n          \"hasCustomTimelines\": true,\n          \"isTranslator\": false,\n          \"affiliatesHighlightedLabel\": {},\n          \"defaultProfile\": false,\n          \"defaultProfileImage\": false,\n          \"followerCount\": 428782,\n          \"followingCount\": 2101,\n          \"tweetCount\": 12908,\n          \"listedCount\": 5696,\n          \"mediaCount\": 874,\n          \"favoritesCount\": 28115,\n          \"createdAt\": \"2008-08-23T16:43:17.000Z\"\n        },\n        \"source\": null,\n        \"type\": \"tweet\",\n        \"replyTo\": null,\n        \"quotedTweet\": null,\n        \"retweetedTweet\": null,\n        \"reactionContext\": {\n          \"isReaction\": true,\n          \"targetTweetId\": \"2000000000000000001\",\n          \"targetTweetUrl\": \"https://x.com/sample_user_00001/status/2000000000000000001\",\n          \"targetAuthor\": {\n            \"id\": \"1000000000000000001\",\n            \"username\": \"sample_user_00001\",\n            \"name\": \"Sample User 00001\",\n            \"avatar\": \"https://example.com/images/sample-avatar-00001.jpg\",\n            \"isBlueVerified\": true\n          }\n        },\n        \"likeCount\": 1219,\n        \"retweetCount\": 78,\n        \"replyCount\": 89,\n        \"quoteCount\": 63,\n        \"bookmarkCount\": 143,\n        \"viewCount\": 194975,\n        \"media\": [],\n        \"poll\": null,\n        \"card\": {\n          \"name\": \"\",\n          \"url\": \"https://example.com/link-94089/profile-29900/link-48853\",\n          \"cardType\": \"\",\n          \"type\": \"summary\",\n          \"bindingValues\": {\n            \"title\": \"\",\n            \"description\": \"\",\n            \"domain\": \"\",\n            \"thumbnailImageUrl\": null,\n            \"thumbnailImageColor\": null,\n            \"playerUrl\": null,\n            \"playerWidth\": null,\n            \"playerHeight\": null,\n            \"appId\": null,\n            \"appName\": null,\n            \"appStarRating\": null,\n            \"appPriceAmount\": null,\n            \"appPriceCurrency\": null\n          },\n          \"cardPlatform\": {\n            \"platform\": {\n              \"device\": {\n                \"name\": \"\",\n                \"version\": \"\"\n              },\n              \"audience\": {\n                \"name\": \"\"\n              }\n            }\n          },\n          \"vanityUrl\": null,\n          \"userRefsResults\": null\n        },\n        \"hashtags\": [],\n        \"mentions\": [],\n        \"urls\": [\n          \"https://example.com/link-94089/link-09458\"\n        ],\n        \"symbols\": [],\n        \"possiblySensitive\": false,\n        \"limitedActions\": null,\n        \"isEdited\": false,\n        \"editControl\": null,\n        \"isTranslatable\": false,\n        \"lang\": \"en\",\n        \"translatedText\": null,\n        \"hasBirdwatchNotes\": false,\n        \"birdwatchPivot\": null,\n        \"conversationControl\": null,\n        \"isPromoted\": false,\n        \"promotedMetadata\": null,\n        \"createdAt\": \"2025-10-01T21:30:53.000Z\",\n        \"place\": null,\n        \"communityId\": null,\n        \"communityResults\": null\n      },\n      \"retweetedTweet\": null,\n      \"reactionContext\": {\n        \"isReaction\": true,\n        \"targetTweetId\": \"2000000000000000001\",\n        \"targetTweetUrl\": \"https://x.com/sample_user_00001/status/2000000000000000001\",\n        \"targetAuthor\": {\n          \"id\": \"1000000000000000001\",\n          \"username\": \"sample_user_00001\",\n          \"name\": \"Sample User 00001\",\n          \"avatar\": \"https://example.com/images/sample-avatar-00001.jpg\",\n          \"isBlueVerified\": true\n        }\n      },\n      \"likeCount\": 1,\n      \"retweetCount\": 0,\n      \"replyCount\": 0,\n      \"quoteCount\": 0,\n      \"bookmarkCount\": 0,\n      \"viewCount\": 16,\n      \"media\": [\n        {\n          \"id\": \"2109635965318035630\",\n          \"key\": \"3_2109635965318035630\",\n          \"type\": \"photo\",\n          \"url\": \"https://example.com/link-94089/profile-29900/media/sample-media-17126.jpg\",\n          \"displayUrl\": \"pic.x.com/29wTEvJFi8\",\n          \"expandedUrl\": \"https://x.com/sample_user_66740/status/2003568736286521634/photo/1\",\n          \"thumbnailUrl\": \"https://example.com/link-94089/profile-29900/media/sample-media-17126.jpg\",\n          \"width\": 1279,\n          \"height\": 609,\n          \"aspectRatio\": [\n            1279,\n            609\n          ],\n          \"sizes\": {\n            \"thumb\": {\n              \"width\": 150,\n              \"height\": 150,\n              \"resize\": \"crop\"\n            },\n            \"small\": {\n              \"width\": 680,\n              \"height\": 324,\n              \"resize\": \"fit\"\n            },\n            \"medium\": {\n              \"width\": 1200,\n              \"height\": 571,\n              \"resize\": \"fit\"\n            },\n            \"large\": {\n              \"width\": 1279,\n              \"height\": 609,\n              \"resize\": \"fit\"\n            },\n            \"original\": {\n              \"width\": 1279,\n              \"height\": 609,\n              \"resize\": \"fit\"\n            }\n          },\n          \"duration\": null,\n          \"bitrate\": null,\n          \"videoInfo\": null,\n          \"altText\": null,\n          \"sensitiveMedia\": false,\n          \"features\": {\n            \"all\": [],\n            \"large\": [],\n            \"medium\": [],\n            \"small\": [],\n            \"orig\": [\n              {\n                \"faces\": [\n                  {\n                    \"x\": 63,\n                    \"y\": 0,\n                    \"width\": 1088,\n                    \"height\": 609\n                  },\n                  {\n                    \"x\": 303,\n                    \"y\": 0,\n                    \"width\": 609,\n                    \"height\": 609\n                  },\n                  {\n                    \"x\": 340,\n                    \"y\": 0,\n                    \"width\": 534,\n                    \"height\": 609\n                  },\n                  {\n                    \"x\": 455,\n                    \"y\": 0,\n                    \"width\": 305,\n                    \"height\": 609\n                  },\n                  {\n                    \"x\": 0,\n                    \"y\": 0,\n                    \"width\": 1279,\n                    \"height\": 609\n                  }\n                ]\n              }\n            ]\n          },\n          \"mediaAvailability\": {\n            \"status\": \"Available\",\n            \"reason\": null\n          },\n          \"allowDownload\": true,\n          \"mediaStats\": null,\n          \"processingInfo\": null,\n          \"sourceStatusId\": null,\n          \"sourceUserId\": null,\n          \"stickers\": null\n        }\n      ],\n      \"poll\": null,\n      \"card\": null,\n      \"hashtags\": [\n        \"sample_topic_14440\",\n        \"sample_topic_78242\"\n      ],\n      \"mentions\": [],\n      \"urls\": [],\n      \"symbols\": [],\n      \"possiblySensitive\": false,\n      \"limitedActions\": null,\n      \"isEdited\": false,\n      \"editControl\": null,\n      \"isTranslatable\": true,\n      \"lang\": \"ja\",\n      \"translatedText\": null,\n      \"hasBirdwatchNotes\": false,\n      \"birdwatchPivot\": null,\n      \"conversationControl\": null,\n      \"isPromoted\": false,\n      \"promotedMetadata\": null,\n      \"createdAt\": \"2025-10-02T05:44:14.000Z\",\n      \"place\": null,\n      \"communityId\": null,\n      \"communityResults\": null\n    }\n  ],\n  \"pagination\": {\n    \"nextCursor\": \"DAADDAABCgABG2O6JT_bwfgKAAIbY4qZ8NrB5QAIAAIAAAACCAADAAAAAAgABAAAAAAKAAUbY77Vp8AnEAoABhtjvtWnv9jwAAA\",\n    \"prevCursor\": \"DAADDAABCgABG2O6JT_bwfgKAAIbY4qZ8NrB5QAIAAIAAAABCAADAAAAAAgABAAAAAAKAAUbY77Vp8AnEAoABhtjvtWnv9jwAAA\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "Request validation failed or the upstream request was invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "tweet",
                    "quotes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "tweetId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"Request validation failed\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The TweetAPI key or caller-supplied Twitter authentication token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "tweet",
                    "quotes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "tweetId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 401,\n  \"message\": \"No API key provided\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The authenticated account is not permitted to perform the operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "tweet",
                    "quotes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "tweetId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 403,\n  \"message\": \"Forbidden\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The requested resource or route was not found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "tweet",
                    "quotes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "tweetId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 404,\n  \"message\": \"Not found\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The per-minute rate limit or plan request allowance was exceeded. The response does not currently include Retry-After or X-RateLimit headers.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "tweet",
                    "quotes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "tweetId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 429,\n  \"message\": \"Rate limit quota exceeded\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "TweetAPI or an upstream dependency failed to process the request.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "tweet",
                    "quotes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "tweetId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 500,\n  \"message\": \"Internal Server Error\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "name": "Translate",
          "request": {
            "name": "Translate",
            "description": {
              "content": "Translate tweet text to a target language using the built-in translation service.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "tw-v2",
                "tweet",
                "translate"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"tweetId\": \"1234567890\",\n  \"dstLang\": \"en\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "tweet",
                    "translate"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"tweetId\": \"1234567890\",\n  \"dstLang\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": \"{\\\"result\\\":{\\\"content_type\\\":\\\"POST\\\",\\\"text\\\":\\\" 😂\\\"}}\\n{\\\"result\\\":{\\\"content_type\\\":\\\"POST\\\",\\\"text\\\":\\\"😂\\\"}}\\n{\\\"result\\\":{\\\"content_type\\\":\\\"POST\\\",\\\"text\\\":\\\" Esto\\\"}}\\n{\\\"result\\\":{\\\"content_type\\\":\\\"POST\\\",\\\"text\\\":\\\" es\\\"}}\\n{\\\"result\\\":{\\\"content_type\\\":\\\"POST\\\",\\\"text\\\":\\\" famoso\\\"}}\\n{\\\"result\\\":{\\\"content_type\\\":\\\"POST\\\",\\\"text\\\":\\\" en\\\"}}\\n{\\\"result\\\":{\\\"content_type\\\":\\\"POST\\\",\\\"text\\\":\\\" todas\\\"}}\\n{\\\"result\\\":{\\\"content_type\\\":\\\"POST\\\",\\\"text\\\":\\\" partes\\\"}}\\n{\\\"result\\\":{\\\"content_type\\\":\\\"POST\\\",\\\"text\\\":\\\" \\\"}}\\n{\\\"result\\\":{\\\"content_type\\\":\\\"POST\\\",\\\"text\\\":\\\" J\\\"}}\\n{\\\"result\\\":{\\\"content_type\\\":\\\"POST\\\",\\\"text\\\":\\\"aja\\\"}}\\n{\\\"result\\\":{\\\"content_type\\\":\\\"POST\\\",\\\"text\\\":\\\" \\\"}}\\n{\\\"result\\\":{\\\"content_type\\\":\\\"POST\\\",\\\"text\\\":\\\" J\\\"}}\\n{\\\"result\\\":{\\\"content_type\\\":\\\"POST\\\",\\\"text\\\":\\\"aj\\\"}}\\n{\\\"result\\\":{\\\"content_type\\\":\\\"POST\\\",\\\"text\\\":\\\"aj\\\"}}\\n{\\\"result\\\":{\\\"content_type\\\":\\\"POST\\\",\\\"text\\\":\\\"aj\\\"}}\\n{\\\"result\\\":{\\\"content_type\\\":\\\"POST\\\",\\\"text\\\":\\\"aj\\\"}}\\n{\\\"result\\\":{\\\"content_type\\\":\\\"POST\\\",\\\"text\\\":\\\"aj\\\"}}\\n{\\\"result\\\":{\\\"content_type\\\":\\\"POST\\\",\\\"text\\\":\\\"aja\\\"}}\\n\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "Request validation failed or the upstream request was invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "tweet",
                    "translate"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"tweetId\": \"1234567890\",\n  \"dstLang\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"Request validation failed\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The TweetAPI key or caller-supplied Twitter authentication token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "tweet",
                    "translate"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"tweetId\": \"1234567890\",\n  \"dstLang\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 401,\n  \"message\": \"No API key provided\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The authenticated account is not permitted to perform the operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "tweet",
                    "translate"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"tweetId\": \"1234567890\",\n  \"dstLang\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 403,\n  \"message\": \"Forbidden\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The requested resource or route was not found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "tweet",
                    "translate"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"tweetId\": \"1234567890\",\n  \"dstLang\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 404,\n  \"message\": \"Not found\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The per-minute rate limit or plan request allowance was exceeded. The response does not currently include Retry-After or X-RateLimit headers.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "tweet",
                    "translate"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"tweetId\": \"1234567890\",\n  \"dstLang\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 429,\n  \"message\": \"Rate limit quota exceeded\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "TweetAPI or an upstream dependency failed to process the request.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "tweet",
                    "translate"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"tweetId\": \"1234567890\",\n  \"dstLang\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 500,\n  \"message\": \"Internal Server Error\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Post (write)",
      "description": {
        "content": "Operations that publish, reply to, quote, or delete public content.",
        "type": "text/plain"
      },
      "item": [
        {
          "name": "[WRITE] Create Post",
          "request": {
            "name": "[WRITE] Create Post",
            "description": {
              "content": "Post a new tweet to the platform. Supports text content up to 280 characters for non-premium users, or 25,000 characters for premium users.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "tw-v2",
                "interaction",
                "create-post"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"text\": \"Hello from TweetAPI\",\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "create-post"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"text\": \"Hello from TweetAPI\",\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"1001316498357235765\",\n    \"action\": \"create_tweet\",\n    \"timestamp\": \"2025-10-02T09:18:23.079Z\",\n    \"success\": true,\n    \"metadata\": {\n      \"tweet_id\": \"2001123465058274004\",\n      \"author_username\": \"username\",\n      \"text\": \"Sample post text 25423 for documentation.\",\n      \"created_at\": \"Thu Oct 02 09:18:22 +0000 2025\",\n      \"url\": \"https://example.com/link-94089/profile-41921/username/status/2001524548149483403\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "Request validation failed or the upstream request was invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "create-post"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"text\": \"Hello from TweetAPI\",\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"Request validation failed\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The TweetAPI key or caller-supplied Twitter authentication token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "create-post"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"text\": \"Hello from TweetAPI\",\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 401,\n  \"message\": \"No API key provided\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The authenticated account is not permitted to perform the operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "create-post"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"text\": \"Hello from TweetAPI\",\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 403,\n  \"message\": \"Forbidden\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The requested resource or route was not found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "create-post"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"text\": \"Hello from TweetAPI\",\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 404,\n  \"message\": \"Not found\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The per-minute rate limit or plan request allowance was exceeded. The response does not currently include Retry-After or X-RateLimit headers.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "create-post"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"text\": \"Hello from TweetAPI\",\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 429,\n  \"message\": \"Rate limit quota exceeded\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "TweetAPI or an upstream dependency failed to process the request.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "create-post"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"text\": \"Hello from TweetAPI\",\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 500,\n  \"message\": \"Internal Server Error\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "name": "[WRITE] Create Post Quote",
          "request": {
            "name": "[WRITE] Create Post Quote",
            "description": {
              "content": "Quote tweet another tweet with your own commentary. Supports text content up to 280 characters for non-premium users, or 25,000 characters for premium users.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "tw-v2",
                "interaction",
                "create-post-quote"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"text\": \"Hello from TweetAPI\",\n  \"attachmentUrl\": \"https://x.com/sample_user/status/1234567890\",\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "create-post-quote"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"text\": \"Hello from TweetAPI\",\n  \"attachmentUrl\": \"https://x.com/sample_user/status/1234567890\",\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"9001288055053903767\",\n    \"action\": \"quote\",\n    \"timestamp\": \"2025-10-02T09:20:50.518Z\",\n    \"success\": true,\n    \"metadata\": {\n      \"tweet_id\": \"2001474930414781173\",\n      \"author_username\": \"username\",\n      \"text\": \"Sample post text 45195 for documentation.\",\n      \"created_at\": \"Thu Oct 02 09:20:50 +0000 2025\",\n      \"url\": \"https://example.com/link-94089/profile-41921/username/status/2001142853007295265\",\n      \"quoted_tweet_id\": \"2009346755595729340\",\n      \"quoted_tweet_url\": \"https://x.com/sample_user_19356/status/2001278467352366598\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "Request validation failed or the upstream request was invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "create-post-quote"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"text\": \"Hello from TweetAPI\",\n  \"attachmentUrl\": \"https://x.com/sample_user/status/1234567890\",\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"Request validation failed\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The TweetAPI key or caller-supplied Twitter authentication token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "create-post-quote"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"text\": \"Hello from TweetAPI\",\n  \"attachmentUrl\": \"https://x.com/sample_user/status/1234567890\",\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 401,\n  \"message\": \"No API key provided\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The authenticated account is not permitted to perform the operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "create-post-quote"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"text\": \"Hello from TweetAPI\",\n  \"attachmentUrl\": \"https://x.com/sample_user/status/1234567890\",\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 403,\n  \"message\": \"Forbidden\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The requested resource or route was not found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "create-post-quote"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"text\": \"Hello from TweetAPI\",\n  \"attachmentUrl\": \"https://x.com/sample_user/status/1234567890\",\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 404,\n  \"message\": \"Not found\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The per-minute rate limit or plan request allowance was exceeded. The response does not currently include Retry-After or X-RateLimit headers.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "create-post-quote"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"text\": \"Hello from TweetAPI\",\n  \"attachmentUrl\": \"https://x.com/sample_user/status/1234567890\",\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 429,\n  \"message\": \"Rate limit quota exceeded\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "TweetAPI or an upstream dependency failed to process the request.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "create-post-quote"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"text\": \"Hello from TweetAPI\",\n  \"attachmentUrl\": \"https://x.com/sample_user/status/1234567890\",\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 500,\n  \"message\": \"Internal Server Error\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "name": "[WRITE] Create Post With Media",
          "request": {
            "name": "[WRITE] Create Post With Media",
            "description": {
              "content": "Post a new tweet with media attachments to the platform. Supports text content up to 280 characters for non-premium users (or 25,000 for premium users) and up to 4 images or 1 video.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "tw-v2",
                "interaction",
                "create-post-with-media"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"text\": \"Hello from TweetAPI\",\n  \"media\": [\n    {\n      \"url\": \"https://example.com/sample.jpg\"\n    }\n  ],\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "create-post-with-media"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"text\": \"Hello from TweetAPI\",\n  \"media\": [\n    {\n      \"url\": \"https://example.com/sample.jpg\"\n    }\n  ],\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"1001316498357235765\",\n    \"action\": \"create_tweet\",\n    \"timestamp\": \"2025-10-02T09:18:23.079Z\",\n    \"success\": true,\n    \"metadata\": {\n      \"tweet_id\": \"2001123465058274004\",\n      \"author_username\": \"username\",\n      \"text\": \"Sample post text 25423 for documentation.\",\n      \"created_at\": \"Thu Oct 02 09:18:22 +0000 2025\",\n      \"url\": \"https://example.com/link-94089/profile-41921/username/status/2001524548149483403\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "Request validation failed or the upstream request was invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "create-post-with-media"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"text\": \"Hello from TweetAPI\",\n  \"media\": [\n    {\n      \"url\": \"https://example.com/sample.jpg\"\n    }\n  ],\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"Request validation failed\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The TweetAPI key or caller-supplied Twitter authentication token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "create-post-with-media"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"text\": \"Hello from TweetAPI\",\n  \"media\": [\n    {\n      \"url\": \"https://example.com/sample.jpg\"\n    }\n  ],\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 401,\n  \"message\": \"No API key provided\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The authenticated account is not permitted to perform the operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "create-post-with-media"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"text\": \"Hello from TweetAPI\",\n  \"media\": [\n    {\n      \"url\": \"https://example.com/sample.jpg\"\n    }\n  ],\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 403,\n  \"message\": \"Forbidden\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The requested resource or route was not found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "create-post-with-media"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"text\": \"Hello from TweetAPI\",\n  \"media\": [\n    {\n      \"url\": \"https://example.com/sample.jpg\"\n    }\n  ],\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 404,\n  \"message\": \"Not found\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The per-minute rate limit or plan request allowance was exceeded. The response does not currently include Retry-After or X-RateLimit headers.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "create-post-with-media"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"text\": \"Hello from TweetAPI\",\n  \"media\": [\n    {\n      \"url\": \"https://example.com/sample.jpg\"\n    }\n  ],\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 429,\n  \"message\": \"Rate limit quota exceeded\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "TweetAPI or an upstream dependency failed to process the request.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "create-post-with-media"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"text\": \"Hello from TweetAPI\",\n  \"media\": [\n    {\n      \"url\": \"https://example.com/sample.jpg\"\n    }\n  ],\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 500,\n  \"message\": \"Internal Server Error\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "name": "[WRITE] Reply Post",
          "request": {
            "name": "[WRITE] Reply Post",
            "description": {
              "content": "Reply to an existing tweet. Creates a tweet in the conversation thread. Supports text content up to 280 characters for non-premium users, or 25,000 characters for premium users.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "tw-v2",
                "interaction",
                "reply-post"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"text\": \"Hello from TweetAPI\",\n  \"tweetId\": \"1234567890\",\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "reply-post"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"text\": \"Hello from TweetAPI\",\n  \"tweetId\": \"1234567890\",\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"1004902621421523925\",\n    \"action\": \"reply\",\n    \"timestamp\": \"2025-10-02T09:20:27.494Z\",\n    \"success\": true,\n    \"metadata\": {\n      \"tweet_id\": \"2001657645798024876\",\n      \"author_username\": \"username\",\n      \"text\": \"Sample post text 53382 for documentation.\",\n      \"created_at\": \"Thu Oct 02 09:20:27 +0000 2025\",\n      \"url\": \"https://example.com/link-94089/profile-41921/username/status/2001999095998341221\",\n      \"in_reply_to_tweet_id\": \"2007004865909078001\",\n      \"in_reply_to_username\": \"sample_user_23211\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "Request validation failed or the upstream request was invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "reply-post"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"text\": \"Hello from TweetAPI\",\n  \"tweetId\": \"1234567890\",\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"Request validation failed\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The TweetAPI key or caller-supplied Twitter authentication token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "reply-post"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"text\": \"Hello from TweetAPI\",\n  \"tweetId\": \"1234567890\",\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 401,\n  \"message\": \"No API key provided\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The authenticated account is not permitted to perform the operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "reply-post"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"text\": \"Hello from TweetAPI\",\n  \"tweetId\": \"1234567890\",\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 403,\n  \"message\": \"Forbidden\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The requested resource or route was not found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "reply-post"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"text\": \"Hello from TweetAPI\",\n  \"tweetId\": \"1234567890\",\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 404,\n  \"message\": \"Not found\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The per-minute rate limit or plan request allowance was exceeded. The response does not currently include Retry-After or X-RateLimit headers.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "reply-post"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"text\": \"Hello from TweetAPI\",\n  \"tweetId\": \"1234567890\",\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 429,\n  \"message\": \"Rate limit quota exceeded\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "TweetAPI or an upstream dependency failed to process the request.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "reply-post"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"text\": \"Hello from TweetAPI\",\n  \"tweetId\": \"1234567890\",\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 500,\n  \"message\": \"Internal Server Error\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "name": "[WRITE] Reply Post With Media",
          "request": {
            "name": "[WRITE] Reply Post With Media",
            "description": {
              "content": "Reply to an existing tweet with media attachments. Creates a tweet in the conversation thread with up to 4 images or 1 video. Supports text content up to 280 characters for non-premium users, or 25,000 characters for premium users.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "tw-v2",
                "interaction",
                "reply-post-with-media"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"text\": \"Hello from TweetAPI\",\n  \"tweetId\": \"1234567890\",\n  \"media\": [\n    {\n      \"url\": \"https://example.com/sample.jpg\"\n    }\n  ],\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "reply-post-with-media"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"text\": \"Hello from TweetAPI\",\n  \"tweetId\": \"1234567890\",\n  \"media\": [\n    {\n      \"url\": \"https://example.com/sample.jpg\"\n    }\n  ],\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"9009315671521078699\",\n    \"action\": \"reply\",\n    \"timestamp\": \"2025-10-02T09:20:27.494Z\",\n    \"success\": true,\n    \"metadata\": {\n      \"tweet_id\": \"2001657645798024876\",\n      \"author_username\": \"username\",\n      \"text\": \"Sample post text 53382 for documentation.\",\n      \"created_at\": \"Thu Oct 02 09:20:27 +0000 2025\",\n      \"url\": \"https://example.com/link-94089/profile-41921/username/status/2001999095998341221\",\n      \"in_reply_to_tweet_id\": \"2007004865909078001\",\n      \"in_reply_to_username\": \"sample_user_23211\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "Request validation failed or the upstream request was invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "reply-post-with-media"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"text\": \"Hello from TweetAPI\",\n  \"tweetId\": \"1234567890\",\n  \"media\": [\n    {\n      \"url\": \"https://example.com/sample.jpg\"\n    }\n  ],\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"Request validation failed\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The TweetAPI key or caller-supplied Twitter authentication token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "reply-post-with-media"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"text\": \"Hello from TweetAPI\",\n  \"tweetId\": \"1234567890\",\n  \"media\": [\n    {\n      \"url\": \"https://example.com/sample.jpg\"\n    }\n  ],\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 401,\n  \"message\": \"No API key provided\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The authenticated account is not permitted to perform the operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "reply-post-with-media"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"text\": \"Hello from TweetAPI\",\n  \"tweetId\": \"1234567890\",\n  \"media\": [\n    {\n      \"url\": \"https://example.com/sample.jpg\"\n    }\n  ],\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 403,\n  \"message\": \"Forbidden\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The requested resource or route was not found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "reply-post-with-media"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"text\": \"Hello from TweetAPI\",\n  \"tweetId\": \"1234567890\",\n  \"media\": [\n    {\n      \"url\": \"https://example.com/sample.jpg\"\n    }\n  ],\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 404,\n  \"message\": \"Not found\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The per-minute rate limit or plan request allowance was exceeded. The response does not currently include Retry-After or X-RateLimit headers.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "reply-post-with-media"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"text\": \"Hello from TweetAPI\",\n  \"tweetId\": \"1234567890\",\n  \"media\": [\n    {\n      \"url\": \"https://example.com/sample.jpg\"\n    }\n  ],\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 429,\n  \"message\": \"Rate limit quota exceeded\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "TweetAPI or an upstream dependency failed to process the request.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "reply-post-with-media"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"text\": \"Hello from TweetAPI\",\n  \"tweetId\": \"1234567890\",\n  \"media\": [\n    {\n      \"url\": \"https://example.com/sample.jpg\"\n    }\n  ],\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 500,\n  \"message\": \"Internal Server Error\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "name": "[WRITE] Delete Post",
          "request": {
            "name": "[WRITE] Delete Post",
            "description": {
              "content": "Delete a tweet posted by the authenticated user.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "tw-v2",
                "interaction",
                "delete-post"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"tweetId\": \"1234567890\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "delete-post"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"tweetId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"1001316498357235765\",\n    \"action\": \"delete_tweet\",\n    \"timestamp\": \"2025-10-02T09:22:28.825Z\",\n    \"success\": true,\n    \"metadata\": {\n      \"tweet_id\": \"2001123465058274004\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "Request validation failed or the upstream request was invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "delete-post"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"tweetId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"Request validation failed\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The TweetAPI key or caller-supplied Twitter authentication token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "delete-post"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"tweetId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 401,\n  \"message\": \"No API key provided\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The authenticated account is not permitted to perform the operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "delete-post"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"tweetId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 403,\n  \"message\": \"Forbidden\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The requested resource or route was not found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "delete-post"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"tweetId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 404,\n  \"message\": \"Not found\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The per-minute rate limit or plan request allowance was exceeded. The response does not currently include Retry-After or X-RateLimit headers.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "delete-post"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"tweetId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 429,\n  \"message\": \"Rate limit quota exceeded\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "TweetAPI or an upstream dependency failed to process the request.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "delete-post"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"tweetId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 500,\n  \"message\": \"Internal Server Error\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Interaction (account action)",
      "description": {
        "content": "Authenticated engagement and account activity operations.",
        "type": "text/plain"
      },
      "item": [
        {
          "name": "[ACCOUNT ACTION] Favorite Post",
          "request": {
            "name": "[ACCOUNT ACTION] Favorite Post",
            "description": {
              "content": "Like a tweet on behalf of an authenticated user.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "tw-v2",
                "interaction",
                "like-post"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"tweetId\": \"1234567890\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "like-post"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"tweetId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"1005712991926020128\",\n    \"action\": \"like\",\n    \"timestamp\": \"2025-10-02T09:18:49.958Z\",\n    \"success\": true,\n    \"metadata\": {\n      \"tweet_id\": \"2001389486280316874\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "Request validation failed or the upstream request was invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "like-post"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"tweetId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"Request validation failed\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The TweetAPI key or caller-supplied Twitter authentication token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "like-post"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"tweetId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 401,\n  \"message\": \"No API key provided\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The authenticated account is not permitted to perform the operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "like-post"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"tweetId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 403,\n  \"message\": \"Forbidden\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The requested resource or route was not found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "like-post"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"tweetId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 404,\n  \"message\": \"Not found\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The per-minute rate limit or plan request allowance was exceeded. The response does not currently include Retry-After or X-RateLimit headers.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "like-post"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"tweetId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 429,\n  \"message\": \"Rate limit quota exceeded\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "TweetAPI or an upstream dependency failed to process the request.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "like-post"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"tweetId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 500,\n  \"message\": \"Internal Server Error\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "name": "[ACCOUNT ACTION] Unfavorite Post",
          "request": {
            "name": "[ACCOUNT ACTION] Unfavorite Post",
            "description": {
              "content": "Unlike a tweet on behalf of an authenticated user.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "tw-v2",
                "interaction",
                "unlike-post"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"tweetId\": \"1234567890\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "unlike-post"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"tweetId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"1005712991926020128\",\n    \"action\": \"unlike\",\n    \"timestamp\": \"2025-10-02T09:19:03.251Z\",\n    \"success\": true,\n    \"metadata\": {\n      \"tweet_id\": \"2001389486280316874\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "Request validation failed or the upstream request was invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "unlike-post"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"tweetId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"Request validation failed\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The TweetAPI key or caller-supplied Twitter authentication token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "unlike-post"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"tweetId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 401,\n  \"message\": \"No API key provided\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The authenticated account is not permitted to perform the operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "unlike-post"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"tweetId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 403,\n  \"message\": \"Forbidden\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The requested resource or route was not found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "unlike-post"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"tweetId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 404,\n  \"message\": \"Not found\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The per-minute rate limit or plan request allowance was exceeded. The response does not currently include Retry-After or X-RateLimit headers.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "unlike-post"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"tweetId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 429,\n  \"message\": \"Rate limit quota exceeded\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "TweetAPI or an upstream dependency failed to process the request.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "unlike-post"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"tweetId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 500,\n  \"message\": \"Internal Server Error\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "name": "[ACCOUNT ACTION] Retweet",
          "request": {
            "name": "[ACCOUNT ACTION] Retweet",
            "description": {
              "content": "Retweet a tweet on behalf of an authenticated user. This endpoint allows you to programmatically retweet any public tweet using the user's authentication token.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "tw-v2",
                "interaction",
                "retweet"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"tweetId\": \"1234567890\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "retweet"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"tweetId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"9001647162612562218\",\n    \"action\": \"retweet\",\n    \"timestamp\": \"2025-10-02T09:19:22.847Z\",\n    \"success\": true,\n    \"metadata\": {\n      \"retweet_id\": \"2007867017347717558\",\n      \"original_tweet_id\": \"2009965152053811932\",\n      \"text\": \"Sample post text 04891 for documentation.\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "Request validation failed or the upstream request was invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "retweet"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"tweetId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"Request validation failed\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The TweetAPI key or caller-supplied Twitter authentication token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "retweet"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"tweetId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 401,\n  \"message\": \"No API key provided\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The authenticated account is not permitted to perform the operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "retweet"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"tweetId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 403,\n  \"message\": \"Forbidden\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The requested resource or route was not found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "retweet"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"tweetId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 404,\n  \"message\": \"Not found\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The per-minute rate limit or plan request allowance was exceeded. The response does not currently include Retry-After or X-RateLimit headers.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "retweet"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"tweetId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 429,\n  \"message\": \"Rate limit quota exceeded\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "TweetAPI or an upstream dependency failed to process the request.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "retweet"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"tweetId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 500,\n  \"message\": \"Internal Server Error\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "name": "[ACCOUNT ACTION] Delete Retweet",
          "request": {
            "name": "[ACCOUNT ACTION] Delete Retweet",
            "description": {
              "content": "Remove a retweet (unretweet) on behalf of an authenticated user. This endpoint allows you to programmatically undo a retweet using the user's authentication token.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "tw-v2",
                "interaction",
                "delete-retweet"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"tweetId\": \"1234567890\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "delete-retweet"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"tweetId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"1005712991926020128\",\n    \"action\": \"unretweet\",\n    \"timestamp\": \"2025-10-02T09:19:33.666Z\",\n    \"success\": true,\n    \"metadata\": {\n      \"original_tweet_id\": \"2009965152053811932\",\n      \"text\": \"Sample post text 42472 for documentation.\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "Request validation failed or the upstream request was invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "delete-retweet"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"tweetId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"Request validation failed\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The TweetAPI key or caller-supplied Twitter authentication token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "delete-retweet"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"tweetId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 401,\n  \"message\": \"No API key provided\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The authenticated account is not permitted to perform the operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "delete-retweet"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"tweetId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 403,\n  \"message\": \"Forbidden\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The requested resource or route was not found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "delete-retweet"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"tweetId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 404,\n  \"message\": \"Not found\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The per-minute rate limit or plan request allowance was exceeded. The response does not currently include Retry-After or X-RateLimit headers.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "delete-retweet"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"tweetId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 429,\n  \"message\": \"Rate limit quota exceeded\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "TweetAPI or an upstream dependency failed to process the request.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "delete-retweet"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"tweetId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 500,\n  \"message\": \"Internal Server Error\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "name": "[ACCOUNT ACTION] Bookmark",
          "request": {
            "name": "[ACCOUNT ACTION] Bookmark",
            "description": {
              "content": "Add a tweet to your bookmarks for later viewing.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "tw-v2",
                "interaction",
                "bookmark"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"tweetId\": \"1234567890\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "bookmark"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"tweetId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"1005712991926020128\",\n    \"action\": \"bookmark\",\n    \"timestamp\": \"2025-10-02T09:19:56.815Z\",\n    \"success\": true,\n    \"metadata\": {\n      \"tweet_id\": \"2001389486280316874\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "Request validation failed or the upstream request was invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "bookmark"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"tweetId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"Request validation failed\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The TweetAPI key or caller-supplied Twitter authentication token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "bookmark"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"tweetId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 401,\n  \"message\": \"No API key provided\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The authenticated account is not permitted to perform the operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "bookmark"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"tweetId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 403,\n  \"message\": \"Forbidden\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The requested resource or route was not found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "bookmark"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"tweetId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 404,\n  \"message\": \"Not found\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The per-minute rate limit or plan request allowance was exceeded. The response does not currently include Retry-After or X-RateLimit headers.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "bookmark"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"tweetId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 429,\n  \"message\": \"Rate limit quota exceeded\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "TweetAPI or an upstream dependency failed to process the request.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "bookmark"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"tweetId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 500,\n  \"message\": \"Internal Server Error\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "name": "[ACCOUNT ACTION] Delete Bookmark",
          "request": {
            "name": "[ACCOUNT ACTION] Delete Bookmark",
            "description": {
              "content": "Remove a tweet from your bookmarks.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "tw-v2",
                "interaction",
                "delete-bookmark"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"tweetId\": \"1234567890\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "delete-bookmark"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"tweetId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"1005712991926020128\",\n    \"action\": \"unbookmark\",\n    \"timestamp\": \"2025-10-02T09:20:07.266Z\",\n    \"success\": true,\n    \"metadata\": {\n      \"tweet_id\": \"2001389486280316874\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "Request validation failed or the upstream request was invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "delete-bookmark"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"tweetId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"Request validation failed\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The TweetAPI key or caller-supplied Twitter authentication token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "delete-bookmark"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"tweetId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 401,\n  \"message\": \"No API key provided\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The authenticated account is not permitted to perform the operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "delete-bookmark"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"tweetId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 403,\n  \"message\": \"Forbidden\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The requested resource or route was not found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "delete-bookmark"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"tweetId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 404,\n  \"message\": \"Not found\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The per-minute rate limit or plan request allowance was exceeded. The response does not currently include Retry-After or X-RateLimit headers.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "delete-bookmark"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"tweetId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 429,\n  \"message\": \"Rate limit quota exceeded\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "TweetAPI or an upstream dependency failed to process the request.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "delete-bookmark"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"tweetId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 500,\n  \"message\": \"Internal Server Error\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "name": "[ACCOUNT ACTION] Follow",
          "request": {
            "name": "[ACCOUNT ACTION] Follow",
            "description": {
              "content": "Follow a user account.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "tw-v2",
                "interaction",
                "follow"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"userId\": \"1234567890\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "follow"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"userId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"1001672369752484968\",\n    \"action\": \"follow\",\n    \"timestamp\": \"2025-10-05T06:53:46.202Z\",\n    \"success\": true,\n    \"metadata\": {\n      \"user_id\": \"1001672369752484968\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "Request validation failed or the upstream request was invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "follow"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"userId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"Request validation failed\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The TweetAPI key or caller-supplied Twitter authentication token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "follow"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"userId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 401,\n  \"message\": \"No API key provided\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The authenticated account is not permitted to perform the operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "follow"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"userId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 403,\n  \"message\": \"Forbidden\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The requested resource or route was not found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "follow"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"userId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 404,\n  \"message\": \"Not found\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The per-minute rate limit or plan request allowance was exceeded. The response does not currently include Retry-After or X-RateLimit headers.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "follow"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"userId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 429,\n  \"message\": \"Rate limit quota exceeded\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "TweetAPI or an upstream dependency failed to process the request.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "follow"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"userId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 500,\n  \"message\": \"Internal Server Error\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "name": "[ACCOUNT ACTION] Unfollow",
          "request": {
            "name": "[ACCOUNT ACTION] Unfollow",
            "description": {
              "content": "Unfollow a user account.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "tw-v2",
                "interaction",
                "unfollow"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"userId\": \"1234567890\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "unfollow"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"userId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"1001672369752484968\",\n    \"action\": \"unfollow\",\n    \"timestamp\": \"2025-10-05T06:53:54.233Z\",\n    \"success\": true,\n    \"metadata\": {\n      \"user_id\": \"1001672369752484968\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "Request validation failed or the upstream request was invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "unfollow"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"userId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"Request validation failed\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The TweetAPI key or caller-supplied Twitter authentication token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "unfollow"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"userId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 401,\n  \"message\": \"No API key provided\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The authenticated account is not permitted to perform the operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "unfollow"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"userId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 403,\n  \"message\": \"Forbidden\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The requested resource or route was not found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "unfollow"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"userId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 404,\n  \"message\": \"Not found\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The per-minute rate limit or plan request allowance was exceeded. The response does not currently include Retry-After or X-RateLimit headers.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "unfollow"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"userId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 429,\n  \"message\": \"Rate limit quota exceeded\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "TweetAPI or an upstream dependency failed to process the request.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "unfollow"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"userId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 500,\n  \"message\": \"Internal Server Error\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "name": "[AUTHENTICATED READ] Notifications",
          "request": {
            "name": "[AUTHENTICATED READ] Notifications",
            "description": {
              "content": "Retrieve the authenticated user's notifications timeline on the platform. Returns notifications including likes, retweets, mentions, and follows.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "tw-v2",
                "interaction",
                "notifications"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "authToken",
                  "value": "YOUR_AUTH_TOKEN",
                  "description": "(Required) Account authentication token (auth_token cookie value)"
                },
                {
                  "disabled": true,
                  "key": "timelineType",
                  "value": "All",
                  "description": "Type of notifications to retrieve: 'All', 'Verified', or 'Mentions' (default: 'All')"
                },
                {
                  "disabled": true,
                  "key": "count",
                  "value": "20",
                  "description": "Number of results to return per page (min: 1, max: 100, default: 20)"
                },
                {
                  "disabled": true,
                  "key": "cursor",
                  "value": "NEXT_CURSOR",
                  "description": "Pagination cursor for fetching next page of results. Obtained from previous response."
                },
                {
                  "disabled": true,
                  "key": "proxy",
                  "value": "proxy.example.com:8080@username:password",
                  "description": "Optional proxy in format 'host:port@user:pass'"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "notifications"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "authToken",
                      "value": "YOUR_AUTH_TOKEN",
                      "disabled": false
                    },
                    {
                      "key": "timelineType",
                      "value": "All",
                      "disabled": true
                    },
                    {
                      "key": "count",
                      "value": "20",
                      "disabled": true
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    },
                    {
                      "key": "proxy",
                      "value": "proxy.example.com:8080@username:password",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"F1jG7mhWwAAAAAAB15VmQrFiaySXms5dAAA\",\n      \"type\": \"device_follow_tweet_notification_entry\",\n      \"timestamp\": \"2025-10-05T06:39:17.402Z\",\n      \"message\": \"Sample post text 53528 for documentation.\",\n      \"users\": [\n        {\n          \"id\": \"100151062666878842\",\n          \"username\": \"sample_user_44649\",\n          \"name\": \"Sample User 44649\",\n          \"followerCount\": 117834,\n          \"isBlueVerified\": true\n        }\n      ],\n      \"url\": \"/2/notifications/device_follow.json\",\n      \"icon\": \"bell_icon\"\n    },\n    {\n      \"id\": \"F1jG7mhWwAAAAAAB15VmQrFiaySWMQX0Luk\",\n      \"type\": \"generic_magic_rec_first_degree_tweet_recent\",\n      \"timestamp\": \"2025-10-04T22:40:41.212Z\",\n      \"message\": \"Sample post text 73354 for documentation.\",\n      \"users\": [\n        {\n          \"id\": \"10014752\",\n          \"username\": \"sample_user_73927\",\n          \"name\": \"Sample User 73927\",\n          \"followerCount\": 317001,\n          \"isBlueVerified\": true\n        }\n      ],\n      \"tweets\": [\n        {\n          \"id\": \"2009453333471715800\",\n          \"text\": \"Sample post text 50778 for documentation.\",\n          \"author\": {\n            \"id\": \"20027198\",\n            \"username\": \"sample_user_73927\"\n          },\n          \"type\": \"quote\"\n        }\n      ],\n      \"url\": \"https://x.com/sample_user_68005/status/2009512428773061595\",\n      \"icon\": \"recommendation_icon\"\n    },\n    {\n      \"id\": \"F1jG7mhWwAAAAAAB15VmQrFiaySWc3a7cAA\",\n      \"type\": \"generic_magic_rec_first_degree_tweet_recent\",\n      \"timestamp\": \"2025-10-04T22:40:41.211Z\",\n      \"message\": \"Sample post text 43575 for documentation.\",\n      \"users\": [\n        {\n          \"id\": \"10017528\",\n          \"username\": \"sample_user_96991\",\n          \"name\": \"Sample User 96991\",\n          \"followerCount\": 226995885,\n          \"isBlueVerified\": true\n        }\n      ],\n      \"tweets\": [\n        {\n          \"id\": \"2001389518663911394\",\n          \"text\": \"Sample post text 24893 for documentation.\",\n          \"author\": {\n            \"id\": \"20089310\",\n            \"username\": \"sample_user_96991\"\n          },\n          \"type\": \"tweet\"\n        }\n      ],\n      \"url\": \"https://x.com/sample_user_51247/status/2001728280874107908\",\n      \"icon\": \"recommendation_icon\"\n    },\n    {\n      \"id\": \"F1jG7mhWwAAAAAAB15VmQrFiaySWc3a8AAA\",\n      \"type\": \"favorite_notification_entry\",\n      \"timestamp\": \"2025-10-04T19:22:03.210Z\",\n      \"message\": \"Sample post text 85791 for documentation.\",\n      \"users\": [\n        {\n          \"id\": \"123456789\",\n          \"username\": \"user123\",\n          \"name\": \"Sample User 08211\",\n          \"followerCount\": 5432,\n          \"isBlueVerified\": false\n        }\n      ],\n      \"tweets\": [\n        {\n          \"id\": \"2001775356878954654\",\n          \"text\": \"Sample post text 08370 for documentation.\",\n          \"author\": {\n            \"id\": \"2001005139481102956\",\n            \"username\": \"your_username\"\n          },\n          \"type\": \"tweet\"\n        }\n      ],\n      \"url\": \"https://example.com/link-94089/profile-41921/your_username/status/2009078023935564305\",\n      \"icon\": \"favorite_icon\"\n    },\n    {\n      \"id\": \"F1jG7mhWwAAAAAAB15VmQrFiaySWjvKlAAA\",\n      \"type\": \"retweet_notification_entry\",\n      \"timestamp\": \"2025-10-04T18:15:42.209Z\",\n      \"message\": \"Sample post text 88014 for documentation.\",\n      \"users\": [\n        {\n          \"id\": \"987654321\",\n          \"username\": \"anotheruser\",\n          \"name\": \"Sample User 52010\",\n          \"followerCount\": 12345,\n          \"isBlueVerified\": true\n        }\n      ],\n      \"tweets\": [\n        {\n          \"id\": \"2001298886742910077\",\n          \"text\": \"Sample post text 08279 for documentation.\",\n          \"author\": {\n            \"id\": \"2001226944052982843\",\n            \"username\": \"your_username\"\n          },\n          \"type\": \"tweet\"\n        }\n      ],\n      \"url\": \"https://example.com/link-94089/profile-41921/your_username/status/2008988692782157135\",\n      \"icon\": \"retweet_icon\"\n    }\n  ],\n  \"pagination\": {\n    \"nextCursor\": \"DAACDAABCgABF1jG7mhWwAAIAAIAAAABCAAD15VmQggABLFiayQACwACAAAAC0Faa2p5cE4zWGpZAAA\",\n    \"prevCursor\": null\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "Request validation failed or the upstream request was invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "notifications"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "authToken",
                      "value": "YOUR_AUTH_TOKEN",
                      "disabled": false
                    },
                    {
                      "key": "timelineType",
                      "value": "All",
                      "disabled": true
                    },
                    {
                      "key": "count",
                      "value": "20",
                      "disabled": true
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    },
                    {
                      "key": "proxy",
                      "value": "proxy.example.com:8080@username:password",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"Request validation failed\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The TweetAPI key or caller-supplied Twitter authentication token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "notifications"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "authToken",
                      "value": "YOUR_AUTH_TOKEN",
                      "disabled": false
                    },
                    {
                      "key": "timelineType",
                      "value": "All",
                      "disabled": true
                    },
                    {
                      "key": "count",
                      "value": "20",
                      "disabled": true
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    },
                    {
                      "key": "proxy",
                      "value": "proxy.example.com:8080@username:password",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 401,\n  \"message\": \"No API key provided\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The authenticated account is not permitted to perform the operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "notifications"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "authToken",
                      "value": "YOUR_AUTH_TOKEN",
                      "disabled": false
                    },
                    {
                      "key": "timelineType",
                      "value": "All",
                      "disabled": true
                    },
                    {
                      "key": "count",
                      "value": "20",
                      "disabled": true
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    },
                    {
                      "key": "proxy",
                      "value": "proxy.example.com:8080@username:password",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 403,\n  \"message\": \"Forbidden\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The requested resource or route was not found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "notifications"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "authToken",
                      "value": "YOUR_AUTH_TOKEN",
                      "disabled": false
                    },
                    {
                      "key": "timelineType",
                      "value": "All",
                      "disabled": true
                    },
                    {
                      "key": "count",
                      "value": "20",
                      "disabled": true
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    },
                    {
                      "key": "proxy",
                      "value": "proxy.example.com:8080@username:password",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 404,\n  \"message\": \"Not found\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The per-minute rate limit or plan request allowance was exceeded. The response does not currently include Retry-After or X-RateLimit headers.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "notifications"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "authToken",
                      "value": "YOUR_AUTH_TOKEN",
                      "disabled": false
                    },
                    {
                      "key": "timelineType",
                      "value": "All",
                      "disabled": true
                    },
                    {
                      "key": "count",
                      "value": "20",
                      "disabled": true
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    },
                    {
                      "key": "proxy",
                      "value": "proxy.example.com:8080@username:password",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 429,\n  \"message\": \"Rate limit quota exceeded\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "TweetAPI or an upstream dependency failed to process the request.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "notifications"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "authToken",
                      "value": "YOUR_AUTH_TOKEN",
                      "disabled": false
                    },
                    {
                      "key": "timelineType",
                      "value": "All",
                      "disabled": true
                    },
                    {
                      "key": "count",
                      "value": "20",
                      "disabled": true
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    },
                    {
                      "key": "proxy",
                      "value": "proxy.example.com:8080@username:password",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 500,\n  \"message\": \"Internal Server Error\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "name": "[AUTHENTICATED READ] User Analytics",
          "request": {
            "name": "[AUTHENTICATED READ] User Analytics",
            "description": {
              "content": "Get detailed analytics for a user including engagement rates and growth metrics.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "tw-v2",
                "interaction",
                "user-analytics"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "authToken",
                  "value": "YOUR_AUTH_TOKEN",
                  "description": "(Required) Account authentication token (auth_token cookie value)"
                },
                {
                  "disabled": true,
                  "key": "toTime",
                  "value": "2026-01-01T00:00:00.000Z",
                  "description": "End time for analytics period in ISO 8601 format (default: current time)"
                },
                {
                  "disabled": true,
                  "key": "fromTime",
                  "value": "2026-01-01T00:00:00.000Z",
                  "description": "Start time for analytics period in ISO 8601 format (default: 30 days ago)"
                },
                {
                  "disabled": true,
                  "key": "granularity",
                  "value": "Daily",
                  "description": "Time granularity for metrics: Daily, Weekly, or Monthly (default: Daily)"
                },
                {
                  "disabled": true,
                  "key": "showVerifiedFollowers",
                  "value": "true",
                  "description": "Include verified follower metrics (default: true)"
                },
                {
                  "disabled": true,
                  "key": "proxy",
                  "value": "proxy.example.com:8080@username:password",
                  "description": "Optional proxy in format 'host:port@user:pass'"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "user-analytics"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "authToken",
                      "value": "YOUR_AUTH_TOKEN",
                      "disabled": false
                    },
                    {
                      "key": "toTime",
                      "value": "2026-01-01T00:00:00.000Z",
                      "disabled": true
                    },
                    {
                      "key": "fromTime",
                      "value": "2026-01-01T00:00:00.000Z",
                      "disabled": true
                    },
                    {
                      "key": "granularity",
                      "value": "Daily",
                      "disabled": true
                    },
                    {
                      "key": "showVerifiedFollowers",
                      "value": "true",
                      "disabled": true
                    },
                    {
                      "key": "proxy",
                      "value": "proxy.example.com:8080@username:password",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"__typename\": \"User\",\n    \"verified_follower_count\": \"0\",\n    \"relationship_counts\": {\n      \"followers\": 0\n    },\n    \"organic_metrics_time_series\": [\n      {\n        \"metric_values\": [\n          {\n            \"metric_value\": 1,\n            \"metric_type\": \"Engagements\"\n          },\n          {\n            \"metric_type\": \"Impressions\"\n          },\n          {\n            \"metric_type\": \"ProfileVisits\"\n          },\n          {\n            \"metric_value\": 1,\n            \"metric_type\": \"Follows\"\n          },\n          {\n            \"metric_type\": \"Replies\"\n          },\n          {\n            \"metric_type\": \"Likes\"\n          },\n          {\n            \"metric_type\": \"Retweets\"\n          },\n          {\n            \"metric_type\": \"Bookmark\"\n          },\n          {\n            \"metric_type\": \"Share\"\n          },\n          {\n            \"metric_type\": \"UrlClicks\"\n          },\n          {\n            \"metric_type\": \"CreateTweet\"\n          },\n          {\n            \"metric_type\": \"CreateQuote\"\n          },\n          {\n            \"metric_type\": \"Unfollows\"\n          },\n          {\n            \"metric_type\": \"CreateReply\"\n          }\n        ],\n        \"timestamp\": {\n          \"iso8601_time\": \"2025-09-28T00:00:00Z\"\n        }\n      },\n      {\n        \"metric_values\": [\n          {\n            \"metric_type\": \"Engagements\"\n          },\n          {\n            \"metric_value\": 15,\n            \"metric_type\": \"Impressions\"\n          },\n          {\n            \"metric_type\": \"ProfileVisits\"\n          },\n          {\n            \"metric_type\": \"Follows\"\n          },\n          {\n            \"metric_type\": \"Replies\"\n          },\n          {\n            \"metric_type\": \"Likes\"\n          },\n          {\n            \"metric_type\": \"Retweets\"\n          },\n          {\n            \"metric_type\": \"Bookmark\"\n          },\n          {\n            \"metric_type\": \"Share\"\n          },\n          {\n            \"metric_type\": \"UrlClicks\"\n          },\n          {\n            \"metric_value\": 6,\n            \"metric_type\": \"CreateTweet\"\n          },\n          {\n            \"metric_type\": \"CreateQuote\"\n          },\n          {\n            \"metric_type\": \"Unfollows\"\n          },\n          {\n            \"metric_type\": \"CreateReply\"\n          }\n        ],\n        \"timestamp\": {\n          \"iso8601_time\": \"2025-10-06T00:00:00Z\"\n        }\n      },\n      {\n        \"metric_values\": [\n          {\n            \"metric_value\": 8,\n            \"metric_type\": \"Engagements\"\n          },\n          {\n            \"metric_value\": 27,\n            \"metric_type\": \"Impressions\"\n          },\n          {\n            \"metric_type\": \"ProfileVisits\"\n          },\n          {\n            \"metric_type\": \"Follows\"\n          },\n          {\n            \"metric_value\": 3,\n            \"metric_type\": \"Replies\"\n          },\n          {\n            \"metric_type\": \"Likes\"\n          },\n          {\n            \"metric_type\": \"Retweets\"\n          },\n          {\n            \"metric_type\": \"Bookmark\"\n          },\n          {\n            \"metric_type\": \"Share\"\n          },\n          {\n            \"metric_type\": \"UrlClicks\"\n          },\n          {\n            \"metric_value\": 11,\n            \"metric_type\": \"CreateTweet\"\n          },\n          {\n            \"metric_type\": \"CreateQuote\"\n          },\n          {\n            \"metric_type\": \"Unfollows\"\n          },\n          {\n            \"metric_value\": 1,\n            \"metric_type\": \"CreateReply\"\n          }\n        ],\n        \"timestamp\": {\n          \"iso8601_time\": \"2025-10-07T00:00:00Z\"\n        }\n      }\n    ],\n    \"id\": \"VXNlcjoxNzk2ODA4NjQ0NzI3ODg5OTIw\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "Request validation failed or the upstream request was invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "user-analytics"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "authToken",
                      "value": "YOUR_AUTH_TOKEN",
                      "disabled": false
                    },
                    {
                      "key": "toTime",
                      "value": "2026-01-01T00:00:00.000Z",
                      "disabled": true
                    },
                    {
                      "key": "fromTime",
                      "value": "2026-01-01T00:00:00.000Z",
                      "disabled": true
                    },
                    {
                      "key": "granularity",
                      "value": "Daily",
                      "disabled": true
                    },
                    {
                      "key": "showVerifiedFollowers",
                      "value": "true",
                      "disabled": true
                    },
                    {
                      "key": "proxy",
                      "value": "proxy.example.com:8080@username:password",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"Request validation failed\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The TweetAPI key or caller-supplied Twitter authentication token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "user-analytics"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "authToken",
                      "value": "YOUR_AUTH_TOKEN",
                      "disabled": false
                    },
                    {
                      "key": "toTime",
                      "value": "2026-01-01T00:00:00.000Z",
                      "disabled": true
                    },
                    {
                      "key": "fromTime",
                      "value": "2026-01-01T00:00:00.000Z",
                      "disabled": true
                    },
                    {
                      "key": "granularity",
                      "value": "Daily",
                      "disabled": true
                    },
                    {
                      "key": "showVerifiedFollowers",
                      "value": "true",
                      "disabled": true
                    },
                    {
                      "key": "proxy",
                      "value": "proxy.example.com:8080@username:password",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 401,\n  \"message\": \"No API key provided\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The authenticated account is not permitted to perform the operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "user-analytics"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "authToken",
                      "value": "YOUR_AUTH_TOKEN",
                      "disabled": false
                    },
                    {
                      "key": "toTime",
                      "value": "2026-01-01T00:00:00.000Z",
                      "disabled": true
                    },
                    {
                      "key": "fromTime",
                      "value": "2026-01-01T00:00:00.000Z",
                      "disabled": true
                    },
                    {
                      "key": "granularity",
                      "value": "Daily",
                      "disabled": true
                    },
                    {
                      "key": "showVerifiedFollowers",
                      "value": "true",
                      "disabled": true
                    },
                    {
                      "key": "proxy",
                      "value": "proxy.example.com:8080@username:password",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 403,\n  \"message\": \"Forbidden\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The requested resource or route was not found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "user-analytics"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "authToken",
                      "value": "YOUR_AUTH_TOKEN",
                      "disabled": false
                    },
                    {
                      "key": "toTime",
                      "value": "2026-01-01T00:00:00.000Z",
                      "disabled": true
                    },
                    {
                      "key": "fromTime",
                      "value": "2026-01-01T00:00:00.000Z",
                      "disabled": true
                    },
                    {
                      "key": "granularity",
                      "value": "Daily",
                      "disabled": true
                    },
                    {
                      "key": "showVerifiedFollowers",
                      "value": "true",
                      "disabled": true
                    },
                    {
                      "key": "proxy",
                      "value": "proxy.example.com:8080@username:password",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 404,\n  \"message\": \"Not found\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The per-minute rate limit or plan request allowance was exceeded. The response does not currently include Retry-After or X-RateLimit headers.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "user-analytics"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "authToken",
                      "value": "YOUR_AUTH_TOKEN",
                      "disabled": false
                    },
                    {
                      "key": "toTime",
                      "value": "2026-01-01T00:00:00.000Z",
                      "disabled": true
                    },
                    {
                      "key": "fromTime",
                      "value": "2026-01-01T00:00:00.000Z",
                      "disabled": true
                    },
                    {
                      "key": "granularity",
                      "value": "Daily",
                      "disabled": true
                    },
                    {
                      "key": "showVerifiedFollowers",
                      "value": "true",
                      "disabled": true
                    },
                    {
                      "key": "proxy",
                      "value": "proxy.example.com:8080@username:password",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 429,\n  \"message\": \"Rate limit quota exceeded\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "TweetAPI or an upstream dependency failed to process the request.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "user-analytics"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "authToken",
                      "value": "YOUR_AUTH_TOKEN",
                      "disabled": false
                    },
                    {
                      "key": "toTime",
                      "value": "2026-01-01T00:00:00.000Z",
                      "disabled": true
                    },
                    {
                      "key": "fromTime",
                      "value": "2026-01-01T00:00:00.000Z",
                      "disabled": true
                    },
                    {
                      "key": "granularity",
                      "value": "Daily",
                      "disabled": true
                    },
                    {
                      "key": "showVerifiedFollowers",
                      "value": "true",
                      "disabled": true
                    },
                    {
                      "key": "proxy",
                      "value": "proxy.example.com:8080@username:password",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 500,\n  \"message\": \"Internal Server Error\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "List",
      "description": {
        "content": "List lookup and authenticated list-management operations.",
        "type": "text/plain"
      },
      "item": [
        {
          "name": "Details",
          "request": {
            "name": "Details",
            "description": {
              "content": "Get detailed information about a specific list including metadata, member count, and configuration settings.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "tw-v2",
                "list",
                "details"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "listId",
                  "value": "1234567890",
                  "description": "(Required) Unique list ID"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "list",
                    "details"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "listId",
                      "value": "1234567890",
                      "disabled": false
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"9001939934624392988\",\n    \"name\": \"Sample User 71233\",\n    \"description\": \"Sample profile bio for Sample User 52066.\",\n    \"mode\": \"public\",\n    \"memberCount\": 42,\n    \"subscriberCount\": 2362,\n    \"createdAt\": \"2022-07-01T02:37:35.000Z\",\n    \"owner\": {\n      \"id\": \"1004175810672249878\",\n      \"username\": \"sample_user_78026\",\n      \"name\": \"Sample User 78026\",\n      \"bio\": \"Sample profile bio for Sample User 78026.\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [\n        \"2003389317958797165\"\n      ],\n      \"avatar\": \"https://example.com/images/sample-avatar-78026.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-78026.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 66,\n      \"followingCount\": 334,\n      \"tweetCount\": 1477,\n      \"listedCount\": 0,\n      \"mediaCount\": 19,\n      \"favoritesCount\": 59316,\n      \"createdAt\": \"2020-03-14T01:03:23.000Z\"\n    },\n    \"bannerUrl\": null,\n    \"defaultBannerMedia\": null,\n    \"facepileUrls\": [\n      \"https://example.com/link-94089/profile-29900/media/sample-media-71233.jpg\",\n      \"https://example.com/link-94089/profile-29900/media/sample-media-71233.jpg\",\n      \"https://example.com/link-94089/profile-29900/media/sample-media-71233.jpg\"\n    ],\n    \"slug\": \"\",\n    \"uri\": \"\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "Request validation failed or the upstream request was invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "list",
                    "details"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "listId",
                      "value": "1234567890",
                      "disabled": false
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"Request validation failed\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The TweetAPI key or caller-supplied Twitter authentication token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "list",
                    "details"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "listId",
                      "value": "1234567890",
                      "disabled": false
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 401,\n  \"message\": \"No API key provided\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The authenticated account is not permitted to perform the operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "list",
                    "details"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "listId",
                      "value": "1234567890",
                      "disabled": false
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 403,\n  \"message\": \"Forbidden\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The requested resource or route was not found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "list",
                    "details"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "listId",
                      "value": "1234567890",
                      "disabled": false
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 404,\n  \"message\": \"Not found\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The per-minute rate limit or plan request allowance was exceeded. The response does not currently include Retry-After or X-RateLimit headers.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "list",
                    "details"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "listId",
                      "value": "1234567890",
                      "disabled": false
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 429,\n  \"message\": \"Rate limit quota exceeded\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "TweetAPI or an upstream dependency failed to process the request.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "list",
                    "details"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "listId",
                      "value": "1234567890",
                      "disabled": false
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 500,\n  \"message\": \"Internal Server Error\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "name": "Tweets",
          "request": {
            "name": "Tweets",
            "description": {
              "content": "Retrieve tweets from a specific list. Returns a paginated timeline of tweets posted by list members.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "tw-v2",
                "list",
                "tweets"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "listId",
                  "value": "1234567890",
                  "description": "(Required) Unique list ID"
                },
                {
                  "disabled": true,
                  "key": "cursor",
                  "value": "NEXT_CURSOR",
                  "description": "Pagination cursor for fetching next page of results. Obtained from previous response."
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "list",
                    "tweets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "listId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"5003666593753562724\",\n      \"conversationId\": \"5003666593753562724\",\n      \"text\": \"Sample post text 47487 for documentation.\",\n      \"displayTextRange\": [\n        0,\n        99\n      ],\n      \"author\": {\n        \"id\": \"10030086\",\n        \"username\": \"sample_user_92303\",\n        \"name\": \"Sample User 92303\",\n        \"bio\": \"Sample profile bio for Sample User 92303.\",\n        \"location\": \"Sample City 731\",\n        \"website\": \"https://example.com/link-94089/profile-29900/profile-84577\",\n        \"pinnedTweetIds\": [\n          \"2001104869074971439\"\n        ],\n        \"avatar\": \"https://example.com/link-94089/profile-29900/images/sample-avatar-84577.jpg\",\n        \"banner\": \"https://example.com/link-94089/profile-29900/images/sample-banner-84577.jpg\",\n        \"profileImageShape\": \"Circle\",\n        \"verified\": false,\n        \"isBlueVerified\": true,\n        \"verifiedType\": null,\n        \"verifiedSince\": null,\n        \"isIdentityVerified\": false,\n        \"isProtected\": false,\n        \"possiblySensitive\": false,\n        \"profileInterstitialType\": null,\n        \"withheldInCountries\": [],\n        \"professional\": {\n          \"type\": \"Business\",\n          \"category\": [\n            {\n              \"id\": 579,\n              \"name\": \"Media & News\",\n              \"icon_name\": \"IconBriefcaseStroke\"\n            }\n          ],\n          \"restId\": \"7001747894951294611\"\n        },\n        \"businessAccount\": null,\n        \"creatorSubscriptionsCount\": 0,\n        \"hasHiddenSubscriptions\": false,\n        \"highlightsInfo\": null,\n        \"hasGraduatedAccess\": true,\n        \"isProfileTranslatable\": false,\n        \"hasCustomTimelines\": false,\n        \"isTranslator\": false,\n        \"affiliatesHighlightedLabel\": {},\n        \"defaultProfile\": false,\n        \"defaultProfileImage\": false,\n        \"followerCount\": 732200,\n        \"followingCount\": 68,\n        \"tweetCount\": 106693,\n        \"listedCount\": 10796,\n        \"mediaCount\": 48095,\n        \"favoritesCount\": 2077,\n        \"createdAt\": \"2009-02-10T20:27:09.000Z\"\n      },\n      \"source\": null,\n      \"type\": \"tweet\",\n      \"replyTo\": null,\n      \"quotedTweet\": null,\n      \"retweetedTweet\": null,\n      \"reactionContext\": {\n        \"isReaction\": true,\n        \"targetTweetId\": \"2000000000000000001\",\n        \"targetTweetUrl\": \"https://x.com/sample_user_00001/status/2000000000000000001\",\n        \"targetAuthor\": {\n          \"id\": \"1000000000000000001\",\n          \"username\": \"sample_user_00001\",\n          \"name\": \"Sample User 00001\",\n          \"avatar\": \"https://example.com/images/sample-avatar-00001.jpg\",\n          \"isBlueVerified\": true\n        }\n      },\n      \"likeCount\": 3,\n      \"retweetCount\": 1,\n      \"replyCount\": 0,\n      \"quoteCount\": 0,\n      \"bookmarkCount\": 0,\n      \"viewCount\": 2017,\n      \"media\": [],\n      \"poll\": null,\n      \"card\": {\n        \"name\": \"\",\n        \"url\": \"https://example.com/link-94089/profile-29900/link-06903\",\n        \"cardType\": \"\",\n        \"type\": \"summary\",\n        \"bindingValues\": {\n          \"title\": \"\",\n          \"description\": \"\",\n          \"domain\": \"\",\n          \"thumbnailImageUrl\": null,\n          \"thumbnailImageColor\": null,\n          \"playerUrl\": null,\n          \"playerWidth\": null,\n          \"playerHeight\": null,\n          \"appId\": null,\n          \"appName\": null,\n          \"appStarRating\": null,\n          \"appPriceAmount\": null,\n          \"appPriceCurrency\": null\n        },\n        \"cardPlatform\": {\n          \"platform\": {\n            \"device\": {\n              \"name\": \"\",\n              \"version\": \"\"\n            },\n            \"audience\": {\n              \"name\": \"\"\n            }\n          }\n        },\n        \"vanityUrl\": null,\n        \"userRefsResults\": null\n      },\n      \"hashtags\": [\n        \"sample_topic_28432\"\n      ],\n      \"mentions\": [],\n      \"urls\": [\n        \"https://example.com/link-94089/profile-29900/profile-84577/articles/25/10/01/lowest-price-ever-apple-watch-se-2-gps-cellular-plunges-to-189?utm_source=rss&utm_source=rss&utm_medium=Sendible&utm_campaign=RSS\"\n      ],\n      \"symbols\": [],\n      \"possiblySensitive\": false,\n      \"limitedActions\": null,\n      \"isEdited\": false,\n      \"editControl\": null,\n      \"isTranslatable\": false,\n      \"lang\": \"en\",\n      \"translatedText\": null,\n      \"hasBirdwatchNotes\": false,\n      \"birdwatchPivot\": null,\n      \"conversationControl\": null,\n      \"isPromoted\": false,\n      \"promotedMetadata\": null,\n      \"createdAt\": \"2025-10-02T05:00:19.000Z\",\n      \"place\": null,\n      \"communityId\": null,\n      \"communityResults\": null\n    },\n    {\n      \"id\": \"5002700188573944140\",\n      \"conversationId\": \"5002700188573944140\",\n      \"text\": \"Sample post text 61992 for documentation.\",\n      \"displayTextRange\": [\n        0,\n        228\n      ],\n      \"author\": {\n        \"id\": \"1002551196\",\n        \"username\": \"sample_user_43386\",\n        \"name\": \"Sample User 43386\",\n        \"bio\": \"Sample profile bio for Sample User 43386.\",\n        \"location\": \"Sample City 457\",\n        \"website\": \"https://example.com/link-94089/profile-43386\",\n        \"pinnedTweetIds\": [],\n        \"avatar\": \"https://example.com/images/sample-avatar-43386.jpg\",\n        \"banner\": \"https://example.com/images/sample-banner-43386.jpg\",\n        \"profileImageShape\": \"Circle\",\n        \"verified\": false,\n        \"isBlueVerified\": true,\n        \"verifiedType\": null,\n        \"verifiedSince\": null,\n        \"isIdentityVerified\": false,\n        \"isProtected\": false,\n        \"possiblySensitive\": false,\n        \"profileInterstitialType\": null,\n        \"withheldInCountries\": [],\n        \"professional\": {\n          \"type\": \"Creator\",\n          \"category\": [],\n          \"restId\": \"9003376833339981228\"\n        },\n        \"businessAccount\": null,\n        \"creatorSubscriptionsCount\": 0,\n        \"hasHiddenSubscriptions\": false,\n        \"highlightsInfo\": null,\n        \"hasGraduatedAccess\": true,\n        \"isProfileTranslatable\": false,\n        \"hasCustomTimelines\": true,\n        \"isTranslator\": false,\n        \"affiliatesHighlightedLabel\": {},\n        \"defaultProfile\": true,\n        \"defaultProfileImage\": false,\n        \"followerCount\": 44695,\n        \"followingCount\": 119,\n        \"tweetCount\": 20993,\n        \"listedCount\": 346,\n        \"mediaCount\": 6810,\n        \"favoritesCount\": 3363,\n        \"createdAt\": \"2014-10-28T19:12:08.000Z\"\n      },\n      \"source\": null,\n      \"type\": \"tweet\",\n      \"replyTo\": null,\n      \"quotedTweet\": null,\n      \"retweetedTweet\": null,\n      \"reactionContext\": {\n        \"isReaction\": true,\n        \"targetTweetId\": \"2000000000000000001\",\n        \"targetTweetUrl\": \"https://x.com/sample_user_00001/status/2000000000000000001\",\n        \"targetAuthor\": {\n          \"id\": \"1000000000000000001\",\n          \"username\": \"sample_user_00001\",\n          \"name\": \"Sample User 00001\",\n          \"avatar\": \"https://example.com/images/sample-avatar-00001.jpg\",\n          \"isBlueVerified\": true\n        }\n      },\n      \"likeCount\": 67,\n      \"retweetCount\": 2,\n      \"replyCount\": 4,\n      \"quoteCount\": 0,\n      \"bookmarkCount\": 4,\n      \"viewCount\": 3029,\n      \"media\": [\n        {\n          \"id\": \"2101294277563509231\",\n          \"key\": \"16_2101294277563509231\",\n          \"type\": \"animated_gif\",\n          \"url\": \"https://example.com/link-94089/profile-29900/media/sample-media-15925.jpg\",\n          \"displayUrl\": \"pic.x.com/Y6VkHNCcUB\",\n          \"expandedUrl\": \"https://x.com/sample_user_87470/status/2001653444623278148/photo/1\",\n          \"thumbnailUrl\": \"https://example.com/link-94089/profile-29900/media/sample-media-36256.jpg\",\n          \"width\": 300,\n          \"height\": 168,\n          \"aspectRatio\": [\n            25,\n            14\n          ],\n          \"sizes\": {\n            \"thumb\": {\n              \"width\": 150,\n              \"height\": 150,\n              \"resize\": \"crop\"\n            },\n            \"small\": {\n              \"width\": 300,\n              \"height\": 168,\n              \"resize\": \"fit\"\n            },\n            \"medium\": {\n              \"width\": 300,\n              \"height\": 168,\n              \"resize\": \"fit\"\n            },\n            \"large\": {\n              \"width\": 300,\n              \"height\": 168,\n              \"resize\": \"fit\"\n            },\n            \"original\": {\n              \"width\": 300,\n              \"height\": 168,\n              \"resize\": \"fit\"\n            }\n          },\n          \"duration\": null,\n          \"bitrate\": null,\n          \"videoInfo\": {\n            \"variants\": [\n              {\n                \"bitrate\": 0,\n                \"contentType\": \"video/mp4\",\n                \"url\": \"https://example.com/link-94089/profile-29900/media/sample-media-15925.jpg\"\n              }\n            ],\n            \"durationMillis\": 0\n          },\n          \"altText\": \"Interested Ooo GIF by reactionseditor\",\n          \"sensitiveMedia\": false,\n          \"features\": {\n            \"all\": [],\n            \"large\": [],\n            \"medium\": [],\n            \"small\": [],\n            \"orig\": [\n              {\n                \"faces\": []\n              }\n            ]\n          },\n          \"mediaAvailability\": {\n            \"status\": \"Available\",\n            \"reason\": null\n          },\n          \"allowDownload\": true,\n          \"mediaStats\": null,\n          \"processingInfo\": null,\n          \"sourceStatusId\": null,\n          \"sourceUserId\": null,\n          \"stickers\": null\n        }\n      ],\n      \"poll\": null,\n      \"card\": null,\n      \"hashtags\": [],\n      \"mentions\": [],\n      \"urls\": [],\n      \"symbols\": [],\n      \"possiblySensitive\": false,\n      \"limitedActions\": null,\n      \"isEdited\": false,\n      \"editControl\": null,\n      \"isTranslatable\": false,\n      \"lang\": \"en\",\n      \"translatedText\": null,\n      \"hasBirdwatchNotes\": false,\n      \"birdwatchPivot\": null,\n      \"conversationControl\": null,\n      \"isPromoted\": false,\n      \"promotedMetadata\": null,\n      \"createdAt\": \"2025-10-02T04:21:19.000Z\",\n      \"place\": null,\n      \"communityId\": null,\n      \"communityResults\": null\n    }\n  ],\n  \"pagination\": {\n    \"nextCursor\": \"DAABCgABG2O7GFy__6EKAAIbYtF0ilZR4ggAAwAAAAIAAA\",\n    \"prevCursor\": \"DAABCgABG2O7GFzAJxEKAAIbY6949VfR8QgAAwAAAAEAAA\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "Request validation failed or the upstream request was invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "list",
                    "tweets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "listId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"Request validation failed\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The TweetAPI key or caller-supplied Twitter authentication token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "list",
                    "tweets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "listId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 401,\n  \"message\": \"No API key provided\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The authenticated account is not permitted to perform the operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "list",
                    "tweets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "listId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 403,\n  \"message\": \"Forbidden\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The requested resource or route was not found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "list",
                    "tweets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "listId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 404,\n  \"message\": \"Not found\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The per-minute rate limit or plan request allowance was exceeded. The response does not currently include Retry-After or X-RateLimit headers.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "list",
                    "tweets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "listId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 429,\n  \"message\": \"Rate limit quota exceeded\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "TweetAPI or an upstream dependency failed to process the request.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "list",
                    "tweets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "listId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 500,\n  \"message\": \"Internal Server Error\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "name": "Members",
          "request": {
            "name": "Members",
            "description": {
              "content": "Get a paginated list of members in a list.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "tw-v2",
                "list",
                "members"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "listId",
                  "value": "1234567890",
                  "description": "(Required) Unique list ID"
                },
                {
                  "disabled": true,
                  "key": "cursor",
                  "value": "NEXT_CURSOR",
                  "description": "Pagination cursor for fetching next page of results. Obtained from previous response."
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "list",
                    "members"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "listId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"1001377066190895470\",\n      \"username\": \"sample_user_48642\",\n      \"name\": \"Sample User 48642\",\n      \"bio\": \"Sample profile bio for Sample User 48642.\",\n      \"location\": \"Sample City 542\",\n      \"website\": \"https://example.com/link-94089/profile-48642\",\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-48642.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-48642.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": {\n        \"type\": \"Business\",\n        \"category\": [\n          {\n            \"id\": 713,\n            \"name\": \"Science & Technology\",\n            \"icon_name\": \"IconBriefcaseStroke\"\n          }\n        ],\n        \"restId\": \"9007345758374466923\"\n      },\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 37853,\n      \"followingCount\": 87,\n      \"tweetCount\": 1656,\n      \"listedCount\": 147,\n      \"mediaCount\": 992,\n      \"favoritesCount\": 393,\n      \"createdAt\": \"2020-12-06T09:16:03.000Z\"\n    },\n    {\n      \"id\": \"1001195967100888949\",\n      \"username\": \"sample_user_49704\",\n      \"name\": \"Sample User 49704\",\n      \"bio\": \"Sample profile bio for Sample User 49704.\",\n      \"location\": \"Sample City 607\",\n      \"website\": \"https://example.com/link-94089/profile-49704\",\n      \"pinnedTweetIds\": [\n        \"2001153472998808038\"\n      ],\n      \"avatar\": \"https://example.com/images/sample-avatar-49704.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-49704.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": true,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": {\n        \"type\": \"Creator\",\n        \"category\": [],\n        \"restId\": \"9001676952187062752\"\n      },\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 124948,\n      \"followingCount\": 641,\n      \"tweetCount\": 34363,\n      \"listedCount\": 450,\n      \"mediaCount\": 3455,\n      \"favoritesCount\": 28085,\n      \"createdAt\": \"2020-11-16T18:47:49.000Z\"\n    },\n    {\n      \"id\": \"1006019540063597456\",\n      \"username\": \"sample_user_45996\",\n      \"name\": \"Sample User 45996\",\n      \"bio\": \"Sample profile bio for Sample User 45996.\",\n      \"location\": \"Sample City 571\",\n      \"website\": \"https://example.com/link-94089/profile-45996\",\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-45996.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-45996.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": true,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": {\n        \"type\": \"Business\",\n        \"category\": [\n          {\n            \"id\": 579,\n            \"name\": \"Media & News\",\n            \"icon_name\": \"IconBriefcaseStroke\"\n          }\n        ],\n        \"restId\": \"9008748692919896982\"\n      },\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 357943,\n      \"followingCount\": 69,\n      \"tweetCount\": 3066,\n      \"listedCount\": 1312,\n      \"mediaCount\": 2601,\n      \"favoritesCount\": 302,\n      \"createdAt\": \"2020-05-17T03:26:36.000Z\"\n    },\n    {\n      \"id\": \"1008624169743411771\",\n      \"username\": \"sample_user_83388\",\n      \"name\": \"Sample User 83388\",\n      \"bio\": \"Sample profile bio for Sample User 83388.\",\n      \"location\": \"Sample City 977\",\n      \"website\": null,\n      \"pinnedTweetIds\": [\n        \"2001608834125699716\"\n      ],\n      \"avatar\": \"https://example.com/images/sample-avatar-83388.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-83388.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 213,\n      \"followingCount\": 421,\n      \"tweetCount\": 1099,\n      \"listedCount\": 6,\n      \"mediaCount\": 9,\n      \"favoritesCount\": 37851,\n      \"createdAt\": \"2020-05-05T01:06:08.000Z\"\n    },\n    {\n      \"id\": \"1001414382728409110\",\n      \"username\": \"sample_user_63977\",\n      \"name\": \"Sample User 63977\",\n      \"bio\": \"Sample profile bio for Sample User 63977.\",\n      \"location\": \"Sample City 571\",\n      \"website\": \"https://example.com/link-94089/profile-63977\",\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-63977.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-63977.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": {\n        \"type\": \"Business\",\n        \"category\": [\n          {\n            \"id\": 713,\n            \"name\": \"Science & Technology\",\n            \"icon_name\": \"IconBriefcaseStroke\"\n          }\n        ],\n        \"restId\": \"9001307381843710349\"\n      },\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 39545,\n      \"followingCount\": 772,\n      \"tweetCount\": 5216,\n      \"listedCount\": 410,\n      \"mediaCount\": 2215,\n      \"favoritesCount\": 11413,\n      \"createdAt\": \"2020-02-11T09:20:34.000Z\"\n    },\n    {\n      \"id\": \"1003355534716832658\",\n      \"username\": \"sample_user_42484\",\n      \"name\": \"Sample User 42484\",\n      \"bio\": \"Sample profile bio for Sample User 42484.\",\n      \"location\": \"Sample City 770\",\n      \"website\": \"https://example.com/link-94089/profile-42484\",\n      \"pinnedTweetIds\": [\n        \"2001386327694894592\"\n      ],\n      \"avatar\": \"https://example.com/images/sample-avatar-42484.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-42484.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": true,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": {\n        \"type\": \"Creator\",\n        \"category\": [\n          {\n            \"id\": 1042,\n            \"name\": \"Content Creator\",\n            \"icon_name\": \"IconBriefcaseStroke\"\n          }\n        ],\n        \"restId\": \"9004530849146898679\"\n      },\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 389720,\n      \"followingCount\": 67,\n      \"tweetCount\": 28241,\n      \"listedCount\": 1454,\n      \"mediaCount\": 7195,\n      \"favoritesCount\": 26228,\n      \"createdAt\": \"2020-02-06T16:54:28.000Z\"\n    },\n    {\n      \"id\": \"1009397119424885118\",\n      \"username\": \"sample_user_18208\",\n      \"name\": \"Sample User 18208\",\n      \"bio\": \"Sample profile bio for Sample User 18208.\",\n      \"location\": \"Sample City 761\",\n      \"website\": \"https://example.com/link-94089/profile-18208\",\n      \"pinnedTweetIds\": [\n        \"2001321190359525009\"\n      ],\n      \"avatar\": \"https://example.com/images/sample-avatar-18208.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-18208.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": {\n        \"type\": \"Creator\",\n        \"category\": [],\n        \"restId\": \"9001474610074185194\"\n      },\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 15016,\n      \"followingCount\": 121,\n      \"tweetCount\": 4222,\n      \"listedCount\": 148,\n      \"mediaCount\": 794,\n      \"favoritesCount\": 27471,\n      \"createdAt\": \"2019-11-02T10:17:49.000Z\"\n    },\n    {\n      \"id\": \"1007900999325565169\",\n      \"username\": \"sample_user_67143\",\n      \"name\": \"Sample User 67143\",\n      \"bio\": \"Sample profile bio for Sample User 67143.\",\n      \"location\": null,\n      \"website\": \"https://example.com/link-94089/profile-67143\",\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-67143.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-67143.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": {\n        \"type\": \"Creator\",\n        \"category\": [],\n        \"restId\": \"9001142318554816452\"\n      },\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": false,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 38885,\n      \"followingCount\": 6,\n      \"tweetCount\": 1750,\n      \"listedCount\": 77,\n      \"mediaCount\": 1500,\n      \"favoritesCount\": 465,\n      \"createdAt\": \"2018-11-21T12:30:37.000Z\"\n    },\n    {\n      \"id\": \"1001608161914478950\",\n      \"username\": \"sample_user_75075\",\n      \"name\": \"Sample User 75075\",\n      \"bio\": \"Sample profile bio for Sample User 75075.\",\n      \"location\": null,\n      \"website\": \"https://example.com/link-94089/profile-75075\",\n      \"pinnedTweetIds\": [\n        \"2001719622190642711\"\n      ],\n      \"avatar\": \"https://example.com/images/sample-avatar-75075.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-75075.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": {\n        \"type\": \"Creator\",\n        \"category\": [],\n        \"restId\": \"9004855988032100659\"\n      },\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": false,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 24451,\n      \"followingCount\": 54,\n      \"tweetCount\": 3393,\n      \"listedCount\": 139,\n      \"mediaCount\": 1706,\n      \"favoritesCount\": 2272,\n      \"createdAt\": \"2018-05-28T08:14:14.000Z\"\n    },\n    {\n      \"id\": \"100170382866418244\",\n      \"username\": \"sample_user_04500\",\n      \"name\": \"Sample User 04500\",\n      \"bio\": \"Sample profile bio for Sample User 04500.\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-04500.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-04500.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": false,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 11016,\n      \"followingCount\": 11,\n      \"tweetCount\": 1890,\n      \"listedCount\": 85,\n      \"mediaCount\": 1642,\n      \"favoritesCount\": 124,\n      \"createdAt\": \"2016-12-31T10:56:50.000Z\"\n    },\n    {\n      \"id\": \"100104769408295386\",\n      \"username\": \"sample_user_82076\",\n      \"name\": \"Sample User 82076\",\n      \"bio\": \"Sample profile bio for Sample User 82076.\",\n      \"location\": \"Sample City 935\",\n      \"website\": \"https://example.com/link-94089/profile-82076\",\n      \"pinnedTweetIds\": [\n        \"2001720936737188630\"\n      ],\n      \"avatar\": \"https://example.com/images/sample-avatar-82076.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-82076.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": true,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": {\n        \"type\": \"Creator\",\n        \"category\": [],\n        \"restId\": \"9002034422326052721\"\n      },\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 82064,\n      \"followingCount\": 658,\n      \"tweetCount\": 6079,\n      \"listedCount\": 420,\n      \"mediaCount\": 2257,\n      \"favoritesCount\": 56324,\n      \"createdAt\": \"2016-12-15T18:15:29.000Z\"\n    },\n    {\n      \"id\": \"100164517631371878\",\n      \"username\": \"sample_user_60815\",\n      \"name\": \"Sample User 60815\",\n      \"bio\": \"Sample profile bio for Sample User 60815.\",\n      \"location\": \"Sample City 864\",\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-60815.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-60815.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": {\n        \"type\": \"Business\",\n        \"category\": [\n          {\n            \"id\": 477,\n            \"name\": \"Professional Services\",\n            \"icon_name\": \"IconBriefcaseStroke\"\n          }\n        ],\n        \"restId\": \"9001291493768653713\"\n      },\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 44463,\n      \"followingCount\": 688,\n      \"tweetCount\": 5565,\n      \"listedCount\": 399,\n      \"mediaCount\": 381,\n      \"favoritesCount\": 10382,\n      \"createdAt\": \"2016-06-15T17:32:50.000Z\"\n    },\n    {\n      \"id\": \"100120800761164587\",\n      \"username\": \"sample_user_74958\",\n      \"name\": \"Sample User 74958\",\n      \"bio\": \"Sample profile bio for Sample User 74958.\",\n      \"location\": \"Sample City 713\",\n      \"website\": \"https://example.com/link-94089/profile-74958\",\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-74958.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-74958.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": true,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": {\n        \"type\": \"Business\",\n        \"category\": [\n          {\n            \"id\": 580,\n            \"name\": \"Media & News Company\",\n            \"icon_name\": \"IconBriefcaseStroke\"\n          }\n        ],\n        \"restId\": \"9001096154588409175\"\n      },\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": false,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 3526,\n      \"followingCount\": 108,\n      \"tweetCount\": 11743,\n      \"listedCount\": 99,\n      \"mediaCount\": 4120,\n      \"favoritesCount\": 4007,\n      \"createdAt\": \"2016-03-17T03:19:52.000Z\"\n    },\n    {\n      \"id\": \"1008598533\",\n      \"username\": \"sample_user_72834\",\n      \"name\": \"Sample User 72834\",\n      \"bio\": \"Sample profile bio for Sample User 72834.\",\n      \"location\": \"Sample City 666\",\n      \"website\": null,\n      \"pinnedTweetIds\": [\n        \"2001191049600156204\"\n      ],\n      \"avatar\": \"https://example.com/images/sample-avatar-72834.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-72834.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": true,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": {\n        \"type\": \"Creator\",\n        \"category\": [\n          {\n            \"id\": 579,\n            \"name\": \"Media & News\",\n            \"icon_name\": \"IconBriefcaseStroke\"\n          }\n        ],\n        \"restId\": \"9008386314877386263\"\n      },\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": false,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 55730,\n      \"followingCount\": 35,\n      \"tweetCount\": 13978,\n      \"listedCount\": 406,\n      \"mediaCount\": 3738,\n      \"favoritesCount\": 3253,\n      \"createdAt\": \"2015-08-25T09:09:13.000Z\"\n    },\n    {\n      \"id\": \"1001376668\",\n      \"username\": \"sample_user_91513\",\n      \"name\": \"Sample User 91513\",\n      \"bio\": \"Sample profile bio for Sample User 91513.\",\n      \"location\": \"Sample City 461\",\n      \"website\": \"https://example.com/link-94089/profile-91513\",\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-91513.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-91513.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": true,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": {\n        \"type\": \"Creator\",\n        \"category\": [\n          {\n            \"id\": 934,\n            \"name\": \"Social Media Influencer\",\n            \"icon_name\": \"IconBriefcaseStroke\"\n          }\n        ],\n        \"restId\": \"9009110950052746016\"\n      },\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": false,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 74561,\n      \"followingCount\": 281,\n      \"tweetCount\": 11492,\n      \"listedCount\": 426,\n      \"mediaCount\": 2446,\n      \"favoritesCount\": 10928,\n      \"createdAt\": \"2015-08-21T13:38:44.000Z\"\n    },\n    {\n      \"id\": \"1001189248\",\n      \"username\": \"sample_user_56334\",\n      \"name\": \"Sample User 56334\",\n      \"bio\": \"Sample profile bio for Sample User 56334.\",\n      \"location\": \"Sample City 571\",\n      \"website\": \"https://example.com/link-94089/profile-56334\",\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-56334.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-56334.jpg\",\n      \"profileImageShape\": \"Square\",\n      \"verified\": false,\n      \"isBlueVerified\": true,\n      \"verifiedType\": \"Business\",\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": false,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 1661116,\n      \"followingCount\": 32,\n      \"tweetCount\": 1586809,\n      \"listedCount\": 6176,\n      \"mediaCount\": 2347,\n      \"favoritesCount\": 12,\n      \"createdAt\": \"2015-06-05T16:05:20.000Z\"\n    },\n    {\n      \"id\": \"1005700248\",\n      \"username\": \"sample_user_45135\",\n      \"name\": \"Sample User 45135\",\n      \"bio\": \"Sample profile bio for Sample User 45135.\",\n      \"location\": \"Sample City 406\",\n      \"website\": \"https://example.com/link-94089/profile-45135\",\n      \"pinnedTweetIds\": [\n        \"2002605252296781749\"\n      ],\n      \"avatar\": \"https://example.com/images/sample-avatar-45135.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-45135.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": {\n        \"type\": \"Creator\",\n        \"category\": [\n          {\n            \"id\": 1017,\n            \"name\": \"Artist\",\n            \"icon_name\": \"IconBriefcaseStroke\"\n          }\n        ],\n        \"restId\": \"9007767866564839760\"\n      },\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": false,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 34088,\n      \"followingCount\": 2786,\n      \"tweetCount\": 13098,\n      \"listedCount\": 256,\n      \"mediaCount\": 3053,\n      \"favoritesCount\": 29228,\n      \"createdAt\": \"2015-04-10T04:29:30.000Z\"\n    },\n    {\n      \"id\": \"1004362531\",\n      \"username\": \"sample_user_92170\",\n      \"name\": \"Sample User 92170\",\n      \"bio\": \"Sample profile bio for Sample User 92170.\",\n      \"location\": \"Sample City 461\",\n      \"website\": \"https://example.com/link-94089/profile-92170\",\n      \"pinnedTweetIds\": [\n        \"2001763814391669055\"\n      ],\n      \"avatar\": \"https://example.com/images/sample-avatar-92170.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-92170.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": true,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": {\n        \"type\": \"Creator\",\n        \"category\": [\n          {\n            \"id\": 1042,\n            \"name\": \"Content Creator\",\n            \"icon_name\": \"IconBriefcaseStroke\"\n          }\n        ],\n        \"restId\": \"9007745242166234251\"\n      },\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 1302339,\n      \"followingCount\": 162,\n      \"tweetCount\": 8405,\n      \"listedCount\": 2469,\n      \"mediaCount\": 5428,\n      \"favoritesCount\": 4524,\n      \"createdAt\": \"2014-12-19T03:19:51.000Z\"\n    },\n    {\n      \"id\": \"1002551196\",\n      \"username\": \"sample_user_43386\",\n      \"name\": \"Sample User 43386\",\n      \"bio\": \"Sample profile bio for Sample User 43386.\",\n      \"location\": \"Sample City 457\",\n      \"website\": \"https://example.com/link-94089/profile-43386\",\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-43386.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-43386.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": true,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": {\n        \"type\": \"Creator\",\n        \"category\": [],\n        \"restId\": \"9003376833339981228\"\n      },\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 44695,\n      \"followingCount\": 119,\n      \"tweetCount\": 20993,\n      \"listedCount\": 346,\n      \"mediaCount\": 6810,\n      \"favoritesCount\": 3363,\n      \"createdAt\": \"2014-10-28T19:12:08.000Z\"\n    },\n    {\n      \"id\": \"1002900576\",\n      \"username\": \"sample_user_19582\",\n      \"name\": \"Sample User 19582\",\n      \"bio\": \"Sample profile bio for Sample User 19582.\",\n      \"location\": \"Sample City 639\",\n      \"website\": \"https://example.com/link-94089/profile-19582\",\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-19582.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-19582.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": true,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": {\n        \"type\": \"Business\",\n        \"category\": [\n          {\n            \"id\": 580,\n            \"name\": \"Media & News Company\",\n            \"icon_name\": \"IconBriefcaseStroke\"\n          }\n        ],\n        \"restId\": \"9003805638829627220\"\n      },\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": false,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 4451,\n      \"followingCount\": 19,\n      \"tweetCount\": 2628,\n      \"listedCount\": 59,\n      \"mediaCount\": 1357,\n      \"favoritesCount\": 177,\n      \"createdAt\": \"2014-09-16T04:15:26.000Z\"\n    }\n  ],\n  \"pagination\": {\n    \"nextCursor\": \"4611686021239802754|1973626787078340586\",\n    \"prevCursor\": \"-1|1973626787078340609\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "Request validation failed or the upstream request was invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "list",
                    "members"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "listId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"Request validation failed\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The TweetAPI key or caller-supplied Twitter authentication token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "list",
                    "members"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "listId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 401,\n  \"message\": \"No API key provided\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The authenticated account is not permitted to perform the operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "list",
                    "members"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "listId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 403,\n  \"message\": \"Forbidden\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The requested resource or route was not found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "list",
                    "members"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "listId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 404,\n  \"message\": \"Not found\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The per-minute rate limit or plan request allowance was exceeded. The response does not currently include Retry-After or X-RateLimit headers.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "list",
                    "members"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "listId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 429,\n  \"message\": \"Rate limit quota exceeded\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "TweetAPI or an upstream dependency failed to process the request.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "list",
                    "members"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "listId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 500,\n  \"message\": \"Internal Server Error\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "name": "Followers",
          "request": {
            "name": "Followers",
            "description": {
              "content": "Get a paginated list of users following a specific list. Returns user objects with complete profile information.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "tw-v2",
                "list",
                "followers"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "listId",
                  "value": "1234567890",
                  "description": "(Required) Unique list ID"
                },
                {
                  "disabled": true,
                  "key": "cursor",
                  "value": "NEXT_CURSOR",
                  "description": "Pagination cursor for fetching next page of results. Obtained from previous response."
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "list",
                    "followers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "listId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"1005847322855090100\",\n      \"username\": \"sample_user_46821\",\n      \"name\": \"Sample User 46821\",\n      \"bio\": \"Sample profile bio for Sample User 46821.\",\n      \"location\": \"Sample City 875\",\n      \"website\": \"https://example.com/link-94089/profile-46821\",\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-46821.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": {\n        \"type\": \"Creator\",\n        \"category\": [\n          {\n            \"id\": 478,\n            \"name\": \"Advertising & Marketing Agency\",\n            \"icon_name\": \"IconBriefcaseStroke\"\n          }\n        ],\n        \"restId\": \"9004679994812961609\"\n      },\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": false,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 114,\n      \"followingCount\": 272,\n      \"tweetCount\": 383,\n      \"listedCount\": 0,\n      \"mediaCount\": 84,\n      \"favoritesCount\": 135,\n      \"createdAt\": \"2024-03-21T07:55:54.000Z\"\n    },\n    {\n      \"id\": \"10085411\",\n      \"username\": \"sample_user_73359\",\n      \"name\": \"Sample User 73359\",\n      \"bio\": \"\",\n      \"location\": \"Sample City 250\",\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-73359.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-73359.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": false,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 378,\n      \"followingCount\": 2939,\n      \"tweetCount\": 46,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 3455,\n      \"createdAt\": \"2009-03-31T14:42:27.000Z\"\n    },\n    {\n      \"id\": \"100166586607221168\",\n      \"username\": \"sample_user_86518\",\n      \"name\": \"Sample User 86518\",\n      \"bio\": \"\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [\n        \"2003548940864932993\"\n      ],\n      \"avatar\": \"https://example.com/images/sample-avatar-86518.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-86518.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": true,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 28,\n      \"followingCount\": 93,\n      \"tweetCount\": 40,\n      \"listedCount\": 0,\n      \"mediaCount\": 8,\n      \"favoritesCount\": 2290,\n      \"createdAt\": \"2017-09-14T12:03:14.000Z\"\n    },\n    {\n      \"id\": \"1001476910277136971\",\n      \"username\": \"sample_user_71130\",\n      \"name\": \"Sample User 71130\",\n      \"bio\": \"Sample profile bio for Sample User 71130.\",\n      \"location\": \"Sample City 626\",\n      \"website\": null,\n      \"pinnedTweetIds\": [\n        \"2002316677909137509\"\n      ],\n      \"avatar\": \"https://example.com/images/sample-avatar-71130.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-71130.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 263,\n      \"followingCount\": 3398,\n      \"tweetCount\": 3180,\n      \"listedCount\": 0,\n      \"mediaCount\": 1547,\n      \"favoritesCount\": 2023,\n      \"createdAt\": \"2024-12-13T16:36:27.000Z\"\n    },\n    {\n      \"id\": \"1009488546\",\n      \"username\": \"sample_user_56809\",\n      \"name\": \"Sample User 56809\",\n      \"bio\": \"\",\n      \"location\": \"Sample City 344\",\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-56809.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-56809.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": false,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 62,\n      \"followingCount\": 374,\n      \"tweetCount\": 261,\n      \"listedCount\": 0,\n      \"mediaCount\": 6,\n      \"favoritesCount\": 499,\n      \"createdAt\": \"2013-05-02T02:19:44.000Z\"\n    },\n    {\n      \"id\": \"1001431270044262184\",\n      \"username\": \"sample_user_49053\",\n      \"name\": \"Sample User 49053\",\n      \"bio\": \"Sample profile bio for Sample User 49053.\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-49053.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-49053.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 2,\n      \"followingCount\": 14,\n      \"tweetCount\": 4,\n      \"listedCount\": 0,\n      \"mediaCount\": 1,\n      \"favoritesCount\": 111,\n      \"createdAt\": \"2023-06-29T09:45:50.000Z\"\n    },\n    {\n      \"id\": \"1002177007207710907\",\n      \"username\": \"sample_user_65488\",\n      \"name\": \"Sample User 65488\",\n      \"bio\": \"\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-65488.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 3,\n      \"followingCount\": 41,\n      \"tweetCount\": 0,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 1,\n      \"createdAt\": \"2023-06-22T09:42:50.000Z\"\n    },\n    {\n      \"id\": \"1008299721448135558\",\n      \"username\": \"sample_user_12404\",\n      \"name\": \"Sample User 12404\",\n      \"bio\": \"Sample profile bio for Sample User 12404.\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-12404.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": true,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 0,\n      \"followingCount\": 315,\n      \"tweetCount\": 0,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 23,\n      \"createdAt\": \"2020-02-18T07:47:13.000Z\"\n    },\n    {\n      \"id\": \"10042251\",\n      \"username\": \"sample_user_35696\",\n      \"name\": \"Sample User 35696\",\n      \"bio\": \"\",\n      \"location\": \"Sample City 367\",\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-35696.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 131,\n      \"followingCount\": 1196,\n      \"tweetCount\": 9559,\n      \"listedCount\": 8,\n      \"mediaCount\": 379,\n      \"favoritesCount\": 24466,\n      \"createdAt\": \"2009-06-17T18:15:25.000Z\"\n    },\n    {\n      \"id\": \"100199341\",\n      \"username\": \"sample_user_21607\",\n      \"name\": \"Sample User 21607\",\n      \"bio\": \"Sample profile bio for Sample User 21607.\",\n      \"location\": \"Sample City 597\",\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-21607.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 74,\n      \"followingCount\": 790,\n      \"tweetCount\": 54,\n      \"listedCount\": 0,\n      \"mediaCount\": 4,\n      \"favoritesCount\": 138,\n      \"createdAt\": \"2011-05-23T17:35:30.000Z\"\n    },\n    {\n      \"id\": \"1002632407906071892\",\n      \"username\": \"sample_user_83760\",\n      \"name\": \"Sample User 83760\",\n      \"bio\": \"Sample profile bio for Sample User 83760.\",\n      \"location\": \"Sample City 984\",\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-83760.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-83760.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 0,\n      \"followingCount\": 19,\n      \"tweetCount\": 0,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 0,\n      \"createdAt\": \"2025-03-19T23:30:13.000Z\"\n    },\n    {\n      \"id\": \"1006700538687198430\",\n      \"username\": \"sample_user_29891\",\n      \"name\": \"Sample User 29891\",\n      \"bio\": \"Sample profile bio for Sample User 29891.\",\n      \"location\": \"Sample City 254\",\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-29891.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-29891.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 0,\n      \"followingCount\": 942,\n      \"tweetCount\": 17,\n      \"listedCount\": 0,\n      \"mediaCount\": 1,\n      \"favoritesCount\": 96,\n      \"createdAt\": \"2022-04-06T13:37:01.000Z\"\n    },\n    {\n      \"id\": \"100109090\",\n      \"username\": \"sample_user_77838\",\n      \"name\": \"Sample User 77838\",\n      \"bio\": \"Sample profile bio for Sample User 77838.\",\n      \"location\": \"Sample City 542\",\n      \"website\": \"https://example.com/link-94089/profile-77838\",\n      \"pinnedTweetIds\": [\n        \"2003963824275179675\"\n      ],\n      \"avatar\": \"https://example.com/images/sample-avatar-77838.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-77838.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": {\n        \"type\": \"Creator\",\n        \"category\": [\n          {\n            \"id\": 940,\n            \"name\": \"Musician\",\n            \"icon_name\": \"IconBriefcaseStroke\"\n          }\n        ],\n        \"restId\": \"9001626199835771365\"\n      },\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": false,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 2616,\n      \"followingCount\": 25,\n      \"tweetCount\": 478,\n      \"listedCount\": 10,\n      \"mediaCount\": 53,\n      \"favoritesCount\": 96,\n      \"createdAt\": \"2010-05-07T18:46:10.000Z\"\n    },\n    {\n      \"id\": \"100762707\",\n      \"username\": \"sample_user_65115\",\n      \"name\": \"Sample User 65115\",\n      \"bio\": \"\",\n      \"location\": \"Sample City 363\",\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-65115.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 57,\n      \"followingCount\": 534,\n      \"tweetCount\": 54,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 149,\n      \"createdAt\": \"2012-03-09T21:17:34.000Z\"\n    },\n    {\n      \"id\": \"1001739187\",\n      \"username\": \"sample_user_24922\",\n      \"name\": \"Sample User 24922\",\n      \"bio\": \"Sample profile bio for Sample User 24922.\",\n      \"location\": \"Sample City 571\",\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-24922.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-24922.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": true,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 139,\n      \"followingCount\": 412,\n      \"tweetCount\": 125,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 914,\n      \"createdAt\": \"2014-09-21T15:08:47.000Z\"\n    },\n    {\n      \"id\": \"1004075800693477309\",\n      \"username\": \"sample_user_32434\",\n      \"name\": \"Sample User 32434\",\n      \"bio\": \"Sample profile bio for Sample User 32434.\",\n      \"location\": null,\n      \"website\": \"https://example.com/link-94089/profile-32434\",\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-32434.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-32434.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": false,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 5,\n      \"followingCount\": 7,\n      \"tweetCount\": 8,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 2,\n      \"createdAt\": \"2025-09-17T22:32:32.000Z\"\n    },\n    {\n      \"id\": \"1001477371562798814\",\n      \"username\": \"sample_user_17372\",\n      \"name\": \"Sample User 17372\",\n      \"bio\": \"\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-17372.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 2,\n      \"followingCount\": 52,\n      \"tweetCount\": 4,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 160,\n      \"createdAt\": \"2020-04-07T15:46:55.000Z\"\n    },\n    {\n      \"id\": \"100147625367253458\",\n      \"username\": \"sample_user_53304\",\n      \"name\": \"Sample User 53304\",\n      \"bio\": \"Sample profile bio for Sample User 53304.\",\n      \"location\": \"Sample City 384\",\n      \"website\": \"https://example.com/link-94089/profile-53304\",\n      \"pinnedTweetIds\": [\n        \"2001627032652925231\"\n      ],\n      \"avatar\": \"https://example.com/images/sample-avatar-53304.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-53304.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": {\n        \"type\": \"Creator\",\n        \"category\": [],\n        \"restId\": \"9003768798407128655\"\n      },\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": false,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 729,\n      \"followingCount\": 767,\n      \"tweetCount\": 25194,\n      \"listedCount\": 3,\n      \"mediaCount\": 746,\n      \"favoritesCount\": 15311,\n      \"createdAt\": \"2018-04-24T14:32:23.000Z\"\n    },\n    {\n      \"id\": \"10088848\",\n      \"username\": \"sample_user_21251\",\n      \"name\": \"Sample User 21251\",\n      \"bio\": \"\",\n      \"location\": \"Sample City 787\",\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-21251.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": true,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": false,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 27,\n      \"followingCount\": 222,\n      \"tweetCount\": 36,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 109,\n      \"createdAt\": \"2007-05-25T15:31:04.000Z\"\n    },\n    {\n      \"id\": \"100126183\",\n      \"username\": \"sample_user_07119\",\n      \"name\": \"Sample User 07119\",\n      \"bio\": \"Sample profile bio for Sample User 07119.\",\n      \"location\": \"Sample City 178\",\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-07119.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-07119.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {},\n      \"defaultProfile\": false,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 871,\n      \"followingCount\": 2454,\n      \"tweetCount\": 1595,\n      \"listedCount\": 10,\n      \"mediaCount\": 102,\n      \"favoritesCount\": 5504,\n      \"createdAt\": \"2011-05-07T17:34:56.000Z\"\n    }\n  ],\n  \"pagination\": {\n    \"nextCursor\": \"1843347950502702997|1973626801934565354\",\n    \"prevCursor\": \"-1|1973626801934565377\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "Request validation failed or the upstream request was invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "list",
                    "followers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "listId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"Request validation failed\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The TweetAPI key or caller-supplied Twitter authentication token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "list",
                    "followers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "listId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 401,\n  \"message\": \"No API key provided\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The authenticated account is not permitted to perform the operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "list",
                    "followers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "listId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 403,\n  \"message\": \"Forbidden\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The requested resource or route was not found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "list",
                    "followers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "listId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 404,\n  \"message\": \"Not found\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The per-minute rate limit or plan request allowance was exceeded. The response does not currently include Retry-After or X-RateLimit headers.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "list",
                    "followers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "listId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 429,\n  \"message\": \"Rate limit quota exceeded\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "TweetAPI or an upstream dependency failed to process the request.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "list",
                    "followers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "listId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 500,\n  \"message\": \"Internal Server Error\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "name": "[ACCOUNT ACTION] Create",
          "request": {
            "name": "[ACCOUNT ACTION] Create",
            "description": {
              "content": "Create a list for the authenticated Twitter/X account.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "tw-v2",
                "list",
                "create"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"name\": \"Research list\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "list",
                    "create"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"name\": \"Research list\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"9004718786321977501\",\n    \"name\": \"Market Watch\",\n    \"description\": \"Accounts to monitor for market updates\",\n    \"mode\": \"private\",\n    \"memberCount\": 0,\n    \"subscriberCount\": 0,\n    \"createdAt\": \"2026-06-22T10:12:00.000Z\",\n    \"owner\": {\n      \"id\": \"10017528\",\n      \"username\": \"sample_user_96991\",\n      \"name\": \"Sample User 96991\",\n      \"avatar\": \"https://example.com/images/sample-avatar-96991.jpg\",\n      \"verified\": false,\n      \"isBlueVerified\": true,\n      \"isProtected\": false\n    },\n    \"bannerUrl\": null,\n    \"defaultBannerMedia\": null,\n    \"facepileUrls\": [],\n    \"slug\": \"\",\n    \"uri\": \"\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "Request validation failed or the upstream request was invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "list",
                    "create"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"name\": \"Research list\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"Request validation failed\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The TweetAPI key or caller-supplied Twitter authentication token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "list",
                    "create"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"name\": \"Research list\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 401,\n  \"message\": \"No API key provided\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The authenticated account is not permitted to perform the operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "list",
                    "create"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"name\": \"Research list\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 403,\n  \"message\": \"Forbidden\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The requested resource or route was not found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "list",
                    "create"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"name\": \"Research list\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 404,\n  \"message\": \"Not found\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The per-minute rate limit or plan request allowance was exceeded. The response does not currently include Retry-After or X-RateLimit headers.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "list",
                    "create"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"name\": \"Research list\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 429,\n  \"message\": \"Rate limit quota exceeded\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "TweetAPI or an upstream dependency failed to process the request.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "list",
                    "create"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"name\": \"Research list\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 500,\n  \"message\": \"Internal Server Error\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "name": "[ACCOUNT ACTION] Add Member",
          "request": {
            "name": "[ACCOUNT ACTION] Add Member",
            "description": {
              "content": "Add a user to one of the authenticated account's lists.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "tw-v2",
                "list",
                "add-member"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"listId\": \"1234567890\",\n  \"userId\": \"1234567890\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "list",
                    "add-member"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"listId\": \"1234567890\",\n  \"userId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"10017528\",\n    \"action\": \"add_to_list\",\n    \"timestamp\": \"2025-10-02T09:21:14.693Z\",\n    \"success\": true,\n    \"metadata\": {\n      \"user_id\": \"10017528\",\n      \"list_id\": \"3001357893980619073\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "Request validation failed or the upstream request was invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "list",
                    "add-member"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"listId\": \"1234567890\",\n  \"userId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"Request validation failed\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The TweetAPI key or caller-supplied Twitter authentication token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "list",
                    "add-member"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"listId\": \"1234567890\",\n  \"userId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 401,\n  \"message\": \"No API key provided\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The authenticated account is not permitted to perform the operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "list",
                    "add-member"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"listId\": \"1234567890\",\n  \"userId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 403,\n  \"message\": \"Forbidden\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The requested resource or route was not found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "list",
                    "add-member"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"listId\": \"1234567890\",\n  \"userId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 404,\n  \"message\": \"Not found\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The per-minute rate limit or plan request allowance was exceeded. The response does not currently include Retry-After or X-RateLimit headers.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "list",
                    "add-member"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"listId\": \"1234567890\",\n  \"userId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 429,\n  \"message\": \"Rate limit quota exceeded\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "TweetAPI or an upstream dependency failed to process the request.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "list",
                    "add-member"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"listId\": \"1234567890\",\n  \"userId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 500,\n  \"message\": \"Internal Server Error\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "name": "[ACCOUNT ACTION] Remove Member",
          "request": {
            "name": "[ACCOUNT ACTION] Remove Member",
            "description": {
              "content": "Remove a user from one of the authenticated account's lists.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "tw-v2",
                "list",
                "remove-member"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"listId\": \"1234567890\",\n  \"userId\": \"1234567890\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "list",
                    "remove-member"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"listId\": \"1234567890\",\n  \"userId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"10017528\",\n    \"action\": \"remove_from_list\",\n    \"timestamp\": \"2025-10-02T09:21:27.949Z\",\n    \"success\": true,\n    \"metadata\": {\n      \"user_id\": \"10017528\",\n      \"list_id\": \"3001357893980619073\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "Request validation failed or the upstream request was invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "list",
                    "remove-member"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"listId\": \"1234567890\",\n  \"userId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"Request validation failed\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The TweetAPI key or caller-supplied Twitter authentication token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "list",
                    "remove-member"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"listId\": \"1234567890\",\n  \"userId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 401,\n  \"message\": \"No API key provided\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The authenticated account is not permitted to perform the operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "list",
                    "remove-member"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"listId\": \"1234567890\",\n  \"userId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 403,\n  \"message\": \"Forbidden\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The requested resource or route was not found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "list",
                    "remove-member"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"listId\": \"1234567890\",\n  \"userId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 404,\n  \"message\": \"Not found\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The per-minute rate limit or plan request allowance was exceeded. The response does not currently include Retry-After or X-RateLimit headers.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "list",
                    "remove-member"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"listId\": \"1234567890\",\n  \"userId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 429,\n  \"message\": \"Rate limit quota exceeded\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "TweetAPI or an upstream dependency failed to process the request.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "list",
                    "remove-member"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"listId\": \"1234567890\",\n  \"userId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 500,\n  \"message\": \"Internal Server Error\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Profile (account action)",
      "description": {
        "content": "Authenticated profile settings and media operations.",
        "type": "text/plain"
      },
      "item": [
        {
          "name": "[ACCOUNT ACTION] Update",
          "request": {
            "name": "[ACCOUNT ACTION] Update",
            "description": {
              "content": "Update display profile fields for the authenticated Twitter/X account.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "tw-v2",
                "profile",
                "update"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"name\": \"Research list\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "profile",
                    "update"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"name\": \"Research list\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"10017528\",\n    \"username\": \"sample_user_96991\",\n    \"name\": \"Sample User\",\n    \"bio\": \"Building with TweetAPI\",\n    \"location\": \"Bangkok\",\n    \"website\": \"https://example.com\",\n    \"avatar\": \"https://example.com/images/sample-avatar-96991.jpg\",\n    \"banner\": \"https://example.com/images/sample-banner-96991.jpg\",\n    \"verified\": false,\n    \"isBlueVerified\": true,\n    \"isProtected\": false,\n    \"followerCount\": 226995885,\n    \"followingCount\": 1218,\n    \"tweetCount\": 86745,\n    \"createdAt\": \"2009-06-02T20:12:29.000Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "Request validation failed or the upstream request was invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "profile",
                    "update"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"name\": \"Research list\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"Request validation failed\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The TweetAPI key or caller-supplied Twitter authentication token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "profile",
                    "update"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"name\": \"Research list\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 401,\n  \"message\": \"No API key provided\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The authenticated account is not permitted to perform the operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "profile",
                    "update"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"name\": \"Research list\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 403,\n  \"message\": \"Forbidden\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The requested resource or route was not found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "profile",
                    "update"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"name\": \"Research list\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 404,\n  \"message\": \"Not found\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The per-minute rate limit or plan request allowance was exceeded. The response does not currently include Retry-After or X-RateLimit headers.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "profile",
                    "update"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"name\": \"Research list\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 429,\n  \"message\": \"Rate limit quota exceeded\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "TweetAPI or an upstream dependency failed to process the request.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "profile",
                    "update"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"name\": \"Research list\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 500,\n  \"message\": \"Internal Server Error\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "name": "[ACCOUNT ACTION] Avatar",
          "request": {
            "name": "[ACCOUNT ACTION] Avatar",
            "description": {
              "content": "Update the profile picture for the authenticated Twitter/X account using an image URL or base64 image payload.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "tw-v2",
                "profile",
                "avatar"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"media\": {\n    \"url\": \"https://example.com/sample.jpg\"\n  }\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "profile",
                    "avatar"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"media\": {\n    \"url\": \"https://example.com/sample.jpg\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"10017528\",\n    \"username\": \"sample_user_96991\",\n    \"name\": \"Sample User 96991\",\n    \"bio\": \"Sample profile bio for Sample User 96991.\",\n    \"location\": null,\n    \"website\": null,\n    \"avatar\": \"https://example.com/images/profile-avatar.jpg\",\n    \"banner\": \"https://example.com/images/sample-banner-96991.jpg\",\n    \"verified\": false,\n    \"isBlueVerified\": true,\n    \"isProtected\": false,\n    \"followerCount\": 226995885,\n    \"followingCount\": 1218,\n    \"tweetCount\": 86745,\n    \"createdAt\": \"2009-06-02T20:12:29.000Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "Request validation failed or the upstream request was invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "profile",
                    "avatar"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"media\": {\n    \"url\": \"https://example.com/sample.jpg\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"Request validation failed\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The TweetAPI key or caller-supplied Twitter authentication token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "profile",
                    "avatar"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"media\": {\n    \"url\": \"https://example.com/sample.jpg\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 401,\n  \"message\": \"No API key provided\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The authenticated account is not permitted to perform the operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "profile",
                    "avatar"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"media\": {\n    \"url\": \"https://example.com/sample.jpg\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 403,\n  \"message\": \"Forbidden\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The requested resource or route was not found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "profile",
                    "avatar"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"media\": {\n    \"url\": \"https://example.com/sample.jpg\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 404,\n  \"message\": \"Not found\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The per-minute rate limit or plan request allowance was exceeded. The response does not currently include Retry-After or X-RateLimit headers.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "profile",
                    "avatar"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"media\": {\n    \"url\": \"https://example.com/sample.jpg\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 429,\n  \"message\": \"Rate limit quota exceeded\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "TweetAPI or an upstream dependency failed to process the request.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "profile",
                    "avatar"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"media\": {\n    \"url\": \"https://example.com/sample.jpg\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 500,\n  \"message\": \"Internal Server Error\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "name": "[ACCOUNT ACTION] Banner",
          "request": {
            "name": "[ACCOUNT ACTION] Banner",
            "description": {
              "content": "Update the profile banner for the authenticated Twitter/X account using an image URL or base64 image payload.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "tw-v2",
                "profile",
                "banner"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"media\": {\n    \"url\": \"https://example.com/sample.jpg\"\n  }\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "profile",
                    "banner"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"media\": {\n    \"url\": \"https://example.com/sample.jpg\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"10017528\",\n    \"username\": \"sample_user_96991\",\n    \"name\": \"Sample User 96991\",\n    \"bio\": \"Sample profile bio for Sample User 96991.\",\n    \"location\": null,\n    \"website\": null,\n    \"avatar\": \"https://example.com/images/sample-avatar-96991.jpg\",\n    \"banner\": \"https://example.com/images/profile-banner.jpg\",\n    \"verified\": false,\n    \"isBlueVerified\": true,\n    \"isProtected\": false,\n    \"followerCount\": 226995885,\n    \"followingCount\": 1218,\n    \"tweetCount\": 86745,\n    \"createdAt\": \"2009-06-02T20:12:29.000Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "Request validation failed or the upstream request was invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "profile",
                    "banner"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"media\": {\n    \"url\": \"https://example.com/sample.jpg\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"Request validation failed\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The TweetAPI key or caller-supplied Twitter authentication token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "profile",
                    "banner"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"media\": {\n    \"url\": \"https://example.com/sample.jpg\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 401,\n  \"message\": \"No API key provided\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The authenticated account is not permitted to perform the operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "profile",
                    "banner"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"media\": {\n    \"url\": \"https://example.com/sample.jpg\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 403,\n  \"message\": \"Forbidden\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The requested resource or route was not found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "profile",
                    "banner"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"media\": {\n    \"url\": \"https://example.com/sample.jpg\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 404,\n  \"message\": \"Not found\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The per-minute rate limit or plan request allowance was exceeded. The response does not currently include Retry-After or X-RateLimit headers.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "profile",
                    "banner"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"media\": {\n    \"url\": \"https://example.com/sample.jpg\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 429,\n  \"message\": \"Rate limit quota exceeded\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "TweetAPI or an upstream dependency failed to process the request.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "profile",
                    "banner"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"media\": {\n    \"url\": \"https://example.com/sample.jpg\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 500,\n  \"message\": \"Internal Server Error\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "name": "[ACCOUNT ACTION] Remove Banner",
          "request": {
            "name": "[ACCOUNT ACTION] Remove Banner",
            "description": {
              "content": "Remove the profile banner from the authenticated X account.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "tw-v2",
                "profile",
                "remove-banner"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "profile",
                    "remove-banner"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"10017528\",\n    \"username\": \"sample_user_96991\",\n    \"name\": \"Sample User 96991\",\n    \"bio\": \"Sample profile bio for Sample User 96991.\",\n    \"location\": null,\n    \"website\": null,\n    \"avatar\": \"https://example.com/images/sample-avatar-96991.jpg\",\n    \"banner\": null,\n    \"verified\": false,\n    \"isBlueVerified\": true,\n    \"isProtected\": false,\n    \"followerCount\": 226995885,\n    \"followingCount\": 1218,\n    \"tweetCount\": 86745,\n    \"createdAt\": \"2009-06-02T20:12:29.000Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "Request validation failed or the upstream request was invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "profile",
                    "remove-banner"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"Request validation failed\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The TweetAPI key or caller-supplied Twitter authentication token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "profile",
                    "remove-banner"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 401,\n  \"message\": \"No API key provided\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The authenticated account is not permitted to perform the operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "profile",
                    "remove-banner"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 403,\n  \"message\": \"Forbidden\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The requested resource or route was not found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "profile",
                    "remove-banner"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 404,\n  \"message\": \"Not found\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The per-minute rate limit or plan request allowance was exceeded. The response does not currently include Retry-After or X-RateLimit headers.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "profile",
                    "remove-banner"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 429,\n  \"message\": \"Rate limit quota exceeded\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "TweetAPI or an upstream dependency failed to process the request.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "profile",
                    "remove-banner"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 500,\n  \"message\": \"Internal Server Error\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "name": "[ACCOUNT ACTION] Privacy",
          "request": {
            "name": "[ACCOUNT ACTION] Privacy",
            "description": {
              "content": "Change the authenticated X account between public and private.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "tw-v2",
                "profile",
                "privacy"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"isPrivate\": true\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "profile",
                    "privacy"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"isPrivate\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"isPrivate\": true\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "Request validation failed or the upstream request was invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "profile",
                    "privacy"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"isPrivate\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"Request validation failed\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The TweetAPI key or caller-supplied Twitter authentication token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "profile",
                    "privacy"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"isPrivate\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 401,\n  \"message\": \"No API key provided\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The authenticated account is not permitted to perform the operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "profile",
                    "privacy"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"isPrivate\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 403,\n  \"message\": \"Forbidden\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The requested resource or route was not found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "profile",
                    "privacy"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"isPrivate\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 404,\n  \"message\": \"Not found\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The per-minute rate limit or plan request allowance was exceeded. The response does not currently include Retry-After or X-RateLimit headers.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "profile",
                    "privacy"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"isPrivate\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 429,\n  \"message\": \"Rate limit quota exceeded\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "TweetAPI or an upstream dependency failed to process the request.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "profile",
                    "privacy"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"isPrivate\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 500,\n  \"message\": \"Internal Server Error\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Community",
      "description": {
        "content": "Community discovery, membership, and community-post operations.",
        "type": "text/plain"
      },
      "item": [
        {
          "name": "Details",
          "request": {
            "name": "Details",
            "description": {
              "content": "Get detailed information about a specific community including metadata, member count, and settings.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "tw-v2",
                "community",
                "details"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "communityId",
                  "value": "1234567890",
                  "description": "(Required) Unique community ID"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "community",
                    "details"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "communityId",
                      "value": "1234567890",
                      "disabled": false
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"9001746993033726229\",\n    \"name\": \"Sample User 80101\",\n    \"description\": \"Sample profile bio for Sample User 64708.\",\n    \"memberCount\": 29961,\n    \"moderatorCount\": 0,\n    \"adminCount\": 1,\n    \"createdAt\": \"2023-06-22T20:26:51.277Z\",\n    \"rules\": [\n      {\n        \"id\": \"Q29tbXVuaXR5UnVsZToxNjcxOTc4Mjk4MzE2ODI0NTg5\",\n        \"name\": \"be nice and respectful\",\n        \"description\": \"\",\n        \"order\": 0,\n        \"createdAt\": \"\"\n      },\n      {\n        \"id\": \"Q29tbXVuaXR5UnVsZToxNjcxOTc4NDAyNzcxODY5Njk2\",\n        \"name\": \"stay on topic\",\n        \"description\": \"Sample description for documentation 20706.\",\n        \"order\": 1,\n        \"createdAt\": \"\"\n      },\n      {\n        \"id\": \"Q29tbXVuaXR5UnVsZToxNjcxOTc4NDc0MjU5NDg4Nzgz\",\n        \"name\": \"no spamming\",\n        \"description\": \"\",\n        \"order\": 2,\n        \"createdAt\": \"\"\n      },\n      {\n        \"id\": \"Q29tbXVuaXR5UnVsZToxOTMwNjk1OTY1NzU0OTkxMDcx\",\n        \"name\": \"no links\",\n        \"description\": \"\",\n        \"order\": 3,\n        \"createdAt\": \"\"\n      },\n      {\n        \"id\": \"Q29tbXVuaXR5UnVsZToxNjcxOTc4NTY1NDg1NjAwNzkw\",\n        \"name\": \"lmao\",\n        \"description\": \"\",\n        \"order\": 4,\n        \"createdAt\": \"\"\n      }\n    ],\n    \"isPrivate\": false,\n    \"isMember\": false,\n    \"isModerator\": false,\n    \"isAdmin\": false,\n    \"isBanned\": false,\n    \"canPost\": true,\n    \"bannerUrl\": \"https://example.com/images/sample-banner-64708.jpg\",\n    \"avatarUrl\": null,\n    \"joinRequestsEnabled\": false,\n    \"pinnedTweetId\": null\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "Request validation failed or the upstream request was invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "community",
                    "details"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "communityId",
                      "value": "1234567890",
                      "disabled": false
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"Request validation failed\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The TweetAPI key or caller-supplied Twitter authentication token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "community",
                    "details"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "communityId",
                      "value": "1234567890",
                      "disabled": false
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 401,\n  \"message\": \"No API key provided\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The authenticated account is not permitted to perform the operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "community",
                    "details"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "communityId",
                      "value": "1234567890",
                      "disabled": false
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 403,\n  \"message\": \"Forbidden\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The requested resource or route was not found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "community",
                    "details"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "communityId",
                      "value": "1234567890",
                      "disabled": false
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 404,\n  \"message\": \"Not found\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The per-minute rate limit or plan request allowance was exceeded. The response does not currently include Retry-After or X-RateLimit headers.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "community",
                    "details"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "communityId",
                      "value": "1234567890",
                      "disabled": false
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 429,\n  \"message\": \"Rate limit quota exceeded\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "TweetAPI or an upstream dependency failed to process the request.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "community",
                    "details"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "communityId",
                      "value": "1234567890",
                      "disabled": false
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 500,\n  \"message\": \"Internal Server Error\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "name": "Tweets",
          "request": {
            "name": "Tweets",
            "description": {
              "content": "Retrieve tweets from a specific community. Returns a paginated timeline of community tweets with configurable sorting.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "tw-v2",
                "community",
                "tweets"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "communityId",
                  "value": "1234567890",
                  "description": "(Required) Unique community ID"
                },
                {
                  "disabled": true,
                  "key": "cursor",
                  "value": "NEXT_CURSOR",
                  "description": "Pagination cursor for fetching next page of results. Obtained from previous response."
                },
                {
                  "disabled": true,
                  "key": "sortBy",
                  "value": "Relevance",
                  "description": "Optional sort order for results (Relevance, Recency). Defaults to Relevance."
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "community",
                    "tweets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "communityId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    },
                    {
                      "key": "sortBy",
                      "value": "Relevance",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"5006667037470870963\",\n      \"conversationId\": \"5006667037470870963\",\n      \"text\": \"Sample post text 36780 for documentation.\",\n      \"displayTextRange\": [\n        0,\n        23\n      ],\n      \"author\": {\n        \"id\": \"1001803218216296533\",\n        \"username\": \"sample_user_57219\",\n        \"name\": \"Sample User 57219\",\n        \"bio\": \"Sample profile bio for Sample User 57219.\",\n        \"location\": \"Sample City 343\",\n        \"website\": null,\n        \"pinnedTweetIds\": [\n          \"2001722005987525364\"\n        ],\n        \"avatar\": \"https://example.com/link-94089/profile-29900/images/sample-avatar-55473.jpg\",\n        \"banner\": \"https://example.com/link-94089/profile-29900/images/sample-banner-55473.jpg\",\n        \"profileImageShape\": \"Circle\",\n        \"verified\": false,\n        \"isBlueVerified\": true,\n        \"verifiedType\": null,\n        \"verifiedSince\": null,\n        \"isIdentityVerified\": false,\n        \"isProtected\": false,\n        \"possiblySensitive\": false,\n        \"profileInterstitialType\": null,\n        \"withheldInCountries\": [],\n        \"professional\": {\n          \"type\": \"Creator\",\n          \"category\": [],\n          \"restId\": \"7005089460967755889\"\n        },\n        \"businessAccount\": null,\n        \"creatorSubscriptionsCount\": 0,\n        \"hasHiddenSubscriptions\": false,\n        \"highlightsInfo\": null,\n        \"hasGraduatedAccess\": true,\n        \"isProfileTranslatable\": false,\n        \"hasCustomTimelines\": false,\n        \"isTranslator\": false,\n        \"affiliatesHighlightedLabel\": {},\n        \"defaultProfile\": true,\n        \"defaultProfileImage\": false,\n        \"followerCount\": 6365,\n        \"followingCount\": 1393,\n        \"tweetCount\": 791,\n        \"listedCount\": 17,\n        \"mediaCount\": 471,\n        \"favoritesCount\": 1492,\n        \"createdAt\": \"2021-02-21T06:26:16.000Z\"\n      },\n      \"source\": null,\n      \"type\": \"tweet\",\n      \"replyTo\": null,\n      \"quotedTweet\": null,\n      \"retweetedTweet\": null,\n      \"reactionContext\": {\n        \"isReaction\": true,\n        \"targetTweetId\": \"2000000000000000001\",\n        \"targetTweetUrl\": \"https://x.com/sample_user_00001/status/2000000000000000001\",\n        \"targetAuthor\": {\n          \"id\": \"1000000000000000001\",\n          \"username\": \"sample_user_00001\",\n          \"name\": \"Sample User 00001\",\n          \"avatar\": \"https://example.com/images/sample-avatar-00001.jpg\",\n          \"isBlueVerified\": true\n        }\n      },\n      \"likeCount\": 264,\n      \"retweetCount\": 31,\n      \"replyCount\": 10,\n      \"quoteCount\": 12,\n      \"bookmarkCount\": 42,\n      \"viewCount\": 96574,\n      \"media\": [\n        {\n          \"id\": \"2101746875490153094\",\n          \"key\": \"13_2101746875490153094\",\n          \"type\": \"video\",\n          \"url\": \"https://example.com/link-94089/profile-29900/media/sample-media-20997.jpg\",\n          \"displayUrl\": \"pic.x.com/QIdAtAgDh8\",\n          \"expandedUrl\": \"https://x.com/sample_user_24419/status/2006047531480951464/video/1\",\n          \"thumbnailUrl\": \"https://example.com/link-94089/profile-29900/media/sample-media-77164.jpg\",\n          \"width\": 718,\n          \"height\": 1008,\n          \"aspectRatio\": [\n            359,\n            504\n          ],\n          \"sizes\": {\n            \"thumb\": {\n              \"width\": 150,\n              \"height\": 150,\n              \"resize\": \"crop\"\n            },\n            \"small\": {\n              \"width\": 484,\n              \"height\": 680,\n              \"resize\": \"fit\"\n            },\n            \"medium\": {\n              \"width\": 718,\n              \"height\": 1008,\n              \"resize\": \"fit\"\n            },\n            \"large\": {\n              \"width\": 718,\n              \"height\": 1008,\n              \"resize\": \"fit\"\n            },\n            \"original\": {\n              \"width\": 718,\n              \"height\": 1008,\n              \"resize\": \"fit\"\n            }\n          },\n          \"duration\": 6,\n          \"bitrate\": null,\n          \"videoInfo\": {\n            \"variants\": [\n              {\n                \"bitrate\": 0,\n                \"contentType\": \"application/x-mpegURL\",\n                \"url\": \"https://example.com/link-94089/profile-29900/media/sample-media-83584.jpg\"\n              },\n              {\n                \"bitrate\": 632000,\n                \"contentType\": \"video/mp4\",\n                \"url\": \"https://example.com/link-94089/profile-29900/media/sample-media-03082.jpg\"\n              },\n              {\n                \"bitrate\": 950000,\n                \"contentType\": \"video/mp4\",\n                \"url\": \"https://example.com/link-94089/profile-29900/media/sample-media-21962.jpg\"\n              },\n              {\n                \"bitrate\": 2176000,\n                \"contentType\": \"video/mp4\",\n                \"url\": \"https://example.com/link-94089/profile-29900/media/sample-media-20997.jpg\"\n              }\n            ],\n            \"durationMillis\": 6266\n          },\n          \"altText\": null,\n          \"sensitiveMedia\": false,\n          \"features\": {\n            \"all\": [],\n            \"large\": [],\n            \"medium\": [],\n            \"small\": [],\n            \"orig\": [\n              {\n                \"faces\": []\n              }\n            ]\n          },\n          \"mediaAvailability\": {\n            \"status\": \"Available\",\n            \"reason\": null\n          },\n          \"allowDownload\": true,\n          \"mediaStats\": null,\n          \"processingInfo\": null,\n          \"sourceStatusId\": \"2004323655856908632\",\n          \"sourceUserId\": \"2107850470394562381\",\n          \"stickers\": null\n        }\n      ],\n      \"poll\": null,\n      \"card\": null,\n      \"hashtags\": [],\n      \"mentions\": [],\n      \"urls\": [],\n      \"symbols\": [],\n      \"possiblySensitive\": false,\n      \"limitedActions\": null,\n      \"isEdited\": false,\n      \"editControl\": null,\n      \"isTranslatable\": false,\n      \"lang\": \"zxx\",\n      \"translatedText\": null,\n      \"hasBirdwatchNotes\": false,\n      \"birdwatchPivot\": null,\n      \"conversationControl\": null,\n      \"isPromoted\": false,\n      \"promotedMetadata\": null,\n      \"createdAt\": \"2025-09-30T17:38:50.000Z\",\n      \"place\": null,\n      \"communityId\": null,\n      \"communityResults\": null\n    },\n    {\n      \"id\": \"5009832845589304885\",\n      \"conversationId\": \"5009832845589304885\",\n      \"text\": \"Sample post text 74039 for documentation.\",\n      \"displayTextRange\": [\n        0,\n        96\n      ],\n      \"author\": {\n        \"id\": \"1003588989524708874\",\n        \"username\": \"sample_user_79306\",\n        \"name\": \"Sample User 79306\",\n        \"bio\": \"Sample profile bio for Sample User 79306.\",\n        \"location\": null,\n        \"website\": null,\n        \"pinnedTweetIds\": [\n          \"2001534739851947993\"\n        ],\n        \"avatar\": \"https://example.com/link-94089/profile-29900/images/sample-avatar-14221.jpg\",\n        \"banner\": \"https://example.com/link-94089/profile-29900/images/sample-banner-14221.jpg\",\n        \"profileImageShape\": \"Circle\",\n        \"verified\": false,\n        \"isBlueVerified\": true,\n        \"verifiedType\": null,\n        \"verifiedSince\": null,\n        \"isIdentityVerified\": false,\n        \"isProtected\": false,\n        \"possiblySensitive\": false,\n        \"profileInterstitialType\": null,\n        \"withheldInCountries\": [],\n        \"professional\": null,\n        \"businessAccount\": null,\n        \"creatorSubscriptionsCount\": 0,\n        \"hasHiddenSubscriptions\": false,\n        \"highlightsInfo\": null,\n        \"hasGraduatedAccess\": true,\n        \"isProfileTranslatable\": false,\n        \"hasCustomTimelines\": false,\n        \"isTranslator\": false,\n        \"affiliatesHighlightedLabel\": {},\n        \"defaultProfile\": true,\n        \"defaultProfileImage\": false,\n        \"followerCount\": 4021,\n        \"followingCount\": 4282,\n        \"tweetCount\": 26814,\n        \"listedCount\": 11,\n        \"mediaCount\": 1229,\n        \"favoritesCount\": 26174,\n        \"createdAt\": \"2024-10-02T15:59:52.000Z\"\n      },\n      \"source\": null,\n      \"type\": \"tweet\",\n      \"replyTo\": null,\n      \"quotedTweet\": null,\n      \"retweetedTweet\": null,\n      \"reactionContext\": {\n        \"isReaction\": true,\n        \"targetTweetId\": \"2000000000000000001\",\n        \"targetTweetUrl\": \"https://x.com/sample_user_00001/status/2000000000000000001\",\n        \"targetAuthor\": {\n          \"id\": \"1000000000000000001\",\n          \"username\": \"sample_user_00001\",\n          \"name\": \"Sample User 00001\",\n          \"avatar\": \"https://example.com/images/sample-avatar-00001.jpg\",\n          \"isBlueVerified\": true\n        }\n      },\n      \"likeCount\": 8,\n      \"retweetCount\": 0,\n      \"replyCount\": 8,\n      \"quoteCount\": 0,\n      \"bookmarkCount\": 0,\n      \"viewCount\": 57,\n      \"media\": [\n        {\n          \"id\": \"2101088986934120067\",\n          \"key\": \"3_2101088986934120067\",\n          \"type\": \"photo\",\n          \"url\": \"https://example.com/link-94089/profile-29900/media/sample-media-95515.jpg\",\n          \"displayUrl\": \"pic.x.com/z03r2zwKpw\",\n          \"expandedUrl\": \"https://x.com/sample_user_78186/status/2004781308872389299/photo/1\",\n          \"thumbnailUrl\": \"https://example.com/link-94089/profile-29900/media/sample-media-95515.jpg\",\n          \"width\": 915,\n          \"height\": 637,\n          \"aspectRatio\": [\n            915,\n            637\n          ],\n          \"sizes\": {\n            \"thumb\": {\n              \"width\": 150,\n              \"height\": 150,\n              \"resize\": \"crop\"\n            },\n            \"small\": {\n              \"width\": 680,\n              \"height\": 473,\n              \"resize\": \"fit\"\n            },\n            \"medium\": {\n              \"width\": 915,\n              \"height\": 637,\n              \"resize\": \"fit\"\n            },\n            \"large\": {\n              \"width\": 915,\n              \"height\": 637,\n              \"resize\": \"fit\"\n            },\n            \"original\": {\n              \"width\": 915,\n              \"height\": 637,\n              \"resize\": \"fit\"\n            }\n          },\n          \"duration\": null,\n          \"bitrate\": null,\n          \"videoInfo\": null,\n          \"altText\": null,\n          \"sensitiveMedia\": false,\n          \"features\": {\n            \"all\": [],\n            \"large\": [],\n            \"medium\": [],\n            \"small\": [],\n            \"orig\": [\n              {\n                \"faces\": [\n                  {\n                    \"x\": 0,\n                    \"y\": 0,\n                    \"width\": 915,\n                    \"height\": 512\n                  },\n                  {\n                    \"x\": 116,\n                    \"y\": 0,\n                    \"width\": 637,\n                    \"height\": 637\n                  },\n                  {\n                    \"x\": 155,\n                    \"y\": 0,\n                    \"width\": 559,\n                    \"height\": 637\n                  },\n                  {\n                    \"x\": 275,\n                    \"y\": 0,\n                    \"width\": 319,\n                    \"height\": 637\n                  },\n                  {\n                    \"x\": 0,\n                    \"y\": 0,\n                    \"width\": 915,\n                    \"height\": 637\n                  }\n                ]\n              }\n            ]\n          },\n          \"mediaAvailability\": {\n            \"status\": \"Available\",\n            \"reason\": null\n          },\n          \"allowDownload\": true,\n          \"mediaStats\": null,\n          \"processingInfo\": null,\n          \"sourceStatusId\": null,\n          \"sourceUserId\": null,\n          \"stickers\": null\n        }\n      ],\n      \"poll\": null,\n      \"card\": null,\n      \"hashtags\": [],\n      \"mentions\": [\n        \"sample_user_79992\",\n        \"sample_user_88713\"\n      ],\n      \"urls\": [],\n      \"symbols\": [],\n      \"possiblySensitive\": false,\n      \"limitedActions\": null,\n      \"isEdited\": false,\n      \"editControl\": null,\n      \"isTranslatable\": false,\n      \"lang\": \"en\",\n      \"translatedText\": null,\n      \"hasBirdwatchNotes\": false,\n      \"birdwatchPivot\": null,\n      \"conversationControl\": null,\n      \"isPromoted\": false,\n      \"promotedMetadata\": null,\n      \"createdAt\": \"2025-10-02T03:15:17.000Z\",\n      \"place\": null,\n      \"communityId\": null,\n      \"communityResults\": null\n    }\n  ],\n  \"pagination\": {\n    \"nextCursor\": \"DAABCgABG2O7RcJ__-kKAAIbYrso_1sA1ggAAwAAAAIAAA\",\n    \"prevCursor\": \"DAABCgABG2O7RcKAJxEKAAIbY5du5xohyggAAwAAAAEAAA\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "Request validation failed or the upstream request was invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "community",
                    "tweets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "communityId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    },
                    {
                      "key": "sortBy",
                      "value": "Relevance",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"Request validation failed\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The TweetAPI key or caller-supplied Twitter authentication token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "community",
                    "tweets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "communityId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    },
                    {
                      "key": "sortBy",
                      "value": "Relevance",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 401,\n  \"message\": \"No API key provided\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The authenticated account is not permitted to perform the operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "community",
                    "tweets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "communityId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    },
                    {
                      "key": "sortBy",
                      "value": "Relevance",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 403,\n  \"message\": \"Forbidden\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The requested resource or route was not found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "community",
                    "tweets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "communityId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    },
                    {
                      "key": "sortBy",
                      "value": "Relevance",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 404,\n  \"message\": \"Not found\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The per-minute rate limit or plan request allowance was exceeded. The response does not currently include Retry-After or X-RateLimit headers.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "community",
                    "tweets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "communityId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    },
                    {
                      "key": "sortBy",
                      "value": "Relevance",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 429,\n  \"message\": \"Rate limit quota exceeded\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "TweetAPI or an upstream dependency failed to process the request.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "community",
                    "tweets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "communityId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    },
                    {
                      "key": "sortBy",
                      "value": "Relevance",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 500,\n  \"message\": \"Internal Server Error\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "name": "Members",
          "request": {
            "name": "Members",
            "description": {
              "content": "Get a paginated list of members in a community.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "tw-v2",
                "community",
                "members"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "communityId",
                  "value": "1234567890",
                  "description": "(Required) Unique community ID"
                },
                {
                  "disabled": true,
                  "key": "cursor",
                  "value": "NEXT_CURSOR",
                  "description": "Pagination cursor for fetching next page of results. Obtained from previous response."
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "community",
                    "members"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "communityId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"user\": {\n        \"id\": \"1001300684922181103\",\n        \"username\": \"sample_user_74663\",\n        \"name\": \"Sample User 74663\",\n        \"bio\": \"\",\n        \"location\": null,\n        \"website\": null,\n        \"pinnedTweetIds\": [],\n        \"avatar\": \"https://example.com/images/sample-avatar-74663.jpg\",\n        \"banner\": null,\n        \"profileImageShape\": null,\n        \"verified\": false,\n        \"isBlueVerified\": true,\n        \"verifiedType\": null,\n        \"verifiedSince\": null,\n        \"isIdentityVerified\": false,\n        \"isProtected\": false,\n        \"possiblySensitive\": false,\n        \"profileInterstitialType\": null,\n        \"withheldInCountries\": [],\n        \"professional\": null,\n        \"businessAccount\": null,\n        \"creatorSubscriptionsCount\": 0,\n        \"hasHiddenSubscriptions\": false,\n        \"highlightsInfo\": null,\n        \"hasGraduatedAccess\": false,\n        \"isProfileTranslatable\": false,\n        \"hasCustomTimelines\": false,\n        \"isTranslator\": false,\n        \"affiliatesHighlightedLabel\": {},\n        \"defaultProfile\": false,\n        \"defaultProfileImage\": false,\n        \"followerCount\": 0,\n        \"followingCount\": 0,\n        \"tweetCount\": 0,\n        \"listedCount\": 0,\n        \"mediaCount\": 0,\n        \"favoritesCount\": 0,\n        \"createdAt\": null\n      },\n      \"role\": \"admin\"\n    },\n    {\n      \"user\": {\n        \"id\": \"1001614043969352200\",\n        \"username\": \"sample_user_11537\",\n        \"name\": \"Sample User 11537\",\n        \"bio\": \"\",\n        \"location\": null,\n        \"website\": null,\n        \"pinnedTweetIds\": [],\n        \"avatar\": \"https://example.com/images/sample-avatar-11537.jpg\",\n        \"banner\": null,\n        \"profileImageShape\": null,\n        \"verified\": false,\n        \"isBlueVerified\": false,\n        \"verifiedType\": null,\n        \"verifiedSince\": null,\n        \"isIdentityVerified\": false,\n        \"isProtected\": false,\n        \"possiblySensitive\": false,\n        \"profileInterstitialType\": null,\n        \"withheldInCountries\": [],\n        \"professional\": null,\n        \"businessAccount\": null,\n        \"creatorSubscriptionsCount\": 0,\n        \"hasHiddenSubscriptions\": false,\n        \"highlightsInfo\": null,\n        \"hasGraduatedAccess\": false,\n        \"isProfileTranslatable\": false,\n        \"hasCustomTimelines\": false,\n        \"isTranslator\": false,\n        \"affiliatesHighlightedLabel\": {},\n        \"defaultProfile\": false,\n        \"defaultProfileImage\": false,\n        \"followerCount\": 0,\n        \"followingCount\": 0,\n        \"tweetCount\": 0,\n        \"listedCount\": 0,\n        \"mediaCount\": 0,\n        \"favoritesCount\": 0,\n        \"createdAt\": null\n      },\n      \"role\": \"member\"\n    },\n    {\n      \"user\": {\n        \"id\": \"1006881864\",\n        \"username\": \"sample_user_91652\",\n        \"name\": \"Sample User 91652\",\n        \"bio\": \"\",\n        \"location\": null,\n        \"website\": null,\n        \"pinnedTweetIds\": [],\n        \"avatar\": \"https://example.com/images/sample-avatar-91652.jpg\",\n        \"banner\": null,\n        \"profileImageShape\": null,\n        \"verified\": false,\n        \"isBlueVerified\": false,\n        \"verifiedType\": null,\n        \"verifiedSince\": null,\n        \"isIdentityVerified\": false,\n        \"isProtected\": false,\n        \"possiblySensitive\": false,\n        \"profileInterstitialType\": null,\n        \"withheldInCountries\": [],\n        \"professional\": null,\n        \"businessAccount\": null,\n        \"creatorSubscriptionsCount\": 0,\n        \"hasHiddenSubscriptions\": false,\n        \"highlightsInfo\": null,\n        \"hasGraduatedAccess\": false,\n        \"isProfileTranslatable\": false,\n        \"hasCustomTimelines\": false,\n        \"isTranslator\": false,\n        \"affiliatesHighlightedLabel\": {},\n        \"defaultProfile\": false,\n        \"defaultProfileImage\": false,\n        \"followerCount\": 0,\n        \"followingCount\": 0,\n        \"tweetCount\": 0,\n        \"listedCount\": 0,\n        \"mediaCount\": 0,\n        \"favoritesCount\": 0,\n        \"createdAt\": null\n      },\n      \"role\": \"member\"\n    },\n    {\n      \"user\": {\n        \"id\": \"1001614324543022820\",\n        \"username\": \"sample_user_56999\",\n        \"name\": \"Sample User 56999\",\n        \"bio\": \"\",\n        \"location\": null,\n        \"website\": null,\n        \"pinnedTweetIds\": [],\n        \"avatar\": \"https://example.com/images/sample-avatar-56999.jpg\",\n        \"banner\": null,\n        \"profileImageShape\": null,\n        \"verified\": false,\n        \"isBlueVerified\": false,\n        \"verifiedType\": null,\n        \"verifiedSince\": null,\n        \"isIdentityVerified\": false,\n        \"isProtected\": false,\n        \"possiblySensitive\": false,\n        \"profileInterstitialType\": null,\n        \"withheldInCountries\": [],\n        \"professional\": null,\n        \"businessAccount\": null,\n        \"creatorSubscriptionsCount\": 0,\n        \"hasHiddenSubscriptions\": false,\n        \"highlightsInfo\": null,\n        \"hasGraduatedAccess\": false,\n        \"isProfileTranslatable\": false,\n        \"hasCustomTimelines\": false,\n        \"isTranslator\": false,\n        \"affiliatesHighlightedLabel\": {},\n        \"defaultProfile\": false,\n        \"defaultProfileImage\": false,\n        \"followerCount\": 0,\n        \"followingCount\": 0,\n        \"tweetCount\": 0,\n        \"listedCount\": 0,\n        \"mediaCount\": 0,\n        \"favoritesCount\": 0,\n        \"createdAt\": null\n      },\n      \"role\": \"member\"\n    },\n    {\n      \"user\": {\n        \"id\": \"1001918311246846424\",\n        \"username\": \"sample_user_82330\",\n        \"name\": \"Sample User 82330\",\n        \"bio\": \"\",\n        \"location\": null,\n        \"website\": null,\n        \"pinnedTweetIds\": [],\n        \"avatar\": \"https://example.com/images/sample-avatar-82330.jpg\",\n        \"banner\": null,\n        \"profileImageShape\": null,\n        \"verified\": false,\n        \"isBlueVerified\": false,\n        \"verifiedType\": null,\n        \"verifiedSince\": null,\n        \"isIdentityVerified\": false,\n        \"isProtected\": false,\n        \"possiblySensitive\": false,\n        \"profileInterstitialType\": null,\n        \"withheldInCountries\": [],\n        \"professional\": null,\n        \"businessAccount\": null,\n        \"creatorSubscriptionsCount\": 0,\n        \"hasHiddenSubscriptions\": false,\n        \"highlightsInfo\": null,\n        \"hasGraduatedAccess\": false,\n        \"isProfileTranslatable\": false,\n        \"hasCustomTimelines\": false,\n        \"isTranslator\": false,\n        \"affiliatesHighlightedLabel\": {},\n        \"defaultProfile\": false,\n        \"defaultProfileImage\": false,\n        \"followerCount\": 0,\n        \"followingCount\": 0,\n        \"tweetCount\": 0,\n        \"listedCount\": 0,\n        \"mediaCount\": 0,\n        \"favoritesCount\": 0,\n        \"createdAt\": null\n      },\n      \"role\": \"member\"\n    },\n    {\n      \"user\": {\n        \"id\": \"100166193\",\n        \"username\": \"sample_user_59191\",\n        \"name\": \"Sample User 59191\",\n        \"bio\": \"\",\n        \"location\": null,\n        \"website\": null,\n        \"pinnedTweetIds\": [],\n        \"avatar\": \"https://example.com/images/sample-avatar-59191.jpg\",\n        \"banner\": null,\n        \"profileImageShape\": null,\n        \"verified\": false,\n        \"isBlueVerified\": false,\n        \"verifiedType\": null,\n        \"verifiedSince\": null,\n        \"isIdentityVerified\": false,\n        \"isProtected\": false,\n        \"possiblySensitive\": false,\n        \"profileInterstitialType\": null,\n        \"withheldInCountries\": [],\n        \"professional\": null,\n        \"businessAccount\": null,\n        \"creatorSubscriptionsCount\": 0,\n        \"hasHiddenSubscriptions\": false,\n        \"highlightsInfo\": null,\n        \"hasGraduatedAccess\": false,\n        \"isProfileTranslatable\": false,\n        \"hasCustomTimelines\": false,\n        \"isTranslator\": false,\n        \"affiliatesHighlightedLabel\": {},\n        \"defaultProfile\": false,\n        \"defaultProfileImage\": false,\n        \"followerCount\": 0,\n        \"followingCount\": 0,\n        \"tweetCount\": 0,\n        \"listedCount\": 0,\n        \"mediaCount\": 0,\n        \"favoritesCount\": 0,\n        \"createdAt\": null\n      },\n      \"role\": \"member\"\n    },\n    {\n      \"user\": {\n        \"id\": \"1009532614\",\n        \"username\": \"sample_user_93558\",\n        \"name\": \"Sample User 93558\",\n        \"bio\": \"\",\n        \"location\": null,\n        \"website\": null,\n        \"pinnedTweetIds\": [],\n        \"avatar\": \"https://example.com/images/sample-avatar-93558.jpg\",\n        \"banner\": null,\n        \"profileImageShape\": null,\n        \"verified\": false,\n        \"isBlueVerified\": false,\n        \"verifiedType\": null,\n        \"verifiedSince\": null,\n        \"isIdentityVerified\": false,\n        \"isProtected\": false,\n        \"possiblySensitive\": false,\n        \"profileInterstitialType\": null,\n        \"withheldInCountries\": [],\n        \"professional\": null,\n        \"businessAccount\": null,\n        \"creatorSubscriptionsCount\": 0,\n        \"hasHiddenSubscriptions\": false,\n        \"highlightsInfo\": null,\n        \"hasGraduatedAccess\": false,\n        \"isProfileTranslatable\": false,\n        \"hasCustomTimelines\": false,\n        \"isTranslator\": false,\n        \"affiliatesHighlightedLabel\": {},\n        \"defaultProfile\": false,\n        \"defaultProfileImage\": false,\n        \"followerCount\": 0,\n        \"followingCount\": 0,\n        \"tweetCount\": 0,\n        \"listedCount\": 0,\n        \"mediaCount\": 0,\n        \"favoritesCount\": 0,\n        \"createdAt\": null\n      },\n      \"role\": \"member\"\n    },\n    {\n      \"user\": {\n        \"id\": \"100138632\",\n        \"username\": \"sample_user_42838\",\n        \"name\": \"Sample User 42838\",\n        \"bio\": \"\",\n        \"location\": null,\n        \"website\": null,\n        \"pinnedTweetIds\": [],\n        \"avatar\": \"https://example.com/images/sample-avatar-42838.jpg\",\n        \"banner\": null,\n        \"profileImageShape\": null,\n        \"verified\": false,\n        \"isBlueVerified\": false,\n        \"verifiedType\": null,\n        \"verifiedSince\": null,\n        \"isIdentityVerified\": false,\n        \"isProtected\": false,\n        \"possiblySensitive\": false,\n        \"profileInterstitialType\": null,\n        \"withheldInCountries\": [],\n        \"professional\": null,\n        \"businessAccount\": null,\n        \"creatorSubscriptionsCount\": 0,\n        \"hasHiddenSubscriptions\": false,\n        \"highlightsInfo\": null,\n        \"hasGraduatedAccess\": false,\n        \"isProfileTranslatable\": false,\n        \"hasCustomTimelines\": false,\n        \"isTranslator\": false,\n        \"affiliatesHighlightedLabel\": {},\n        \"defaultProfile\": false,\n        \"defaultProfileImage\": false,\n        \"followerCount\": 0,\n        \"followingCount\": 0,\n        \"tweetCount\": 0,\n        \"listedCount\": 0,\n        \"mediaCount\": 0,\n        \"favoritesCount\": 0,\n        \"createdAt\": null\n      },\n      \"role\": \"member\"\n    },\n    {\n      \"user\": {\n        \"id\": \"100298980741684771\",\n        \"username\": \"sample_user_25732\",\n        \"name\": \"Sample User 25732\",\n        \"bio\": \"\",\n        \"location\": null,\n        \"website\": null,\n        \"pinnedTweetIds\": [],\n        \"avatar\": \"https://example.com/images/sample-avatar-25732.jpg\",\n        \"banner\": null,\n        \"profileImageShape\": null,\n        \"verified\": false,\n        \"isBlueVerified\": false,\n        \"verifiedType\": null,\n        \"verifiedSince\": null,\n        \"isIdentityVerified\": false,\n        \"isProtected\": false,\n        \"possiblySensitive\": false,\n        \"profileInterstitialType\": null,\n        \"withheldInCountries\": [],\n        \"professional\": null,\n        \"businessAccount\": null,\n        \"creatorSubscriptionsCount\": 0,\n        \"hasHiddenSubscriptions\": false,\n        \"highlightsInfo\": null,\n        \"hasGraduatedAccess\": false,\n        \"isProfileTranslatable\": false,\n        \"hasCustomTimelines\": false,\n        \"isTranslator\": false,\n        \"affiliatesHighlightedLabel\": {},\n        \"defaultProfile\": false,\n        \"defaultProfileImage\": false,\n        \"followerCount\": 0,\n        \"followingCount\": 0,\n        \"tweetCount\": 0,\n        \"listedCount\": 0,\n        \"mediaCount\": 0,\n        \"favoritesCount\": 0,\n        \"createdAt\": null\n      },\n      \"role\": \"member\"\n    },\n    {\n      \"user\": {\n        \"id\": \"1001647614104902607\",\n        \"username\": \"sample_user_30602\",\n        \"name\": \"Sample User 30602\",\n        \"bio\": \"\",\n        \"location\": null,\n        \"website\": null,\n        \"pinnedTweetIds\": [],\n        \"avatar\": \"https://example.com/images/sample-avatar-30602.jpg\",\n        \"banner\": null,\n        \"profileImageShape\": null,\n        \"verified\": false,\n        \"isBlueVerified\": false,\n        \"verifiedType\": null,\n        \"verifiedSince\": null,\n        \"isIdentityVerified\": false,\n        \"isProtected\": false,\n        \"possiblySensitive\": false,\n        \"profileInterstitialType\": null,\n        \"withheldInCountries\": [],\n        \"professional\": null,\n        \"businessAccount\": null,\n        \"creatorSubscriptionsCount\": 0,\n        \"hasHiddenSubscriptions\": false,\n        \"highlightsInfo\": null,\n        \"hasGraduatedAccess\": false,\n        \"isProfileTranslatable\": false,\n        \"hasCustomTimelines\": false,\n        \"isTranslator\": false,\n        \"affiliatesHighlightedLabel\": {},\n        \"defaultProfile\": false,\n        \"defaultProfileImage\": false,\n        \"followerCount\": 0,\n        \"followingCount\": 0,\n        \"tweetCount\": 0,\n        \"listedCount\": 0,\n        \"mediaCount\": 0,\n        \"favoritesCount\": 0,\n        \"createdAt\": null\n      },\n      \"role\": \"member\"\n    },\n    {\n      \"user\": {\n        \"id\": \"1009527697209503175\",\n        \"username\": \"sample_user_67050\",\n        \"name\": \"Sample User 67050\",\n        \"bio\": \"\",\n        \"location\": null,\n        \"website\": null,\n        \"pinnedTweetIds\": [],\n        \"avatar\": \"https://example.com/images/sample-avatar-67050.jpg\",\n        \"banner\": null,\n        \"profileImageShape\": null,\n        \"verified\": false,\n        \"isBlueVerified\": false,\n        \"verifiedType\": null,\n        \"verifiedSince\": null,\n        \"isIdentityVerified\": false,\n        \"isProtected\": false,\n        \"possiblySensitive\": false,\n        \"profileInterstitialType\": null,\n        \"withheldInCountries\": [],\n        \"professional\": null,\n        \"businessAccount\": null,\n        \"creatorSubscriptionsCount\": 0,\n        \"hasHiddenSubscriptions\": false,\n        \"highlightsInfo\": null,\n        \"hasGraduatedAccess\": false,\n        \"isProfileTranslatable\": false,\n        \"hasCustomTimelines\": false,\n        \"isTranslator\": false,\n        \"affiliatesHighlightedLabel\": {},\n        \"defaultProfile\": false,\n        \"defaultProfileImage\": false,\n        \"followerCount\": 0,\n        \"followingCount\": 0,\n        \"tweetCount\": 0,\n        \"listedCount\": 0,\n        \"mediaCount\": 0,\n        \"favoritesCount\": 0,\n        \"createdAt\": null\n      },\n      \"role\": \"member\"\n    },\n    {\n      \"user\": {\n        \"id\": \"1001608994051746461\",\n        \"username\": \"sample_user_91719\",\n        \"name\": \"Sample User 91719\",\n        \"bio\": \"\",\n        \"location\": null,\n        \"website\": null,\n        \"pinnedTweetIds\": [],\n        \"avatar\": \"https://example.com/images/sample-avatar-91719.jpg\",\n        \"banner\": null,\n        \"profileImageShape\": null,\n        \"verified\": false,\n        \"isBlueVerified\": false,\n        \"verifiedType\": null,\n        \"verifiedSince\": null,\n        \"isIdentityVerified\": false,\n        \"isProtected\": false,\n        \"possiblySensitive\": false,\n        \"profileInterstitialType\": null,\n        \"withheldInCountries\": [],\n        \"professional\": null,\n        \"businessAccount\": null,\n        \"creatorSubscriptionsCount\": 0,\n        \"hasHiddenSubscriptions\": false,\n        \"highlightsInfo\": null,\n        \"hasGraduatedAccess\": false,\n        \"isProfileTranslatable\": false,\n        \"hasCustomTimelines\": false,\n        \"isTranslator\": false,\n        \"affiliatesHighlightedLabel\": {},\n        \"defaultProfile\": false,\n        \"defaultProfileImage\": false,\n        \"followerCount\": 0,\n        \"followingCount\": 0,\n        \"tweetCount\": 0,\n        \"listedCount\": 0,\n        \"mediaCount\": 0,\n        \"favoritesCount\": 0,\n        \"createdAt\": null\n      },\n      \"role\": \"member\"\n    },\n    {\n      \"user\": {\n        \"id\": \"100945783\",\n        \"username\": \"sample_user_47942\",\n        \"name\": \"Sample User 47942\",\n        \"bio\": \"\",\n        \"location\": null,\n        \"website\": null,\n        \"pinnedTweetIds\": [],\n        \"avatar\": \"https://example.com/images/sample-avatar-47942.jpg\",\n        \"banner\": null,\n        \"profileImageShape\": null,\n        \"verified\": false,\n        \"isBlueVerified\": false,\n        \"verifiedType\": null,\n        \"verifiedSince\": null,\n        \"isIdentityVerified\": false,\n        \"isProtected\": false,\n        \"possiblySensitive\": false,\n        \"profileInterstitialType\": null,\n        \"withheldInCountries\": [],\n        \"professional\": null,\n        \"businessAccount\": null,\n        \"creatorSubscriptionsCount\": 0,\n        \"hasHiddenSubscriptions\": false,\n        \"highlightsInfo\": null,\n        \"hasGraduatedAccess\": false,\n        \"isProfileTranslatable\": false,\n        \"hasCustomTimelines\": false,\n        \"isTranslator\": false,\n        \"affiliatesHighlightedLabel\": {},\n        \"defaultProfile\": false,\n        \"defaultProfileImage\": false,\n        \"followerCount\": 0,\n        \"followingCount\": 0,\n        \"tweetCount\": 0,\n        \"listedCount\": 0,\n        \"mediaCount\": 0,\n        \"favoritesCount\": 0,\n        \"createdAt\": null\n      },\n      \"role\": \"member\"\n    },\n    {\n      \"user\": {\n        \"id\": \"10022459\",\n        \"username\": \"sample_user_64730\",\n        \"name\": \"Sample User 64730\",\n        \"bio\": \"\",\n        \"location\": null,\n        \"website\": null,\n        \"pinnedTweetIds\": [],\n        \"avatar\": \"https://example.com/images/sample-avatar-64730.jpg\",\n        \"banner\": null,\n        \"profileImageShape\": null,\n        \"verified\": false,\n        \"isBlueVerified\": false,\n        \"verifiedType\": null,\n        \"verifiedSince\": null,\n        \"isIdentityVerified\": false,\n        \"isProtected\": false,\n        \"possiblySensitive\": false,\n        \"profileInterstitialType\": null,\n        \"withheldInCountries\": [],\n        \"professional\": null,\n        \"businessAccount\": null,\n        \"creatorSubscriptionsCount\": 0,\n        \"hasHiddenSubscriptions\": false,\n        \"highlightsInfo\": null,\n        \"hasGraduatedAccess\": false,\n        \"isProfileTranslatable\": false,\n        \"hasCustomTimelines\": false,\n        \"isTranslator\": false,\n        \"affiliatesHighlightedLabel\": {},\n        \"defaultProfile\": false,\n        \"defaultProfileImage\": false,\n        \"followerCount\": 0,\n        \"followingCount\": 0,\n        \"tweetCount\": 0,\n        \"listedCount\": 0,\n        \"mediaCount\": 0,\n        \"favoritesCount\": 0,\n        \"createdAt\": null\n      },\n      \"role\": \"member\"\n    },\n    {\n      \"user\": {\n        \"id\": \"100630165867873382\",\n        \"username\": \"sample_user_32994\",\n        \"name\": \"Sample User 32994\",\n        \"bio\": \"\",\n        \"location\": null,\n        \"website\": null,\n        \"pinnedTweetIds\": [],\n        \"avatar\": \"https://example.com/images/sample-avatar-32994.jpg\",\n        \"banner\": null,\n        \"profileImageShape\": null,\n        \"verified\": false,\n        \"isBlueVerified\": false,\n        \"verifiedType\": null,\n        \"verifiedSince\": null,\n        \"isIdentityVerified\": false,\n        \"isProtected\": false,\n        \"possiblySensitive\": false,\n        \"profileInterstitialType\": null,\n        \"withheldInCountries\": [],\n        \"professional\": null,\n        \"businessAccount\": null,\n        \"creatorSubscriptionsCount\": 0,\n        \"hasHiddenSubscriptions\": false,\n        \"highlightsInfo\": null,\n        \"hasGraduatedAccess\": false,\n        \"isProfileTranslatable\": false,\n        \"hasCustomTimelines\": false,\n        \"isTranslator\": false,\n        \"affiliatesHighlightedLabel\": {},\n        \"defaultProfile\": false,\n        \"defaultProfileImage\": false,\n        \"followerCount\": 0,\n        \"followingCount\": 0,\n        \"tweetCount\": 0,\n        \"listedCount\": 0,\n        \"mediaCount\": 0,\n        \"favoritesCount\": 0,\n        \"createdAt\": null\n      },\n      \"role\": \"member\"\n    }\n  ],\n  \"pagination\": {\n    \"nextCursor\": \"CycRAAAAAAwABAwKmwzBVQo+vQntzVWRlAABCm07AAABiO6fNA4ADJorCj69f/////////8KbTt//////////wAIP8AAAAACAAAA\",\n    \"prevCursor\": null\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "Request validation failed or the upstream request was invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "community",
                    "members"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "communityId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"Request validation failed\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The TweetAPI key or caller-supplied Twitter authentication token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "community",
                    "members"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "communityId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 401,\n  \"message\": \"No API key provided\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The authenticated account is not permitted to perform the operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "community",
                    "members"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "communityId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 403,\n  \"message\": \"Forbidden\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The requested resource or route was not found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "community",
                    "members"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "communityId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 404,\n  \"message\": \"Not found\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The per-minute rate limit or plan request allowance was exceeded. The response does not currently include Retry-After or X-RateLimit headers.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "community",
                    "members"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "communityId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 429,\n  \"message\": \"Rate limit quota exceeded\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "TweetAPI or an upstream dependency failed to process the request.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "community",
                    "members"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "communityId",
                      "value": "1234567890",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 500,\n  \"message\": \"Internal Server Error\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "name": "Search",
          "request": {
            "name": "Search",
            "description": {
              "content": "Search for communities by keyword. Returns a list of communities matching the search query with basic information like name, member count, and topic.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "tw-v2",
                "community",
                "search"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "query",
                  "value": "open source intelligence",
                  "description": "(Required) Search query string to find communities"
                },
                {
                  "disabled": true,
                  "key": "cursor",
                  "value": "NEXT_CURSOR",
                  "description": "Pagination cursor for fetching next page of results"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "community",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "query",
                      "value": "open source intelligence",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"1001577312306161651\",\n      \"name\": \"Sample User 64708\",\n      \"memberCount\": 45230,\n      \"topic\": \"Technology\",\n      \"isNsfw\": false,\n      \"bannerUrl\": \"https://example.com/images/sample-banner-64708.jpg\",\n      \"defaultBannerUrl\": null,\n      \"membersFacepile\": [\n        \"https://example.com/link-94089/profile-29900/media/sample-media-80101.jpg\",\n        \"https://example.com/link-94089/profile-29900/media/sample-media-80101.jpg\",\n        \"https://example.com/link-94089/profile-29900/media/sample-media-80101.jpg\"\n      ]\n    },\n    {\n      \"id\": \"9009824028838147488\",\n      \"name\": \"Web Development\",\n      \"memberCount\": 28150,\n      \"topic\": \"Technology\",\n      \"isNsfw\": false,\n      \"bannerUrl\": \"https://example.com/images/sample-banner-24361.jpg\",\n      \"defaultBannerUrl\": null,\n      \"membersFacepile\": [\n        \"https://example.com/link-94089/profile-29900/media/sample-media-83853.jpg\",\n        \"https://example.com/link-94089/profile-29900/media/sample-media-83853.jpg\"\n      ]\n    }\n  ],\n  \"nextCursor\": \"DAACDAABCgABF_R4_5_____9CAADRDEqP84wPCAKAAIX9Hj_n-gQAAgAAwAAAAIAAA\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "Request validation failed or the upstream request was invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "community",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "query",
                      "value": "open source intelligence",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"Request validation failed\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The TweetAPI key or caller-supplied Twitter authentication token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "community",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "query",
                      "value": "open source intelligence",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 401,\n  \"message\": \"No API key provided\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The authenticated account is not permitted to perform the operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "community",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "query",
                      "value": "open source intelligence",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 403,\n  \"message\": \"Forbidden\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The requested resource or route was not found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "community",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "query",
                      "value": "open source intelligence",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 404,\n  \"message\": \"Not found\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The per-minute rate limit or plan request allowance was exceeded. The response does not currently include Retry-After or X-RateLimit headers.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "community",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "query",
                      "value": "open source intelligence",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 429,\n  \"message\": \"Rate limit quota exceeded\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "TweetAPI or an upstream dependency failed to process the request.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "community",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "query",
                      "value": "open source intelligence",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 500,\n  \"message\": \"Internal Server Error\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "name": "[WRITE] Create Community Post",
          "request": {
            "name": "[WRITE] Create Community Post",
            "description": {
              "content": "Post a new tweet to a specific community. Supports text content up to 280 characters for non-premium users, or 25,000 characters for premium users.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "tw-v2",
                "interaction",
                "create-community-post"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"text\": \"Hello from TweetAPI\",\n  \"communityId\": \"1234567890\",\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "create-community-post"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"text\": \"Hello from TweetAPI\",\n  \"communityId\": \"1234567890\",\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"9001194536271850978\",\n    \"action\": \"create_community_post\",\n    \"timestamp\": \"2025-10-05T13:51:42.315Z\",\n    \"success\": true,\n    \"metadata\": {\n      \"tweet_id\": \"2001438562501155293\",\n      \"author_username\": \"username\",\n      \"text\": \"Sample post text 40338 for documentation.\",\n      \"created_at\": \"Sun Oct 05 13:51:42 +0000 2025\",\n      \"url\": \"https://example.com/link-94089/profile-41921/username/status/2004727433890397114\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "Request validation failed or the upstream request was invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "create-community-post"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"text\": \"Hello from TweetAPI\",\n  \"communityId\": \"1234567890\",\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"Request validation failed\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The TweetAPI key or caller-supplied Twitter authentication token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "create-community-post"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"text\": \"Hello from TweetAPI\",\n  \"communityId\": \"1234567890\",\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 401,\n  \"message\": \"No API key provided\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The authenticated account is not permitted to perform the operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "create-community-post"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"text\": \"Hello from TweetAPI\",\n  \"communityId\": \"1234567890\",\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 403,\n  \"message\": \"Forbidden\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The requested resource or route was not found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "create-community-post"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"text\": \"Hello from TweetAPI\",\n  \"communityId\": \"1234567890\",\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 404,\n  \"message\": \"Not found\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The per-minute rate limit or plan request allowance was exceeded. The response does not currently include Retry-After or X-RateLimit headers.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "create-community-post"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"text\": \"Hello from TweetAPI\",\n  \"communityId\": \"1234567890\",\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 429,\n  \"message\": \"Rate limit quota exceeded\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "TweetAPI or an upstream dependency failed to process the request.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "create-community-post"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"text\": \"Hello from TweetAPI\",\n  \"communityId\": \"1234567890\",\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 500,\n  \"message\": \"Internal Server Error\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "name": "[WRITE] Create Community Post With Media",
          "request": {
            "name": "[WRITE] Create Community Post With Media",
            "description": {
              "content": "Post a new tweet with media attachments to a specific community. Supports text content up to 280 characters for non-premium users (or 25,000 for premium users) and up to 4 images or 1 video.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "tw-v2",
                "interaction",
                "create-community-post-with-media"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"text\": \"Hello from TweetAPI\",\n  \"communityId\": \"1234567890\",\n  \"media\": [\n    {\n      \"url\": \"https://example.com/sample.jpg\"\n    }\n  ],\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "create-community-post-with-media"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"text\": \"Hello from TweetAPI\",\n  \"communityId\": \"1234567890\",\n  \"media\": [\n    {\n      \"url\": \"https://example.com/sample.jpg\"\n    }\n  ],\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"9001658339092464914\",\n    \"action\": \"create_community_post\",\n    \"timestamp\": \"2025-10-05T13:57:08.672Z\",\n    \"success\": true,\n    \"metadata\": {\n      \"tweet_id\": \"2009208775500310958\",\n      \"author_username\": \"username\",\n      \"text\": \"Sample post text 87088 for documentation.\",\n      \"created_at\": \"Sun Oct 05 13:57:08 +0000 2025\",\n      \"url\": \"https://example.com/link-94089/profile-41921/username/status/2001792974440559044\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "Request validation failed or the upstream request was invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "create-community-post-with-media"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"text\": \"Hello from TweetAPI\",\n  \"communityId\": \"1234567890\",\n  \"media\": [\n    {\n      \"url\": \"https://example.com/sample.jpg\"\n    }\n  ],\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"Request validation failed\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The TweetAPI key or caller-supplied Twitter authentication token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "create-community-post-with-media"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"text\": \"Hello from TweetAPI\",\n  \"communityId\": \"1234567890\",\n  \"media\": [\n    {\n      \"url\": \"https://example.com/sample.jpg\"\n    }\n  ],\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 401,\n  \"message\": \"No API key provided\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The authenticated account is not permitted to perform the operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "create-community-post-with-media"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"text\": \"Hello from TweetAPI\",\n  \"communityId\": \"1234567890\",\n  \"media\": [\n    {\n      \"url\": \"https://example.com/sample.jpg\"\n    }\n  ],\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 403,\n  \"message\": \"Forbidden\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The requested resource or route was not found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "create-community-post-with-media"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"text\": \"Hello from TweetAPI\",\n  \"communityId\": \"1234567890\",\n  \"media\": [\n    {\n      \"url\": \"https://example.com/sample.jpg\"\n    }\n  ],\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 404,\n  \"message\": \"Not found\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The per-minute rate limit or plan request allowance was exceeded. The response does not currently include Retry-After or X-RateLimit headers.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "create-community-post-with-media"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"text\": \"Hello from TweetAPI\",\n  \"communityId\": \"1234567890\",\n  \"media\": [\n    {\n      \"url\": \"https://example.com/sample.jpg\"\n    }\n  ],\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 429,\n  \"message\": \"Rate limit quota exceeded\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "TweetAPI or an upstream dependency failed to process the request.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "create-community-post-with-media"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"text\": \"Hello from TweetAPI\",\n  \"communityId\": \"1234567890\",\n  \"media\": [\n    {\n      \"url\": \"https://example.com/sample.jpg\"\n    }\n  ],\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 500,\n  \"message\": \"Internal Server Error\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "name": "[WRITE] Reply Community Post",
          "request": {
            "name": "[WRITE] Reply Community Post",
            "description": {
              "content": "Reply to an existing tweet within a community. Creates a reply in the conversation thread with community context. Supports text content up to 280 characters for non-premium users, or 25,000 characters for premium users.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "tw-v2",
                "interaction",
                "reply-community-post"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"text\": \"Hello from TweetAPI\",\n  \"tweetId\": \"1234567890\",\n  \"communityId\": \"1234567890\",\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "reply-community-post"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"text\": \"Hello from TweetAPI\",\n  \"tweetId\": \"1234567890\",\n  \"communityId\": \"1234567890\",\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"9001326996141924217\",\n    \"action\": \"reply_community_post\",\n    \"timestamp\": \"2025-10-05T14:32:18.491Z\",\n    \"success\": true,\n    \"metadata\": {\n      \"tweet_id\": \"2004163263812844894\",\n      \"author_username\": \"username\",\n      \"text\": \"Sample post text 67773 for documentation.\",\n      \"created_at\": \"Sun Oct 05 14:32:18 +0000 2025\",\n      \"url\": \"https://example.com/link-94089/profile-41921/username/status/2001476679306571130\",\n      \"in_reply_to_tweet_id\": \"2001498809095981665\",\n      \"in_reply_to_username\": \"sample_user_84274\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "Request validation failed or the upstream request was invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "reply-community-post"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"text\": \"Hello from TweetAPI\",\n  \"tweetId\": \"1234567890\",\n  \"communityId\": \"1234567890\",\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"Request validation failed\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The TweetAPI key or caller-supplied Twitter authentication token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "reply-community-post"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"text\": \"Hello from TweetAPI\",\n  \"tweetId\": \"1234567890\",\n  \"communityId\": \"1234567890\",\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 401,\n  \"message\": \"No API key provided\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The authenticated account is not permitted to perform the operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "reply-community-post"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"text\": \"Hello from TweetAPI\",\n  \"tweetId\": \"1234567890\",\n  \"communityId\": \"1234567890\",\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 403,\n  \"message\": \"Forbidden\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The requested resource or route was not found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "reply-community-post"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"text\": \"Hello from TweetAPI\",\n  \"tweetId\": \"1234567890\",\n  \"communityId\": \"1234567890\",\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 404,\n  \"message\": \"Not found\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The per-minute rate limit or plan request allowance was exceeded. The response does not currently include Retry-After or X-RateLimit headers.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "reply-community-post"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"text\": \"Hello from TweetAPI\",\n  \"tweetId\": \"1234567890\",\n  \"communityId\": \"1234567890\",\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 429,\n  \"message\": \"Rate limit quota exceeded\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "TweetAPI or an upstream dependency failed to process the request.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "reply-community-post"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"text\": \"Hello from TweetAPI\",\n  \"tweetId\": \"1234567890\",\n  \"communityId\": \"1234567890\",\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 500,\n  \"message\": \"Internal Server Error\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "name": "[WRITE] Reply Community Post With Media",
          "request": {
            "name": "[WRITE] Reply Community Post With Media",
            "description": {
              "content": "Reply to an existing tweet within a community with media attachments. Creates a reply in the conversation thread with community context and up to 4 images or 1 video. Supports text content up to 280 characters for non-premium users, or 25,000 characters for premium users.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "tw-v2",
                "interaction",
                "reply-community-post-with-media"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"text\": \"Hello from TweetAPI\",\n  \"tweetId\": \"1234567890\",\n  \"communityId\": \"1234567890\",\n  \"media\": [\n    {\n      \"url\": \"https://example.com/sample.jpg\"\n    }\n  ],\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "reply-community-post-with-media"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"text\": \"Hello from TweetAPI\",\n  \"tweetId\": \"1234567890\",\n  \"communityId\": \"1234567890\",\n  \"media\": [\n    {\n      \"url\": \"https://example.com/sample.jpg\"\n    }\n  ],\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"9001066221055049613\",\n    \"action\": \"reply_community_post\",\n    \"timestamp\": \"2025-10-05T14:37:05.823Z\",\n    \"success\": true,\n    \"metadata\": {\n      \"tweet_id\": \"2003315268649698936\",\n      \"author_username\": \"username\",\n      \"text\": \"Sample post text 77733 for documentation.\",\n      \"created_at\": \"Sun Oct 05 14:37:05 +0000 2025\",\n      \"url\": \"https://example.com/link-94089/profile-41921/username/status/2008723404410089970\",\n      \"in_reply_to_tweet_id\": \"2001498809095981665\",\n      \"in_reply_to_username\": \"sample_user_84274\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "Request validation failed or the upstream request was invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "reply-community-post-with-media"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"text\": \"Hello from TweetAPI\",\n  \"tweetId\": \"1234567890\",\n  \"communityId\": \"1234567890\",\n  \"media\": [\n    {\n      \"url\": \"https://example.com/sample.jpg\"\n    }\n  ],\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"Request validation failed\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The TweetAPI key or caller-supplied Twitter authentication token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "reply-community-post-with-media"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"text\": \"Hello from TweetAPI\",\n  \"tweetId\": \"1234567890\",\n  \"communityId\": \"1234567890\",\n  \"media\": [\n    {\n      \"url\": \"https://example.com/sample.jpg\"\n    }\n  ],\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 401,\n  \"message\": \"No API key provided\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The authenticated account is not permitted to perform the operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "reply-community-post-with-media"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"text\": \"Hello from TweetAPI\",\n  \"tweetId\": \"1234567890\",\n  \"communityId\": \"1234567890\",\n  \"media\": [\n    {\n      \"url\": \"https://example.com/sample.jpg\"\n    }\n  ],\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 403,\n  \"message\": \"Forbidden\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The requested resource or route was not found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "reply-community-post-with-media"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"text\": \"Hello from TweetAPI\",\n  \"tweetId\": \"1234567890\",\n  \"communityId\": \"1234567890\",\n  \"media\": [\n    {\n      \"url\": \"https://example.com/sample.jpg\"\n    }\n  ],\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 404,\n  \"message\": \"Not found\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The per-minute rate limit or plan request allowance was exceeded. The response does not currently include Retry-After or X-RateLimit headers.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "reply-community-post-with-media"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"text\": \"Hello from TweetAPI\",\n  \"tweetId\": \"1234567890\",\n  \"communityId\": \"1234567890\",\n  \"media\": [\n    {\n      \"url\": \"https://example.com/sample.jpg\"\n    }\n  ],\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 429,\n  \"message\": \"Rate limit quota exceeded\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "TweetAPI or an upstream dependency failed to process the request.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "reply-community-post-with-media"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"text\": \"Hello from TweetAPI\",\n  \"tweetId\": \"1234567890\",\n  \"communityId\": \"1234567890\",\n  \"media\": [\n    {\n      \"url\": \"https://example.com/sample.jpg\"\n    }\n  ],\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 500,\n  \"message\": \"Internal Server Error\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "name": "[WRITE] Create Community Quote",
          "request": {
            "name": "[WRITE] Create Community Quote",
            "description": {
              "content": "Quote tweet another tweet inside a specific community with your own commentary. Supports text content up to 280 characters for non-premium users, or 25,000 characters for premium users.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "tw-v2",
                "interaction",
                "create-community-quote"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"text\": \"Hello from TweetAPI\",\n  \"attachmentUrl\": \"https://x.com/sample_user/status/1234567890\",\n  \"communityId\": \"1234567890\",\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "create-community-quote"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"text\": \"Hello from TweetAPI\",\n  \"attachmentUrl\": \"https://x.com/sample_user/status/1234567890\",\n  \"communityId\": \"1234567890\",\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"9006044199826832216\",\n    \"action\": \"create_community_quote\",\n    \"timestamp\": \"2026-04-16T10:30:42.315Z\",\n    \"success\": true,\n    \"metadata\": {\n      \"tweet_id\": \"2001754635199832526\",\n      \"author_username\": \"username\",\n      \"text\": \"Sample post text 93445 for documentation.\",\n      \"created_at\": \"Wed Apr 16 10:30:42 +0000 2026\",\n      \"url\": \"https://example.com/link-94089/profile-41921/username/status/2001386620640114868\",\n      \"quoted_tweet_id\": \"1234567890\",\n      \"quoted_tweet_url\": \"https://example.com/link-94089/profile-41921/username/status/2001362066\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "Request validation failed or the upstream request was invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "create-community-quote"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"text\": \"Hello from TweetAPI\",\n  \"attachmentUrl\": \"https://x.com/sample_user/status/1234567890\",\n  \"communityId\": \"1234567890\",\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"Request validation failed\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The TweetAPI key or caller-supplied Twitter authentication token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "create-community-quote"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"text\": \"Hello from TweetAPI\",\n  \"attachmentUrl\": \"https://x.com/sample_user/status/1234567890\",\n  \"communityId\": \"1234567890\",\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 401,\n  \"message\": \"No API key provided\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The authenticated account is not permitted to perform the operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "create-community-quote"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"text\": \"Hello from TweetAPI\",\n  \"attachmentUrl\": \"https://x.com/sample_user/status/1234567890\",\n  \"communityId\": \"1234567890\",\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 403,\n  \"message\": \"Forbidden\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The requested resource or route was not found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "create-community-quote"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"text\": \"Hello from TweetAPI\",\n  \"attachmentUrl\": \"https://x.com/sample_user/status/1234567890\",\n  \"communityId\": \"1234567890\",\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 404,\n  \"message\": \"Not found\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The per-minute rate limit or plan request allowance was exceeded. The response does not currently include Retry-After or X-RateLimit headers.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "create-community-quote"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"text\": \"Hello from TweetAPI\",\n  \"attachmentUrl\": \"https://x.com/sample_user/status/1234567890\",\n  \"communityId\": \"1234567890\",\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 429,\n  \"message\": \"Rate limit quota exceeded\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "TweetAPI or an upstream dependency failed to process the request.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "create-community-quote"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"text\": \"Hello from TweetAPI\",\n  \"attachmentUrl\": \"https://x.com/sample_user/status/1234567890\",\n  \"communityId\": \"1234567890\",\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 500,\n  \"message\": \"Internal Server Error\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "name": "[WRITE] Create Community Quote With Media",
          "request": {
            "name": "[WRITE] Create Community Quote With Media",
            "description": {
              "content": "Quote tweet another tweet inside a specific community with your own commentary and media attachments (images or video). Supports text content up to 280 characters for non-premium users, or 25,000 characters for premium users.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "tw-v2",
                "interaction",
                "create-community-quote-with-media"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"text\": \"Hello from TweetAPI\",\n  \"attachmentUrl\": \"https://x.com/sample_user/status/1234567890\",\n  \"communityId\": \"1234567890\",\n  \"media\": [\n    {\n      \"url\": \"https://example.com/sample.jpg\"\n    }\n  ],\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "create-community-quote-with-media"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"text\": \"Hello from TweetAPI\",\n  \"attachmentUrl\": \"https://x.com/sample_user/status/1234567890\",\n  \"communityId\": \"1234567890\",\n  \"media\": [\n    {\n      \"url\": \"https://example.com/sample.jpg\"\n    }\n  ],\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"9002678350904613166\",\n    \"action\": \"create_community_quote_with_media\",\n    \"timestamp\": \"2026-04-16T10:30:42.315Z\",\n    \"success\": true,\n    \"metadata\": {\n      \"tweet_id\": \"2001292875488652844\",\n      \"author_username\": \"username\",\n      \"text\": \"Sample post text 93445 for documentation.\",\n      \"created_at\": \"Wed Apr 16 10:30:42 +0000 2026\",\n      \"url\": \"https://example.com/link-94089/profile-41921/username/status/2001444823882833836\",\n      \"quoted_tweet_id\": \"1234567890\",\n      \"quoted_tweet_url\": \"https://example.com/link-94089/profile-41921/username/status/2001362066\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "Request validation failed or the upstream request was invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "create-community-quote-with-media"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"text\": \"Hello from TweetAPI\",\n  \"attachmentUrl\": \"https://x.com/sample_user/status/1234567890\",\n  \"communityId\": \"1234567890\",\n  \"media\": [\n    {\n      \"url\": \"https://example.com/sample.jpg\"\n    }\n  ],\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"Request validation failed\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The TweetAPI key or caller-supplied Twitter authentication token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "create-community-quote-with-media"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"text\": \"Hello from TweetAPI\",\n  \"attachmentUrl\": \"https://x.com/sample_user/status/1234567890\",\n  \"communityId\": \"1234567890\",\n  \"media\": [\n    {\n      \"url\": \"https://example.com/sample.jpg\"\n    }\n  ],\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 401,\n  \"message\": \"No API key provided\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The authenticated account is not permitted to perform the operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "create-community-quote-with-media"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"text\": \"Hello from TweetAPI\",\n  \"attachmentUrl\": \"https://x.com/sample_user/status/1234567890\",\n  \"communityId\": \"1234567890\",\n  \"media\": [\n    {\n      \"url\": \"https://example.com/sample.jpg\"\n    }\n  ],\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 403,\n  \"message\": \"Forbidden\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The requested resource or route was not found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "create-community-quote-with-media"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"text\": \"Hello from TweetAPI\",\n  \"attachmentUrl\": \"https://x.com/sample_user/status/1234567890\",\n  \"communityId\": \"1234567890\",\n  \"media\": [\n    {\n      \"url\": \"https://example.com/sample.jpg\"\n    }\n  ],\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 404,\n  \"message\": \"Not found\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The per-minute rate limit or plan request allowance was exceeded. The response does not currently include Retry-After or X-RateLimit headers.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "create-community-quote-with-media"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"text\": \"Hello from TweetAPI\",\n  \"attachmentUrl\": \"https://x.com/sample_user/status/1234567890\",\n  \"communityId\": \"1234567890\",\n  \"media\": [\n    {\n      \"url\": \"https://example.com/sample.jpg\"\n    }\n  ],\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 429,\n  \"message\": \"Rate limit quota exceeded\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "TweetAPI or an upstream dependency failed to process the request.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "create-community-quote-with-media"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"text\": \"Hello from TweetAPI\",\n  \"attachmentUrl\": \"https://x.com/sample_user/status/1234567890\",\n  \"communityId\": \"1234567890\",\n  \"media\": [\n    {\n      \"url\": \"https://example.com/sample.jpg\"\n    }\n  ],\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 500,\n  \"message\": \"Internal Server Error\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "name": "[ACCOUNT ACTION] Join Community",
          "request": {
            "name": "[ACCOUNT ACTION] Join Community",
            "description": {
              "content": "Join a community. Returns community details including name, description, member count, and your role after joining.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "tw-v2",
                "interaction",
                "join-community"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"communityId\": \"1234567890\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "join-community"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"communityId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"9009992521909111324\",\n    \"action\": \"join_community\",\n    \"timestamp\": \"2025-01-15T10:30:00.000Z\",\n    \"success\": true,\n    \"metadata\": {\n      \"community_id\": \"4001417600827390613\",\n      \"community_name\": \"Example Community\",\n      \"community_description\": \"A community for sharing ideas and discussions on various topics\",\n      \"member_count\": 12500,\n      \"role\": \"Member\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "Request validation failed or the upstream request was invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "join-community"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"communityId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"Request validation failed\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The TweetAPI key or caller-supplied Twitter authentication token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "join-community"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"communityId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 401,\n  \"message\": \"No API key provided\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The authenticated account is not permitted to perform the operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "join-community"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"communityId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 403,\n  \"message\": \"Forbidden\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The requested resource or route was not found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "join-community"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"communityId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 404,\n  \"message\": \"Not found\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The per-minute rate limit or plan request allowance was exceeded. The response does not currently include Retry-After or X-RateLimit headers.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "join-community"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"communityId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 429,\n  \"message\": \"Rate limit quota exceeded\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "TweetAPI or an upstream dependency failed to process the request.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "join-community"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"communityId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 500,\n  \"message\": \"Internal Server Error\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "name": "[ACCOUNT ACTION] Leave Community",
          "request": {
            "name": "[ACCOUNT ACTION] Leave Community",
            "description": {
              "content": "Leave a community. Returns community details including name, description, and member count after leaving.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "tw-v2",
                "interaction",
                "leave-community"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"communityId\": \"1234567890\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "leave-community"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"communityId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"9876543210987654321\",\n    \"action\": \"leave_community\",\n    \"timestamp\": \"2025-01-15T14:45:00.000Z\",\n    \"success\": true,\n    \"metadata\": {\n      \"community_id\": \"9876543210987654321\",\n      \"community_name\": \"Sample Community\",\n      \"community_description\": \"A community for general discussions and networking\",\n      \"member_count\": 5432,\n      \"role\": \"NonMember\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "Request validation failed or the upstream request was invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "leave-community"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"communityId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"Request validation failed\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The TweetAPI key or caller-supplied Twitter authentication token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "leave-community"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"communityId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 401,\n  \"message\": \"No API key provided\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The authenticated account is not permitted to perform the operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "leave-community"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"communityId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 403,\n  \"message\": \"Forbidden\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The requested resource or route was not found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "leave-community"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"communityId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 404,\n  \"message\": \"Not found\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The per-minute rate limit or plan request allowance was exceeded. The response does not currently include Retry-After or X-RateLimit headers.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "leave-community"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"communityId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 429,\n  \"message\": \"Rate limit quota exceeded\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "TweetAPI or an upstream dependency failed to process the request.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "leave-community"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"communityId\": \"1234567890\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 500,\n  \"message\": \"Internal Server Error\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Space",
      "description": {
        "content": "Space metadata and stream lookup operations.",
        "type": "text/plain"
      },
      "item": [
        {
          "name": "By Id",
          "request": {
            "name": "By Id",
            "description": {
              "content": "Retrieve detailed information about a platform Space (audio room) by its ID. Returns comprehensive data including title, state, creator, participants, topics, and engagement stats.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "tw-v2",
                "space",
                "by-id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "spaceId",
                  "value": "1MnxnPmLRQBGO",
                  "description": "(Required) Unique Space ID (e.g., '1MnxnPmLRQBGO')"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "space",
                    "by-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "spaceId",
                      "value": "1MnxnPmLRQBGO",
                      "disabled": false
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"1MnxnPmLRQBGO\",\n    \"title\": \"Sample title 28260\",\n    \"state\": \"Ended\",\n    \"mediaKey\": \"28_1991353658102149130\",\n    \"createdAt\": 1763610684292,\n    \"scheduledStart\": 1763647200000,\n    \"startedAt\": 1763647259862,\n    \"endedAt\": 1763651150919,\n    \"updatedAt\": 1763651153433,\n    \"creator\": {\n      \"id\": \"100808552685023961\",\n      \"username\": \"sample_user_52875\",\n      \"name\": \"Sample User 52875\",\n      \"bio\": \"Sample profile bio for Sample User 52875.\",\n      \"location\": \"Sample City 616\",\n      \"website\": \"https://example.com/link-94089/profile-52875\",\n      \"pinnedTweetIds\": [\n        \"2001469974746050344\"\n      ],\n      \"avatar\": \"https://example.com/images/sample-avatar-52875.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-52875.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": true,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": {\n        \"type\": \"Creator\",\n        \"category\": [\n          {\n            \"id\": 144,\n            \"name\": \"Education\",\n            \"icon_name\": \"IconBriefcaseStroke\"\n          }\n        ],\n        \"restId\": \"9003039634550660445\"\n      },\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": true,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": true,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": {\n        \"label\": {\n          \"url\": {\n            \"url\": \"https://x.com/sample_user_06517\",\n            \"urlType\": \"DeepLink\"\n          },\n          \"badge\": {\n            \"url\": \"https://example.com/link-94089/profile-29900/media/sample-media-61212.jpg\"\n          },\n          \"description\": \"Sample description for documentation 12050.\",\n          \"userLabelType\": \"BusinessLabel\",\n          \"userLabelDisplayType\": \"Badge\"\n        }\n      },\n      \"defaultProfile\": true,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 29294,\n      \"followingCount\": 8520,\n      \"tweetCount\": 81254,\n      \"listedCount\": 172,\n      \"mediaCount\": 10183,\n      \"favoritesCount\": 324852,\n      \"createdAt\": \"2017-02-18T15:49:41.000Z\"\n    },\n    \"totalLiveListeners\": 3272,\n    \"totalReplayWatched\": 13,\n    \"participants\": {\n      \"admins\": [\n        {\n          \"periscopeUserId\": \"1WLERbMWDkWEb\",\n          \"twitterUserId\": \"100808552685023961\",\n          \"username\": \"sample_user_52875\",\n          \"displayName\": \"Web\",\n          \"avatarUrl\": \"https://example.com/images/sample-avatar-52875.jpg\",\n          \"isVerified\": true,\n          \"isBlueVerified\": true,\n          \"isMutedByAdmin\": false,\n          \"isMutedByGuest\": true,\n          \"startedAt\": 1763610684292\n        },\n        {\n          \"periscopeUserId\": \"1zYKbMkApPlQe\",\n          \"twitterUserId\": \"1005805144763258361\",\n          \"username\": \"sample_user_43988\",\n          \"displayName\": \"Dro\",\n          \"avatarUrl\": \"https://example.com/images/sample-avatar-43988.jpg\",\n          \"isVerified\": true,\n          \"isBlueVerified\": true,\n          \"isMutedByAdmin\": false,\n          \"isMutedByGuest\": true,\n          \"startedAt\": 1763610684292\n        },\n        {\n          \"periscopeUserId\": \"1YLEJOpJWzVQN\",\n          \"twitterUserId\": \"100134997510273069\",\n          \"username\": \"sample_user_98911\",\n          \"displayName\": \"Nice\",\n          \"avatarUrl\": \"https://example.com/images/sample-avatar-98911.jpg\",\n          \"isVerified\": true,\n          \"isBlueVerified\": true,\n          \"isMutedByAdmin\": false,\n          \"isMutedByGuest\": true,\n          \"startedAt\": 1763610684292\n        }\n      ],\n      \"speakers\": [\n        {\n          \"periscopeUserId\": \"1DLKBnxebLmKJ\",\n          \"twitterUserId\": \"1001228024693567030\",\n          \"username\": \"sample_user_12035\",\n          \"displayName\": \"Ant\",\n          \"avatarUrl\": \"https://example.com/images/sample-avatar-12035.jpg\",\n          \"isVerified\": true,\n          \"isBlueVerified\": true,\n          \"isMutedByAdmin\": false,\n          \"isMutedByGuest\": true,\n          \"startedAt\": 1763649253456\n        },\n        {\n          \"periscopeUserId\": \"1PmKqJMmgBxjo\",\n          \"twitterUserId\": \"1001260066\",\n          \"username\": \"sample_user_84668\",\n          \"displayName\": \"Shield\",\n          \"avatarUrl\": \"https://example.com/images/sample-avatar-84668.jpg\",\n          \"isVerified\": true,\n          \"isBlueVerified\": true,\n          \"isMutedByAdmin\": false,\n          \"isMutedByGuest\": true,\n          \"startedAt\": 1763649603080\n        }\n      ],\n      \"listeners\": [],\n      \"total\": 0\n    },\n    \"isAvailableForReplay\": true,\n    \"isAvailableForClipping\": true,\n    \"contentType\": \"visual_audio\",\n    \"narrowCastSpaceType\": 0,\n    \"conversationControls\": 0,\n    \"disallowJoin\": false,\n    \"isEmployeeOnly\": false,\n    \"isLocked\": false,\n    \"isMuted\": false,\n    \"noIncognito\": false,\n    \"maxGuestSessions\": 10,\n    \"maxAdminCapacity\": 3,\n    \"topics\": [\n      {\n        \"id\": \"9001809547494863432\",\n        \"name\": \"NFTs\"\n      },\n      {\n        \"id\": \"900512550799709430\",\n        \"name\": \"Cryptocurrencies\"\n      },\n      {\n        \"id\": \"900183888543249348\",\n        \"name\": \"Entertainment\"\n      }\n    ],\n    \"tweetId\": \"2008198802728870650\",\n    \"mentionedUserIds\": [\n      \"1001260066\"\n    ]\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "Request validation failed or the upstream request was invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "space",
                    "by-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "spaceId",
                      "value": "1MnxnPmLRQBGO",
                      "disabled": false
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"Request validation failed\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The TweetAPI key or caller-supplied Twitter authentication token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "space",
                    "by-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "spaceId",
                      "value": "1MnxnPmLRQBGO",
                      "disabled": false
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 401,\n  \"message\": \"No API key provided\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The authenticated account is not permitted to perform the operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "space",
                    "by-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "spaceId",
                      "value": "1MnxnPmLRQBGO",
                      "disabled": false
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 403,\n  \"message\": \"Forbidden\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The requested resource or route was not found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "space",
                    "by-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "spaceId",
                      "value": "1MnxnPmLRQBGO",
                      "disabled": false
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 404,\n  \"message\": \"Not found\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The per-minute rate limit or plan request allowance was exceeded. The response does not currently include Retry-After or X-RateLimit headers.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "space",
                    "by-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "spaceId",
                      "value": "1MnxnPmLRQBGO",
                      "disabled": false
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 429,\n  \"message\": \"Rate limit quota exceeded\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "TweetAPI or an upstream dependency failed to process the request.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "space",
                    "by-id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "spaceId",
                      "value": "1MnxnPmLRQBGO",
                      "disabled": false
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 500,\n  \"message\": \"Internal Server Error\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "name": "Stream Url",
          "request": {
            "name": "Stream Url",
            "description": {
              "content": "Get the audio stream URL for a platform Space. Returns an HLS stream URL that can be used to listen to the Space audio. The mediaKey can be obtained from the Space details endpoint.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "tw-v2",
                "space",
                "stream-url"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "mediaKey",
                  "value": "28_1234567890",
                  "description": "(Required) Media key of the Space (obtained from the space by-id endpoint's mediaKey field)"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "space",
                    "stream-url"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "mediaKey",
                      "value": "28_1234567890",
                      "disabled": false
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"hlsUrl\": \"https://example.com/link-94089/link-90411\",\n    \"status\": \"LIVE_PUBLIC\",\n    \"streamType\": \"HLS\",\n    \"shareUrl\": \"https://x.com/i/broadcasts/1MnxnPmLRQBGO\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "Request validation failed or the upstream request was invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "space",
                    "stream-url"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "mediaKey",
                      "value": "28_1234567890",
                      "disabled": false
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"Request validation failed\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The TweetAPI key or caller-supplied Twitter authentication token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "space",
                    "stream-url"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "mediaKey",
                      "value": "28_1234567890",
                      "disabled": false
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 401,\n  \"message\": \"No API key provided\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The authenticated account is not permitted to perform the operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "space",
                    "stream-url"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "mediaKey",
                      "value": "28_1234567890",
                      "disabled": false
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 403,\n  \"message\": \"Forbidden\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The requested resource or route was not found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "space",
                    "stream-url"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "mediaKey",
                      "value": "28_1234567890",
                      "disabled": false
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 404,\n  \"message\": \"Not found\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The per-minute rate limit or plan request allowance was exceeded. The response does not currently include Retry-After or X-RateLimit headers.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "space",
                    "stream-url"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "mediaKey",
                      "value": "28_1234567890",
                      "disabled": false
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 429,\n  \"message\": \"Rate limit quota exceeded\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "TweetAPI or an upstream dependency failed to process the request.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "space",
                    "stream-url"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "mediaKey",
                      "value": "28_1234567890",
                      "disabled": false
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 500,\n  \"message\": \"Internal Server Error\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Search",
      "description": {
        "content": "Public Twitter search operations.",
        "type": "text/plain"
      },
      "item": [
        {
          "name": "Search",
          "request": {
            "name": "Search",
            "description": {
              "content": "Search for tweets, users, or other content on the platform. Supports various search operators and filters.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "tw-v2",
                "search"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "query",
                  "value": "open source intelligence",
                  "description": "(Required) Search query string. Supports advanced search operators."
                },
                {
                  "disabled": false,
                  "key": "type",
                  "value": "Latest",
                  "description": "(Required) Type of search results (Latest, Top, People, Photos, Videos)"
                },
                {
                  "disabled": true,
                  "key": "cursor",
                  "value": "NEXT_CURSOR",
                  "description": "Pagination cursor for fetching next page of results. Obtained from previous response."
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "query",
                      "value": "open source intelligence",
                      "disabled": false
                    },
                    {
                      "key": "type",
                      "value": "Latest",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": [\n    {\n      \"id\": \"5008544259011533649\",\n      \"conversationId\": \"5008544259011533649\",\n      \"text\": \"Sample post text 92982 for documentation.\",\n      \"displayTextRange\": [\n        0,\n        106\n      ],\n      \"author\": {\n        \"id\": \"10052560\",\n        \"username\": \"sample_user_15807\",\n        \"name\": \"Sample User 15807\",\n        \"bio\": \"Sample profile bio for Sample User 15807.\",\n        \"location\": \"Sample City 850\",\n        \"website\": \"https://example.com/link-94089/profile-29900/profile-01348\",\n        \"pinnedTweetIds\": [],\n        \"avatar\": \"https://example.com/link-94089/profile-29900/images/sample-avatar-01348.jpg\",\n        \"banner\": \"https://example.com/link-94089/profile-29900/images/sample-banner-01348.jpg\",\n        \"profileImageShape\": \"Circle\",\n        \"verified\": false,\n        \"isBlueVerified\": true,\n        \"verifiedType\": null,\n        \"verifiedSince\": null,\n        \"isIdentityVerified\": false,\n        \"isProtected\": false,\n        \"possiblySensitive\": false,\n        \"profileInterstitialType\": null,\n        \"withheldInCountries\": [],\n        \"professional\": null,\n        \"businessAccount\": null,\n        \"creatorSubscriptionsCount\": 0,\n        \"hasHiddenSubscriptions\": false,\n        \"highlightsInfo\": null,\n        \"hasGraduatedAccess\": true,\n        \"isProfileTranslatable\": false,\n        \"hasCustomTimelines\": true,\n        \"isTranslator\": false,\n        \"affiliatesHighlightedLabel\": {},\n        \"defaultProfile\": false,\n        \"defaultProfileImage\": false,\n        \"followerCount\": 1035,\n        \"followingCount\": 1263,\n        \"tweetCount\": 30315,\n        \"listedCount\": 22,\n        \"mediaCount\": 2641,\n        \"favoritesCount\": 26629,\n        \"createdAt\": \"2009-10-02T04:50:43.000Z\"\n      },\n      \"source\": null,\n      \"type\": \"tweet\",\n      \"replyTo\": null,\n      \"quotedTweet\": null,\n      \"retweetedTweet\": null,\n      \"reactionContext\": {\n        \"isReaction\": true,\n        \"targetTweetId\": \"2000000000000000001\",\n        \"targetTweetUrl\": \"https://x.com/sample_user_00001/status/2000000000000000001\",\n        \"targetAuthor\": {\n          \"id\": \"1000000000000000001\",\n          \"username\": \"sample_user_00001\",\n          \"name\": \"Sample User 00001\",\n          \"avatar\": \"https://example.com/images/sample-avatar-00001.jpg\",\n          \"isBlueVerified\": true\n        }\n      },\n      \"likeCount\": 0,\n      \"retweetCount\": 0,\n      \"replyCount\": 0,\n      \"quoteCount\": 0,\n      \"bookmarkCount\": 0,\n      \"viewCount\": 0,\n      \"media\": [],\n      \"poll\": null,\n      \"card\": {\n        \"name\": \"\",\n        \"url\": \"https://example.com/link-94089/profile-29900/link-44694\",\n        \"cardType\": \"\",\n        \"type\": \"summary\",\n        \"bindingValues\": {\n          \"title\": \"\",\n          \"description\": \"\",\n          \"domain\": \"\",\n          \"thumbnailImageUrl\": null,\n          \"thumbnailImageColor\": null,\n          \"playerUrl\": null,\n          \"playerWidth\": null,\n          \"playerHeight\": null,\n          \"appId\": null,\n          \"appName\": null,\n          \"appStarRating\": null,\n          \"appPriceAmount\": null,\n          \"appPriceCurrency\": null\n        },\n        \"cardPlatform\": {\n          \"platform\": {\n            \"device\": {\n              \"name\": \"\",\n              \"version\": \"\"\n            },\n            \"audience\": {\n              \"name\": \"\"\n            }\n          }\n        },\n        \"vanityUrl\": null,\n        \"userRefsResults\": null\n      },\n      \"hashtags\": [\n        \"sample_topic_32478\"\n      ],\n      \"mentions\": [],\n      \"urls\": [\n        \"https://example.com/link-94089/link-68849\"\n      ],\n      \"symbols\": [],\n      \"possiblySensitive\": false,\n      \"limitedActions\": null,\n      \"isEdited\": false,\n      \"editControl\": null,\n      \"isTranslatable\": true,\n      \"lang\": \"ja\",\n      \"translatedText\": null,\n      \"hasBirdwatchNotes\": false,\n      \"birdwatchPivot\": null,\n      \"conversationControl\": null,\n      \"isPromoted\": false,\n      \"promotedMetadata\": null,\n      \"createdAt\": \"2025-10-02T05:52:05.000Z\",\n      \"place\": null,\n      \"communityId\": null,\n      \"communityResults\": null\n    },\n    {\n      \"id\": \"5001104622824944120\",\n      \"conversationId\": \"5001104622824944120\",\n      \"text\": \"Sample post text 50780 for documentation.\",\n      \"displayTextRange\": [\n        0,\n        217\n      ],\n      \"author\": {\n        \"id\": \"1005062105916925213\",\n        \"username\": \"sample_user_63109\",\n        \"name\": \"Sample User 63109\",\n        \"bio\": \"Sample profile bio for Sample User 63109.\",\n        \"location\": null,\n        \"website\": null,\n        \"pinnedTweetIds\": [],\n        \"avatar\": \"https://example.com/link-94089/profile-29900/images/sample-avatar-89086.jpg\",\n        \"banner\": null,\n        \"profileImageShape\": \"Circle\",\n        \"verified\": false,\n        \"isBlueVerified\": false,\n        \"verifiedType\": null,\n        \"verifiedSince\": null,\n        \"isIdentityVerified\": false,\n        \"isProtected\": false,\n        \"possiblySensitive\": false,\n        \"profileInterstitialType\": null,\n        \"withheldInCountries\": [],\n        \"professional\": null,\n        \"businessAccount\": null,\n        \"creatorSubscriptionsCount\": 0,\n        \"hasHiddenSubscriptions\": false,\n        \"highlightsInfo\": null,\n        \"hasGraduatedAccess\": true,\n        \"isProfileTranslatable\": false,\n        \"hasCustomTimelines\": false,\n        \"isTranslator\": false,\n        \"affiliatesHighlightedLabel\": {},\n        \"defaultProfile\": true,\n        \"defaultProfileImage\": false,\n        \"followerCount\": 4,\n        \"followingCount\": 59,\n        \"tweetCount\": 582,\n        \"listedCount\": 0,\n        \"mediaCount\": 64,\n        \"favoritesCount\": 1193,\n        \"createdAt\": \"2024-06-20T19:08:42.000Z\"\n      },\n      \"source\": null,\n      \"type\": \"quote\",\n      \"replyTo\": null,\n      \"quotedTweet\": {\n        \"id\": \"5002041994614812665\",\n        \"conversationId\": \"5002041994614812665\",\n        \"text\": \"Sample post text 04487 for documentation.\",\n        \"displayTextRange\": [\n          0,\n          35\n        ],\n        \"author\": {\n          \"id\": \"2001412908113892121\",\n          \"username\": \"sample_user_11152\",\n          \"name\": \"Sample User 11152\",\n          \"bio\": \"Sample profile bio for Sample User 11152.\",\n          \"location\": \"Sample City 129\",\n          \"website\": \"https://example.com/link-94089/profile-11152\",\n          \"pinnedTweetIds\": [\n            \"2001181362332812091\"\n          ],\n          \"avatar\": \"https://example.com/link-94089/profile-29900/images/sample-avatar-20142.jpg\",\n          \"banner\": \"https://example.com/link-94089/profile-29900/images/sample-banner-20142.jpg\",\n          \"profileImageShape\": \"Circle\",\n          \"verified\": false,\n          \"isBlueVerified\": true,\n          \"verifiedType\": null,\n          \"verifiedSince\": null,\n          \"isIdentityVerified\": false,\n          \"isProtected\": false,\n          \"possiblySensitive\": false,\n          \"profileInterstitialType\": null,\n          \"withheldInCountries\": [],\n          \"professional\": null,\n          \"businessAccount\": null,\n          \"creatorSubscriptionsCount\": 0,\n          \"hasHiddenSubscriptions\": false,\n          \"highlightsInfo\": null,\n          \"hasGraduatedAccess\": true,\n          \"isProfileTranslatable\": false,\n          \"hasCustomTimelines\": true,\n          \"isTranslator\": false,\n          \"affiliatesHighlightedLabel\": {\n            \"label\": {\n              \"url\": {\n                \"url\": \"https://x.com/sample_user_30043\",\n                \"urlType\": \"DeepLink\"\n              },\n              \"badge\": {\n                \"url\": \"https://example.com/link-94089/profile-29900/media/sample-media-72669.jpg\"\n              },\n              \"description\": \"Sample description for documentation 48371.\",\n              \"userLabelType\": \"BusinessLabel\",\n              \"userLabelDisplayType\": \"Badge\"\n            }\n          },\n          \"defaultProfile\": true,\n          \"defaultProfileImage\": false,\n          \"followerCount\": 9544,\n          \"followingCount\": 584,\n          \"tweetCount\": 7091,\n          \"listedCount\": 67,\n          \"mediaCount\": 495,\n          \"favoritesCount\": 12967,\n          \"createdAt\": \"2018-12-23T13:25:26.000Z\"\n        },\n        \"source\": null,\n        \"type\": \"tweet\",\n        \"replyTo\": null,\n        \"quotedTweet\": null,\n        \"retweetedTweet\": null,\n        \"reactionContext\": {\n          \"isReaction\": true,\n          \"targetTweetId\": \"2000000000000000001\",\n          \"targetTweetUrl\": \"https://x.com/sample_user_00001/status/2000000000000000001\",\n          \"targetAuthor\": {\n            \"id\": \"1000000000000000001\",\n            \"username\": \"sample_user_00001\",\n            \"name\": \"Sample User 00001\",\n            \"avatar\": \"https://example.com/images/sample-avatar-00001.jpg\",\n            \"isBlueVerified\": true\n          }\n        },\n        \"likeCount\": 1748,\n        \"retweetCount\": 31,\n        \"replyCount\": 163,\n        \"quoteCount\": 25,\n        \"bookmarkCount\": 65,\n        \"viewCount\": 117169,\n        \"media\": [],\n        \"poll\": null,\n        \"card\": null,\n        \"hashtags\": [],\n        \"mentions\": [],\n        \"urls\": [],\n        \"symbols\": [],\n        \"possiblySensitive\": false,\n        \"limitedActions\": null,\n        \"isEdited\": false,\n        \"editControl\": null,\n        \"isTranslatable\": false,\n        \"lang\": \"en\",\n        \"translatedText\": null,\n        \"hasBirdwatchNotes\": false,\n        \"birdwatchPivot\": null,\n        \"conversationControl\": null,\n        \"isPromoted\": false,\n        \"promotedMetadata\": null,\n        \"createdAt\": \"2025-10-01T16:22:10.000Z\",\n        \"place\": null,\n        \"communityId\": null,\n        \"communityResults\": null\n      },\n      \"retweetedTweet\": null,\n      \"reactionContext\": {\n        \"isReaction\": true,\n        \"targetTweetId\": \"2000000000000000001\",\n        \"targetTweetUrl\": \"https://x.com/sample_user_00001/status/2000000000000000001\",\n        \"targetAuthor\": {\n          \"id\": \"1000000000000000001\",\n          \"username\": \"sample_user_00001\",\n          \"name\": \"Sample User 00001\",\n          \"avatar\": \"https://example.com/images/sample-avatar-00001.jpg\",\n          \"isBlueVerified\": true\n        }\n      },\n      \"likeCount\": 0,\n      \"retweetCount\": 0,\n      \"replyCount\": 0,\n      \"quoteCount\": 0,\n      \"bookmarkCount\": 0,\n      \"viewCount\": 0,\n      \"media\": [],\n      \"poll\": null,\n      \"card\": null,\n      \"hashtags\": [],\n      \"mentions\": [],\n      \"urls\": [],\n      \"symbols\": [],\n      \"possiblySensitive\": false,\n      \"limitedActions\": null,\n      \"isEdited\": false,\n      \"editControl\": null,\n      \"isTranslatable\": false,\n      \"lang\": \"en\",\n      \"translatedText\": null,\n      \"hasBirdwatchNotes\": false,\n      \"birdwatchPivot\": null,\n      \"conversationControl\": null,\n      \"isPromoted\": false,\n      \"promotedMetadata\": null,\n      \"createdAt\": \"2025-10-02T05:52:03.000Z\",\n      \"place\": null,\n      \"communityId\": null,\n      \"communityResults\": null\n    },\n    {\n      \"id\": \"5007796420291725477\",\n      \"conversationId\": \"5007796420291725477\",\n      \"text\": \"Sample post text 99298 for documentation.\",\n      \"displayTextRange\": [\n        0,\n        75\n      ],\n      \"author\": {\n        \"id\": \"1001658383861514682\",\n        \"username\": \"sample_user_33087\",\n        \"name\": \"Sample User 33087\",\n        \"bio\": \"Sample profile bio for Sample User 33087.\",\n        \"location\": \"Sample City 459\",\n        \"website\": \"https://example.com/link-94089/profile-29900/profile-13612\",\n        \"pinnedTweetIds\": [],\n        \"avatar\": \"https://example.com/link-94089/profile-29900/images/sample-avatar-13612.jpg\",\n        \"banner\": \"https://example.com/link-94089/profile-29900/images/sample-banner-13612.jpg\",\n        \"profileImageShape\": \"Circle\",\n        \"verified\": false,\n        \"isBlueVerified\": true,\n        \"verifiedType\": null,\n        \"verifiedSince\": null,\n        \"isIdentityVerified\": false,\n        \"isProtected\": false,\n        \"possiblySensitive\": false,\n        \"profileInterstitialType\": null,\n        \"withheldInCountries\": [],\n        \"professional\": null,\n        \"businessAccount\": null,\n        \"creatorSubscriptionsCount\": 0,\n        \"hasHiddenSubscriptions\": false,\n        \"highlightsInfo\": null,\n        \"hasGraduatedAccess\": true,\n        \"isProfileTranslatable\": false,\n        \"hasCustomTimelines\": false,\n        \"isTranslator\": false,\n        \"affiliatesHighlightedLabel\": {},\n        \"defaultProfile\": true,\n        \"defaultProfileImage\": false,\n        \"followerCount\": 50,\n        \"followingCount\": 145,\n        \"tweetCount\": 124,\n        \"listedCount\": 0,\n        \"mediaCount\": 16,\n        \"favoritesCount\": 152,\n        \"createdAt\": \"2022-11-30T11:37:54.000Z\"\n      },\n      \"source\": null,\n      \"type\": \"tweet\",\n      \"replyTo\": null,\n      \"quotedTweet\": null,\n      \"retweetedTweet\": null,\n      \"reactionContext\": {\n        \"isReaction\": true,\n        \"targetTweetId\": \"2000000000000000001\",\n        \"targetTweetUrl\": \"https://x.com/sample_user_00001/status/2000000000000000001\",\n        \"targetAuthor\": {\n          \"id\": \"1000000000000000001\",\n          \"username\": \"sample_user_00001\",\n          \"name\": \"Sample User 00001\",\n          \"avatar\": \"https://example.com/images/sample-avatar-00001.jpg\",\n          \"isBlueVerified\": true\n        }\n      },\n      \"likeCount\": 0,\n      \"retweetCount\": 0,\n      \"replyCount\": 0,\n      \"quoteCount\": 0,\n      \"bookmarkCount\": 0,\n      \"viewCount\": 2,\n      \"media\": [\n        {\n          \"id\": \"2101766276920726276\",\n          \"key\": \"13_2101766276920726276\",\n          \"type\": \"video\",\n          \"url\": \"https://example.com/link-94089/profile-29900/media/sample-media-26411.jpg\",\n          \"displayUrl\": \"pic.x.com/5lY15cf0LW\",\n          \"expandedUrl\": \"https://x.com/sample_user_54529/status/2007262515642831386/video/1\",\n          \"thumbnailUrl\": \"https://example.com/link-94089/profile-29900/media/sample-media-41472.jpg\",\n          \"width\": 704,\n          \"height\": 1280,\n          \"aspectRatio\": [\n            11,\n            20\n          ],\n          \"sizes\": {\n            \"thumb\": {\n              \"width\": 150,\n              \"height\": 150,\n              \"resize\": \"crop\"\n            },\n            \"small\": {\n              \"width\": 374,\n              \"height\": 680,\n              \"resize\": \"fit\"\n            },\n            \"medium\": {\n              \"width\": 660,\n              \"height\": 1200,\n              \"resize\": \"fit\"\n            },\n            \"large\": {\n              \"width\": 704,\n              \"height\": 1280,\n              \"resize\": \"fit\"\n            },\n            \"original\": {\n              \"width\": 704,\n              \"height\": 1280,\n              \"resize\": \"fit\"\n            }\n          },\n          \"duration\": 10,\n          \"bitrate\": null,\n          \"videoInfo\": {\n            \"variants\": [\n              {\n                \"bitrate\": 0,\n                \"contentType\": \"application/x-mpegURL\",\n                \"url\": \"https://example.com/link-94089/profile-29900/media/sample-media-48775.jpg\"\n              },\n              {\n                \"bitrate\": 632000,\n                \"contentType\": \"video/mp4\",\n                \"url\": \"https://example.com/link-94089/profile-29900/media/sample-media-19404.jpg\"\n              },\n              {\n                \"bitrate\": 950000,\n                \"contentType\": \"video/mp4\",\n                \"url\": \"https://example.com/link-94089/profile-29900/media/sample-media-75213.jpg\"\n              },\n              {\n                \"bitrate\": 2176000,\n                \"contentType\": \"video/mp4\",\n                \"url\": \"https://example.com/link-94089/profile-29900/media/sample-media-26411.jpg\"\n              }\n            ],\n            \"durationMillis\": 9704\n          },\n          \"altText\": null,\n          \"sensitiveMedia\": false,\n          \"features\": {\n            \"all\": [],\n            \"large\": [],\n            \"medium\": [],\n            \"small\": [],\n            \"orig\": [\n              {\n                \"faces\": []\n              }\n            ]\n          },\n          \"mediaAvailability\": {\n            \"status\": \"Available\",\n            \"reason\": null\n          },\n          \"allowDownload\": true,\n          \"mediaStats\": null,\n          \"processingInfo\": null,\n          \"sourceStatusId\": null,\n          \"sourceUserId\": null,\n          \"stickers\": null\n        }\n      ],\n      \"poll\": null,\n      \"card\": null,\n      \"hashtags\": [],\n      \"mentions\": [\n        \"sample_user_54259\"\n      ],\n      \"urls\": [],\n      \"symbols\": [],\n      \"possiblySensitive\": false,\n      \"limitedActions\": null,\n      \"isEdited\": false,\n      \"editControl\": null,\n      \"isTranslatable\": false,\n      \"lang\": \"en\",\n      \"translatedText\": null,\n      \"hasBirdwatchNotes\": false,\n      \"birdwatchPivot\": null,\n      \"conversationControl\": null,\n      \"isPromoted\": false,\n      \"promotedMetadata\": null,\n      \"createdAt\": \"2025-10-02T05:51:56.000Z\",\n      \"place\": null,\n      \"communityId\": null,\n      \"communityResults\": null\n    },\n    {\n      \"id\": \"5001728627922668492\",\n      \"conversationId\": \"5001728627922668492\",\n      \"text\": \"Sample post text 98863 for documentation.\",\n      \"displayTextRange\": [\n        0,\n        97\n      ],\n      \"author\": {\n        \"id\": \"10018922\",\n        \"username\": \"sample_user_57040\",\n        \"name\": \"Sample User 81794\",\n        \"bio\": \"Sample profile bio for Sample User 81794.\",\n        \"location\": \"Sample City 026\",\n        \"website\": \"https://example.com/link-94089/profile-29900/profile-82353\",\n        \"pinnedTweetIds\": [],\n        \"avatar\": \"https://example.com/link-94089/profile-29900/images/sample-avatar-82353.jpg\",\n        \"banner\": \"https://example.com/link-94089/profile-29900/images/sample-banner-82353.jpg\",\n        \"profileImageShape\": \"Circle\",\n        \"verified\": false,\n        \"isBlueVerified\": false,\n        \"verifiedType\": null,\n        \"verifiedSince\": null,\n        \"isIdentityVerified\": false,\n        \"isProtected\": false,\n        \"possiblySensitive\": false,\n        \"profileInterstitialType\": null,\n        \"withheldInCountries\": [],\n        \"professional\": {\n          \"type\": \"Business\",\n          \"category\": [\n            {\n              \"id\": 580,\n              \"name\": \"Media & News Company\",\n              \"icon_name\": \"IconBriefcaseStroke\"\n            }\n          ],\n          \"restId\": \"7001500056746435120\"\n        },\n        \"businessAccount\": null,\n        \"creatorSubscriptionsCount\": 0,\n        \"hasHiddenSubscriptions\": false,\n        \"highlightsInfo\": null,\n        \"hasGraduatedAccess\": true,\n        \"isProfileTranslatable\": false,\n        \"hasCustomTimelines\": false,\n        \"isTranslator\": false,\n        \"affiliatesHighlightedLabel\": {},\n        \"defaultProfile\": false,\n        \"defaultProfileImage\": false,\n        \"followerCount\": 117839,\n        \"followingCount\": 1,\n        \"tweetCount\": 345074,\n        \"listedCount\": 767,\n        \"mediaCount\": 48213,\n        \"favoritesCount\": 2,\n        \"createdAt\": \"2009-12-23T12:49:16.000Z\"\n      },\n      \"source\": null,\n      \"type\": \"tweet\",\n      \"replyTo\": null,\n      \"quotedTweet\": null,\n      \"retweetedTweet\": null,\n      \"reactionContext\": {\n        \"isReaction\": true,\n        \"targetTweetId\": \"2000000000000000001\",\n        \"targetTweetUrl\": \"https://x.com/sample_user_00001/status/2000000000000000001\",\n        \"targetAuthor\": {\n          \"id\": \"1000000000000000001\",\n          \"username\": \"sample_user_00001\",\n          \"name\": \"Sample User 00001\",\n          \"avatar\": \"https://example.com/images/sample-avatar-00001.jpg\",\n          \"isBlueVerified\": true\n        }\n      },\n      \"likeCount\": 0,\n      \"retweetCount\": 0,\n      \"replyCount\": 0,\n      \"quoteCount\": 0,\n      \"bookmarkCount\": 0,\n      \"viewCount\": 0,\n      \"media\": [\n        {\n          \"id\": \"2101027339610739507\",\n          \"key\": \"3_2101027339610739507\",\n          \"type\": \"photo\",\n          \"url\": \"https://example.com/link-94089/profile-29900/media/sample-media-36496.jpg\",\n          \"displayUrl\": \"pic.x.com/vXu5qFQfh7\",\n          \"expandedUrl\": \"https://x.com/sample_user_32621/status/2008618211196881887/photo/1\",\n          \"thumbnailUrl\": \"https://example.com/link-94089/profile-29900/media/sample-media-36496.jpg\",\n          \"width\": 1000,\n          \"height\": 523,\n          \"aspectRatio\": [\n            1000,\n            523\n          ],\n          \"sizes\": {\n            \"thumb\": {\n              \"width\": 150,\n              \"height\": 150,\n              \"resize\": \"crop\"\n            },\n            \"small\": {\n              \"width\": 680,\n              \"height\": 356,\n              \"resize\": \"fit\"\n            },\n            \"medium\": {\n              \"width\": 1000,\n              \"height\": 523,\n              \"resize\": \"fit\"\n            },\n            \"large\": {\n              \"width\": 1000,\n              \"height\": 523,\n              \"resize\": \"fit\"\n            },\n            \"original\": {\n              \"width\": 1000,\n              \"height\": 523,\n              \"resize\": \"fit\"\n            }\n          },\n          \"duration\": null,\n          \"bitrate\": null,\n          \"videoInfo\": null,\n          \"altText\": null,\n          \"sensitiveMedia\": false,\n          \"features\": {\n            \"all\": [],\n            \"large\": [],\n            \"medium\": [],\n            \"small\": [],\n            \"orig\": [\n              {\n                \"faces\": [\n                  {\n                    \"x\": 0,\n                    \"y\": 0,\n                    \"width\": 934,\n                    \"height\": 523\n                  },\n                  {\n                    \"x\": 114,\n                    \"y\": 0,\n                    \"width\": 523,\n                    \"height\": 523\n                  },\n                  {\n                    \"x\": 146,\n                    \"y\": 0,\n                    \"width\": 459,\n                    \"height\": 523\n                  },\n                  {\n                    \"x\": 244,\n                    \"y\": 0,\n                    \"width\": 262,\n                    \"height\": 523\n                  },\n                  {\n                    \"x\": 0,\n                    \"y\": 0,\n                    \"width\": 1000,\n                    \"height\": 523\n                  }\n                ]\n              }\n            ]\n          },\n          \"mediaAvailability\": {\n            \"status\": \"Available\",\n            \"reason\": null\n          },\n          \"allowDownload\": true,\n          \"mediaStats\": null,\n          \"processingInfo\": null,\n          \"sourceStatusId\": null,\n          \"sourceUserId\": null,\n          \"stickers\": null\n        }\n      ],\n      \"poll\": null,\n      \"card\": null,\n      \"hashtags\": [\n        \"sample_topic_39931\"\n      ],\n      \"mentions\": [],\n      \"urls\": [\n        \"https://example.com/link-94089/link-46395\"\n      ],\n      \"symbols\": [],\n      \"possiblySensitive\": false,\n      \"limitedActions\": null,\n      \"isEdited\": false,\n      \"editControl\": null,\n      \"isTranslatable\": false,\n      \"lang\": \"el\",\n      \"translatedText\": null,\n      \"hasBirdwatchNotes\": false,\n      \"birdwatchPivot\": null,\n      \"conversationControl\": null,\n      \"isPromoted\": false,\n      \"promotedMetadata\": null,\n      \"createdAt\": \"2025-10-02T05:51:34.000Z\",\n      \"place\": null,\n      \"communityId\": null,\n      \"communityResults\": null\n    },\n    {\n      \"id\": \"5001005184655181759\",\n      \"conversationId\": \"5001005184655181759\",\n      \"text\": \"Sample post text 05442 for documentation.\",\n      \"displayTextRange\": [\n        0,\n        277\n      ],\n      \"author\": {\n        \"id\": \"10024355\",\n        \"username\": \"sample_user_88984\",\n        \"name\": \"Sample User 01685\",\n        \"bio\": \"Sample profile bio for Sample User 01685.\",\n        \"location\": \"Sample City 457\",\n        \"website\": \"https://example.com/link-94089/profile-29900/profile-47965\",\n        \"pinnedTweetIds\": [\n          \"2001533815161575065\"\n        ],\n        \"avatar\": \"https://example.com/link-94089/profile-29900/images/sample-avatar-47965.jpg\",\n        \"banner\": \"https://example.com/link-94089/profile-29900/images/sample-banner-47965.jpg\",\n        \"profileImageShape\": \"Circle\",\n        \"verified\": false,\n        \"isBlueVerified\": true,\n        \"verifiedType\": null,\n        \"verifiedSince\": null,\n        \"isIdentityVerified\": false,\n        \"isProtected\": false,\n        \"possiblySensitive\": false,\n        \"profileInterstitialType\": null,\n        \"withheldInCountries\": [],\n        \"professional\": null,\n        \"businessAccount\": null,\n        \"creatorSubscriptionsCount\": 0,\n        \"hasHiddenSubscriptions\": false,\n        \"highlightsInfo\": null,\n        \"hasGraduatedAccess\": true,\n        \"isProfileTranslatable\": false,\n        \"hasCustomTimelines\": true,\n        \"isTranslator\": false,\n        \"affiliatesHighlightedLabel\": {},\n        \"defaultProfile\": false,\n        \"defaultProfileImage\": false,\n        \"followerCount\": 422951,\n        \"followingCount\": 972,\n        \"tweetCount\": 197383,\n        \"listedCount\": 13852,\n        \"mediaCount\": 82,\n        \"favoritesCount\": 32386,\n        \"createdAt\": \"2007-03-07T07:10:46.000Z\"\n      },\n      \"source\": null,\n      \"type\": \"tweet\",\n      \"replyTo\": null,\n      \"quotedTweet\": null,\n      \"retweetedTweet\": null,\n      \"reactionContext\": {\n        \"isReaction\": true,\n        \"targetTweetId\": \"2000000000000000001\",\n        \"targetTweetUrl\": \"https://x.com/sample_user_00001/status/2000000000000000001\",\n        \"targetAuthor\": {\n          \"id\": \"1000000000000000001\",\n          \"username\": \"sample_user_00001\",\n          \"name\": \"Sample User 00001\",\n          \"avatar\": \"https://example.com/images/sample-avatar-00001.jpg\",\n          \"isBlueVerified\": true\n        }\n      },\n      \"likeCount\": 0,\n      \"retweetCount\": 0,\n      \"replyCount\": 0,\n      \"quoteCount\": 0,\n      \"bookmarkCount\": 0,\n      \"viewCount\": 74,\n      \"media\": [],\n      \"poll\": null,\n      \"card\": {\n        \"name\": \"\",\n        \"url\": \"https://example.com/link-94089/profile-29900/link-31353\",\n        \"cardType\": \"\",\n        \"type\": \"summary\",\n        \"bindingValues\": {\n          \"title\": \"\",\n          \"description\": \"\",\n          \"domain\": \"\",\n          \"thumbnailImageUrl\": null,\n          \"thumbnailImageColor\": null,\n          \"playerUrl\": null,\n          \"playerWidth\": null,\n          \"playerHeight\": null,\n          \"appId\": null,\n          \"appName\": null,\n          \"appStarRating\": null,\n          \"appPriceAmount\": null,\n          \"appPriceCurrency\": null\n        },\n        \"cardPlatform\": {\n          \"platform\": {\n            \"device\": {\n              \"name\": \"\",\n              \"version\": \"\"\n            },\n            \"audience\": {\n              \"name\": \"\"\n            }\n          }\n        },\n        \"vanityUrl\": null,\n        \"userRefsResults\": null\n      },\n      \"hashtags\": [],\n      \"mentions\": [\n        \"sample_user_09601\"\n      ],\n      \"urls\": [\n        \"https://example.com/link-94089/link-02117\",\n        \"https://example.com/link-94089/link-67150\",\n        \"https://example.com/link-94089/link-01086\"\n      ],\n      \"symbols\": [],\n      \"possiblySensitive\": false,\n      \"limitedActions\": null,\n      \"isEdited\": false,\n      \"editControl\": null,\n      \"isTranslatable\": false,\n      \"lang\": \"en\",\n      \"translatedText\": null,\n      \"hasBirdwatchNotes\": false,\n      \"birdwatchPivot\": null,\n      \"conversationControl\": null,\n      \"isPromoted\": false,\n      \"promotedMetadata\": null,\n      \"createdAt\": \"2025-10-02T05:51:29.000Z\",\n      \"place\": null,\n      \"communityId\": null,\n      \"communityResults\": null\n    },\n    {\n      \"id\": \"5001312816663801553\",\n      \"conversationId\": \"5001312816663801553\",\n      \"text\": \"Sample post text 26434 for documentation.\",\n      \"displayTextRange\": [\n        0,\n        225\n      ],\n      \"author\": {\n        \"id\": \"100131491\",\n        \"username\": \"sample_user_94538\",\n        \"name\": \"Sample User 94538\",\n        \"bio\": \"Sample profile bio for Sample User 94538.\",\n        \"location\": null,\n        \"website\": null,\n        \"pinnedTweetIds\": [\n          \"2007681058566080607\"\n        ],\n        \"avatar\": \"https://example.com/link-94089/profile-29900/images/sample-avatar-04038.jpg\",\n        \"banner\": \"https://example.com/link-94089/profile-29900/images/sample-banner-04038.jpg\",\n        \"profileImageShape\": \"Circle\",\n        \"verified\": false,\n        \"isBlueVerified\": true,\n        \"verifiedType\": null,\n        \"verifiedSince\": null,\n        \"isIdentityVerified\": false,\n        \"isProtected\": false,\n        \"possiblySensitive\": false,\n        \"profileInterstitialType\": null,\n        \"withheldInCountries\": [],\n        \"professional\": null,\n        \"businessAccount\": null,\n        \"creatorSubscriptionsCount\": 0,\n        \"hasHiddenSubscriptions\": false,\n        \"highlightsInfo\": null,\n        \"hasGraduatedAccess\": true,\n        \"isProfileTranslatable\": false,\n        \"hasCustomTimelines\": true,\n        \"isTranslator\": false,\n        \"affiliatesHighlightedLabel\": {},\n        \"defaultProfile\": false,\n        \"defaultProfileImage\": false,\n        \"followerCount\": 6343,\n        \"followingCount\": 4133,\n        \"tweetCount\": 298306,\n        \"listedCount\": 113,\n        \"mediaCount\": 13046,\n        \"favoritesCount\": 9066,\n        \"createdAt\": \"2012-06-18T10:17:24.000Z\"\n      },\n      \"source\": null,\n      \"type\": \"tweet\",\n      \"replyTo\": null,\n      \"quotedTweet\": null,\n      \"retweetedTweet\": null,\n      \"reactionContext\": {\n        \"isReaction\": true,\n        \"targetTweetId\": \"2000000000000000001\",\n        \"targetTweetUrl\": \"https://x.com/sample_user_00001/status/2000000000000000001\",\n        \"targetAuthor\": {\n          \"id\": \"1000000000000000001\",\n          \"username\": \"sample_user_00001\",\n          \"name\": \"Sample User 00001\",\n          \"avatar\": \"https://example.com/images/sample-avatar-00001.jpg\",\n          \"isBlueVerified\": true\n        }\n      },\n      \"likeCount\": 0,\n      \"retweetCount\": 0,\n      \"replyCount\": 0,\n      \"quoteCount\": 0,\n      \"bookmarkCount\": 0,\n      \"viewCount\": 5,\n      \"media\": [],\n      \"poll\": null,\n      \"card\": null,\n      \"hashtags\": [],\n      \"mentions\": [],\n      \"urls\": [],\n      \"symbols\": [],\n      \"possiblySensitive\": false,\n      \"limitedActions\": null,\n      \"isEdited\": false,\n      \"editControl\": null,\n      \"isTranslatable\": false,\n      \"lang\": \"en\",\n      \"translatedText\": null,\n      \"hasBirdwatchNotes\": false,\n      \"birdwatchPivot\": null,\n      \"conversationControl\": null,\n      \"isPromoted\": false,\n      \"promotedMetadata\": null,\n      \"createdAt\": \"2025-10-02T05:51:13.000Z\",\n      \"place\": null,\n      \"communityId\": null,\n      \"communityResults\": null\n    },\n    {\n      \"id\": \"5001639328508943658\",\n      \"conversationId\": \"5001639328508943658\",\n      \"text\": \"Sample post text 98385 for documentation.\",\n      \"displayTextRange\": [\n        0,\n        84\n      ],\n      \"author\": {\n        \"id\": \"1007811404432727143\",\n        \"username\": \"sample_user_34928\",\n        \"name\": \"Sample User 34928\",\n        \"bio\": \"Sample profile bio for Sample User 34928.\",\n        \"location\": null,\n        \"website\": \"https://example.com/link-94089/profile-29900/profile-01741\",\n        \"pinnedTweetIds\": [\n          \"2009119691383140426\"\n        ],\n        \"avatar\": \"https://example.com/link-94089/profile-29900/images/sample-avatar-01741.jpg\",\n        \"banner\": \"https://example.com/link-94089/profile-29900/images/sample-banner-01741.jpg\",\n        \"profileImageShape\": \"Circle\",\n        \"verified\": false,\n        \"isBlueVerified\": false,\n        \"verifiedType\": null,\n        \"verifiedSince\": null,\n        \"isIdentityVerified\": false,\n        \"isProtected\": false,\n        \"possiblySensitive\": false,\n        \"profileInterstitialType\": null,\n        \"withheldInCountries\": [],\n        \"professional\": {\n          \"type\": \"Business\",\n          \"category\": [\n            {\n              \"id\": 580,\n              \"name\": \"Media & News Company\",\n              \"icon_name\": \"IconBriefcaseStroke\"\n            }\n          ],\n          \"restId\": \"7001074862876998500\"\n        },\n        \"businessAccount\": null,\n        \"creatorSubscriptionsCount\": 0,\n        \"hasHiddenSubscriptions\": false,\n        \"highlightsInfo\": null,\n        \"hasGraduatedAccess\": true,\n        \"isProfileTranslatable\": false,\n        \"hasCustomTimelines\": true,\n        \"isTranslator\": false,\n        \"affiliatesHighlightedLabel\": {},\n        \"defaultProfile\": true,\n        \"defaultProfileImage\": false,\n        \"followerCount\": 477,\n        \"followingCount\": 23,\n        \"tweetCount\": 47515,\n        \"listedCount\": 7,\n        \"mediaCount\": 7050,\n        \"favoritesCount\": 87,\n        \"createdAt\": \"2021-04-08T04:38:26.000Z\"\n      },\n      \"source\": null,\n      \"type\": \"tweet\",\n      \"replyTo\": null,\n      \"quotedTweet\": null,\n      \"retweetedTweet\": null,\n      \"reactionContext\": {\n        \"isReaction\": true,\n        \"targetTweetId\": \"2000000000000000001\",\n        \"targetTweetUrl\": \"https://x.com/sample_user_00001/status/2000000000000000001\",\n        \"targetAuthor\": {\n          \"id\": \"1000000000000000001\",\n          \"username\": \"sample_user_00001\",\n          \"name\": \"Sample User 00001\",\n          \"avatar\": \"https://example.com/images/sample-avatar-00001.jpg\",\n          \"isBlueVerified\": true\n        }\n      },\n      \"likeCount\": 0,\n      \"retweetCount\": 0,\n      \"replyCount\": 0,\n      \"quoteCount\": 0,\n      \"bookmarkCount\": 0,\n      \"viewCount\": 1,\n      \"media\": [],\n      \"poll\": null,\n      \"card\": {\n        \"name\": \"\",\n        \"url\": \"https://example.com/link-94089/profile-29900/link-83558\",\n        \"cardType\": \"\",\n        \"type\": \"summary\",\n        \"bindingValues\": {\n          \"title\": \"\",\n          \"description\": \"\",\n          \"domain\": \"\",\n          \"thumbnailImageUrl\": null,\n          \"thumbnailImageColor\": null,\n          \"playerUrl\": null,\n          \"playerWidth\": null,\n          \"playerHeight\": null,\n          \"appId\": null,\n          \"appName\": null,\n          \"appStarRating\": null,\n          \"appPriceAmount\": null,\n          \"appPriceCurrency\": null\n        },\n        \"cardPlatform\": {\n          \"platform\": {\n            \"device\": {\n              \"name\": \"\",\n              \"version\": \"\"\n            },\n            \"audience\": {\n              \"name\": \"\"\n            }\n          }\n        },\n        \"vanityUrl\": null,\n        \"userRefsResults\": null\n      },\n      \"hashtags\": [],\n      \"mentions\": [],\n      \"urls\": [\n        \"https://example.com/link-94089/link-63114\"\n      ],\n      \"symbols\": [],\n      \"possiblySensitive\": false,\n      \"limitedActions\": null,\n      \"isEdited\": false,\n      \"editControl\": null,\n      \"isTranslatable\": true,\n      \"lang\": \"in\",\n      \"translatedText\": null,\n      \"hasBirdwatchNotes\": false,\n      \"birdwatchPivot\": null,\n      \"conversationControl\": null,\n      \"isPromoted\": false,\n      \"promotedMetadata\": null,\n      \"createdAt\": \"2025-10-02T05:51:11.000Z\",\n      \"place\": null,\n      \"communityId\": null,\n      \"communityResults\": null\n    },\n    {\n      \"id\": \"5003160039175723396\",\n      \"conversationId\": \"5003160039175723396\",\n      \"text\": \"Sample post text 04251 for documentation.\",\n      \"displayTextRange\": [\n        0,\n        255\n      ],\n      \"author\": {\n        \"id\": \"1001266421076716474\",\n        \"username\": \"sample_user_83281\",\n        \"name\": \"Sample User 83281\",\n        \"bio\": \"Sample profile bio for Sample User 83281.\",\n        \"location\": null,\n        \"website\": \"https://example.com/link-94089/profile-29900/profile-58829\",\n        \"pinnedTweetIds\": [\n          \"2007140337955457470\"\n        ],\n        \"avatar\": \"https://example.com/link-94089/profile-29900/images/sample-avatar-58829.jpg\",\n        \"banner\": null,\n        \"profileImageShape\": \"Circle\",\n        \"verified\": false,\n        \"isBlueVerified\": false,\n        \"verifiedType\": null,\n        \"verifiedSince\": null,\n        \"isIdentityVerified\": false,\n        \"isProtected\": false,\n        \"possiblySensitive\": false,\n        \"profileInterstitialType\": null,\n        \"withheldInCountries\": [],\n        \"professional\": null,\n        \"businessAccount\": null,\n        \"creatorSubscriptionsCount\": 0,\n        \"hasHiddenSubscriptions\": false,\n        \"highlightsInfo\": null,\n        \"hasGraduatedAccess\": true,\n        \"isProfileTranslatable\": false,\n        \"hasCustomTimelines\": false,\n        \"isTranslator\": false,\n        \"affiliatesHighlightedLabel\": {\n          \"label\": {\n            \"badge\": {\n              \"url\": \"https://example.com/link-94089/profile-29900/media/sample-media-61141.jpg\"\n            },\n            \"description\": \"Sample description for documentation 90896.\",\n            \"longDescription\": {\n              \"text\": \"Sample post text 87584 for documentation.\",\n              \"entities\": [\n                {\n                  \"fromIndex\": 13,\n                  \"toIndex\": 24,\n                  \"ref\": {\n                    \"type\": \"TimelineRichTextMention\",\n                    \"screen_name\": \"sample_user_64672\",\n                    \"mention_results\": {\n                      \"result\": {\n                        \"__typename\": \"User\",\n                        \"legacy\": {\n                          \"screen_name\": \"sample_user_64672\"\n                        },\n                        \"rest_id\": \"700493178\"\n                      }\n                    }\n                  }\n                }\n              ]\n            },\n            \"userLabelType\": \"Sample description for documentation 90896.Label\"\n          }\n        },\n        \"defaultProfile\": true,\n        \"defaultProfileImage\": false,\n        \"followerCount\": 14,\n        \"followingCount\": 4,\n        \"tweetCount\": 4461,\n        \"listedCount\": 0,\n        \"mediaCount\": 3870,\n        \"favoritesCount\": 0,\n        \"createdAt\": \"2023-08-25T02:39:53.000Z\"\n      },\n      \"source\": null,\n      \"type\": \"tweet\",\n      \"replyTo\": null,\n      \"quotedTweet\": null,\n      \"retweetedTweet\": null,\n      \"reactionContext\": {\n        \"isReaction\": true,\n        \"targetTweetId\": \"2000000000000000001\",\n        \"targetTweetUrl\": \"https://x.com/sample_user_00001/status/2000000000000000001\",\n        \"targetAuthor\": {\n          \"id\": \"1000000000000000001\",\n          \"username\": \"sample_user_00001\",\n          \"name\": \"Sample User 00001\",\n          \"avatar\": \"https://example.com/images/sample-avatar-00001.jpg\",\n          \"isBlueVerified\": true\n        }\n      },\n      \"likeCount\": 0,\n      \"retweetCount\": 0,\n      \"replyCount\": 0,\n      \"quoteCount\": 0,\n      \"bookmarkCount\": 0,\n      \"viewCount\": 1,\n      \"media\": [\n        {\n          \"id\": \"2101057016571585008\",\n          \"key\": \"3_2101057016571585008\",\n          \"type\": \"photo\",\n          \"url\": \"https://example.com/link-94089/profile-29900/media/sample-media-54339.jpg\",\n          \"displayUrl\": \"pic.x.com/xH1k7HT2Nr\",\n          \"expandedUrl\": \"https://x.com/sample_user_46213/status/2009780368692558740/photo/1\",\n          \"thumbnailUrl\": \"https://example.com/link-94089/profile-29900/media/sample-media-54339.jpg\",\n          \"width\": 1600,\n          \"height\": 850,\n          \"aspectRatio\": [\n            32,\n            17\n          ],\n          \"sizes\": {\n            \"thumb\": {\n              \"width\": 150,\n              \"height\": 150,\n              \"resize\": \"crop\"\n            },\n            \"small\": {\n              \"width\": 680,\n              \"height\": 361,\n              \"resize\": \"fit\"\n            },\n            \"medium\": {\n              \"width\": 1200,\n              \"height\": 638,\n              \"resize\": \"fit\"\n            },\n            \"large\": {\n              \"width\": 1600,\n              \"height\": 850,\n              \"resize\": \"fit\"\n            },\n            \"original\": {\n              \"width\": 1600,\n              \"height\": 850,\n              \"resize\": \"fit\"\n            }\n          },\n          \"duration\": null,\n          \"bitrate\": null,\n          \"videoInfo\": null,\n          \"altText\": null,\n          \"sensitiveMedia\": false,\n          \"features\": {\n            \"all\": [],\n            \"large\": [],\n            \"medium\": [],\n            \"small\": [],\n            \"orig\": [\n              {\n                \"faces\": [\n                  {\n                    \"x\": 82,\n                    \"y\": 0,\n                    \"width\": 1518,\n                    \"height\": 850\n                  },\n                  {\n                    \"x\": 495,\n                    \"y\": 0,\n                    \"width\": 850,\n                    \"height\": 850\n                  },\n                  {\n                    \"x\": 547,\n                    \"y\": 0,\n                    \"width\": 746,\n                    \"height\": 850\n                  },\n                  {\n                    \"x\": 708,\n                    \"y\": 0,\n                    \"width\": 425,\n                    \"height\": 850\n                  },\n                  {\n                    \"x\": 0,\n                    \"y\": 0,\n                    \"width\": 1600,\n                    \"height\": 850\n                  }\n                ]\n              }\n            ]\n          },\n          \"mediaAvailability\": {\n            \"status\": \"Available\",\n            \"reason\": null\n          },\n          \"allowDownload\": true,\n          \"mediaStats\": null,\n          \"processingInfo\": null,\n          \"sourceStatusId\": null,\n          \"sourceUserId\": null,\n          \"stickers\": null\n        }\n      ],\n      \"poll\": null,\n      \"card\": null,\n      \"hashtags\": [],\n      \"mentions\": [],\n      \"urls\": [],\n      \"symbols\": [],\n      \"possiblySensitive\": false,\n      \"limitedActions\": null,\n      \"isEdited\": false,\n      \"editControl\": null,\n      \"isTranslatable\": false,\n      \"lang\": \"ja\",\n      \"translatedText\": null,\n      \"hasBirdwatchNotes\": false,\n      \"birdwatchPivot\": null,\n      \"conversationControl\": null,\n      \"isPromoted\": false,\n      \"promotedMetadata\": null,\n      \"createdAt\": \"2025-10-02T05:50:59.000Z\",\n      \"place\": null,\n      \"communityId\": null,\n      \"communityResults\": null\n    },\n    {\n      \"id\": \"9009199367413034868\",\n      \"conversationId\": \"2001573686078201295\",\n      \"text\": \"Sample post text 62813 for documentation.\",\n      \"displayTextRange\": [\n        14,\n        121\n      ],\n      \"author\": {\n        \"id\": \"1006913218670000037\",\n        \"username\": \"sample_user_02212\",\n        \"name\": \"Sample User 02212\",\n        \"bio\": \"Sample profile bio for Sample User 02212.\",\n        \"location\": \"Sample City 655\",\n        \"website\": null,\n        \"pinnedTweetIds\": [],\n        \"avatar\": \"https://example.com/link-94089/profile-29900/images/sample-avatar-22710.jpg\",\n        \"banner\": \"https://example.com/link-94089/profile-29900/images/sample-banner-22710.jpg\",\n        \"profileImageShape\": \"Circle\",\n        \"verified\": false,\n        \"isBlueVerified\": false,\n        \"verifiedType\": null,\n        \"verifiedSince\": null,\n        \"isIdentityVerified\": false,\n        \"isProtected\": false,\n        \"possiblySensitive\": false,\n        \"profileInterstitialType\": null,\n        \"withheldInCountries\": [],\n        \"professional\": null,\n        \"businessAccount\": null,\n        \"creatorSubscriptionsCount\": 0,\n        \"hasHiddenSubscriptions\": false,\n        \"highlightsInfo\": null,\n        \"hasGraduatedAccess\": true,\n        \"isProfileTranslatable\": false,\n        \"hasCustomTimelines\": false,\n        \"isTranslator\": false,\n        \"affiliatesHighlightedLabel\": {},\n        \"defaultProfile\": true,\n        \"defaultProfileImage\": false,\n        \"followerCount\": 21,\n        \"followingCount\": 160,\n        \"tweetCount\": 230,\n        \"listedCount\": 0,\n        \"mediaCount\": 71,\n        \"favoritesCount\": 7010,\n        \"createdAt\": \"2024-05-16T00:06:19.000Z\"\n      },\n      \"source\": null,\n      \"type\": \"reply\",\n      \"replyTo\": {\n        \"tweetId\": \"2001573686078201295\",\n        \"userId\": \"100746678925814491\",\n        \"username\": \"sample_user_26682\"\n      },\n      \"quotedTweet\": null,\n      \"retweetedTweet\": null,\n      \"reactionContext\": {\n        \"isReaction\": true,\n        \"targetTweetId\": \"2000000000000000001\",\n        \"targetTweetUrl\": \"https://x.com/sample_user_00001/status/2000000000000000001\",\n        \"targetAuthor\": {\n          \"id\": \"1000000000000000001\",\n          \"username\": \"sample_user_00001\",\n          \"name\": \"Sample User 00001\",\n          \"avatar\": \"https://example.com/images/sample-avatar-00001.jpg\",\n          \"isBlueVerified\": true\n        }\n      },\n      \"likeCount\": 0,\n      \"retweetCount\": 0,\n      \"replyCount\": 0,\n      \"quoteCount\": 0,\n      \"bookmarkCount\": 0,\n      \"viewCount\": 4,\n      \"media\": [],\n      \"poll\": null,\n      \"card\": null,\n      \"hashtags\": [],\n      \"mentions\": [\n        \"sample_user_26682\"\n      ],\n      \"urls\": [],\n      \"symbols\": [],\n      \"possiblySensitive\": false,\n      \"limitedActions\": null,\n      \"isEdited\": false,\n      \"editControl\": null,\n      \"isTranslatable\": false,\n      \"lang\": \"en\",\n      \"translatedText\": null,\n      \"hasBirdwatchNotes\": false,\n      \"birdwatchPivot\": null,\n      \"conversationControl\": null,\n      \"isPromoted\": false,\n      \"promotedMetadata\": null,\n      \"createdAt\": \"2025-10-02T05:50:32.000Z\",\n      \"place\": null,\n      \"communityId\": null,\n      \"communityResults\": null\n    },\n    {\n      \"id\": \"5001216828988273241\",\n      \"conversationId\": \"5001216828988273241\",\n      \"text\": \"Sample post text 39862 for documentation.\",\n      \"displayTextRange\": [\n        0,\n        270\n      ],\n      \"author\": {\n        \"id\": \"1001262580086398266\",\n        \"username\": \"sample_user_37728\",\n        \"name\": \"Sample User 37728\",\n        \"bio\": \"Sample profile bio for Sample User 37728.\",\n        \"location\": null,\n        \"website\": \"https://example.com/link-94089/profile-29900/profile-36798\",\n        \"pinnedTweetIds\": [\n          \"2001090050844781189\"\n        ],\n        \"avatar\": \"https://example.com/link-94089/profile-29900/images/sample-avatar-36798.jpg\",\n        \"banner\": \"https://example.com/link-94089/profile-29900/images/sample-banner-36798.jpg\",\n        \"profileImageShape\": \"Circle\",\n        \"verified\": false,\n        \"isBlueVerified\": true,\n        \"verifiedType\": null,\n        \"verifiedSince\": null,\n        \"isIdentityVerified\": false,\n        \"isProtected\": false,\n        \"possiblySensitive\": false,\n        \"profileInterstitialType\": null,\n        \"withheldInCountries\": [],\n        \"professional\": null,\n        \"businessAccount\": null,\n        \"creatorSubscriptionsCount\": 0,\n        \"hasHiddenSubscriptions\": false,\n        \"highlightsInfo\": null,\n        \"hasGraduatedAccess\": true,\n        \"isProfileTranslatable\": false,\n        \"hasCustomTimelines\": false,\n        \"isTranslator\": false,\n        \"affiliatesHighlightedLabel\": {},\n        \"defaultProfile\": true,\n        \"defaultProfileImage\": false,\n        \"followerCount\": 1549,\n        \"followingCount\": 1205,\n        \"tweetCount\": 5548,\n        \"listedCount\": 6,\n        \"mediaCount\": 167,\n        \"favoritesCount\": 9138,\n        \"createdAt\": \"2023-06-27T20:17:13.000Z\"\n      },\n      \"source\": null,\n      \"type\": \"tweet\",\n      \"replyTo\": null,\n      \"quotedTweet\": null,\n      \"retweetedTweet\": null,\n      \"reactionContext\": {\n        \"isReaction\": true,\n        \"targetTweetId\": \"2000000000000000001\",\n        \"targetTweetUrl\": \"https://x.com/sample_user_00001/status/2000000000000000001\",\n        \"targetAuthor\": {\n          \"id\": \"1000000000000000001\",\n          \"username\": \"sample_user_00001\",\n          \"name\": \"Sample User 00001\",\n          \"avatar\": \"https://example.com/images/sample-avatar-00001.jpg\",\n          \"isBlueVerified\": true\n        }\n      },\n      \"likeCount\": 0,\n      \"retweetCount\": 0,\n      \"replyCount\": 1,\n      \"quoteCount\": 0,\n      \"bookmarkCount\": 0,\n      \"viewCount\": 1,\n      \"media\": [],\n      \"poll\": null,\n      \"card\": null,\n      \"hashtags\": [],\n      \"mentions\": [\n        \"sample_user_21386\"\n      ],\n      \"urls\": [],\n      \"symbols\": [],\n      \"possiblySensitive\": false,\n      \"limitedActions\": null,\n      \"isEdited\": false,\n      \"editControl\": null,\n      \"isTranslatable\": false,\n      \"lang\": \"en\",\n      \"translatedText\": null,\n      \"hasBirdwatchNotes\": false,\n      \"birdwatchPivot\": null,\n      \"conversationControl\": null,\n      \"isPromoted\": false,\n      \"promotedMetadata\": null,\n      \"createdAt\": \"2025-10-02T05:50:28.000Z\",\n      \"place\": null,\n      \"communityId\": null,\n      \"communityResults\": null\n    },\n    {\n      \"id\": \"5006577516378064115\",\n      \"conversationId\": \"5006577516378064115\",\n      \"text\": \"Sample post text 32321 for documentation.\",\n      \"displayTextRange\": [\n        0,\n        62\n      ],\n      \"author\": {\n        \"id\": \"1007661604825913954\",\n        \"username\": \"sample_user_66029\",\n        \"name\": \"Sample User 66029\",\n        \"bio\": \"Sample profile bio for Sample User 66029.\",\n        \"location\": null,\n        \"website\": null,\n        \"pinnedTweetIds\": [],\n        \"avatar\": \"https://example.com/link-94089/profile-29900/images/sample-avatar-41470.jpg\",\n        \"banner\": \"https://example.com/link-94089/profile-29900/images/sample-banner-41470.jpg\",\n        \"profileImageShape\": \"Circle\",\n        \"verified\": false,\n        \"isBlueVerified\": false,\n        \"verifiedType\": null,\n        \"verifiedSince\": null,\n        \"isIdentityVerified\": false,\n        \"isProtected\": false,\n        \"possiblySensitive\": false,\n        \"profileInterstitialType\": null,\n        \"withheldInCountries\": [],\n        \"professional\": null,\n        \"businessAccount\": null,\n        \"creatorSubscriptionsCount\": 0,\n        \"hasHiddenSubscriptions\": false,\n        \"highlightsInfo\": null,\n        \"hasGraduatedAccess\": true,\n        \"isProfileTranslatable\": false,\n        \"hasCustomTimelines\": true,\n        \"isTranslator\": false,\n        \"affiliatesHighlightedLabel\": {},\n        \"defaultProfile\": true,\n        \"defaultProfileImage\": false,\n        \"followerCount\": 172,\n        \"followingCount\": 364,\n        \"tweetCount\": 12320,\n        \"listedCount\": 0,\n        \"mediaCount\": 1703,\n        \"favoritesCount\": 5710,\n        \"createdAt\": \"2020-11-09T05:05:27.000Z\"\n      },\n      \"source\": null,\n      \"type\": \"tweet\",\n      \"replyTo\": null,\n      \"quotedTweet\": null,\n      \"retweetedTweet\": null,\n      \"reactionContext\": {\n        \"isReaction\": true,\n        \"targetTweetId\": \"2000000000000000001\",\n        \"targetTweetUrl\": \"https://x.com/sample_user_00001/status/2000000000000000001\",\n        \"targetAuthor\": {\n          \"id\": \"1000000000000000001\",\n          \"username\": \"sample_user_00001\",\n          \"name\": \"Sample User 00001\",\n          \"avatar\": \"https://example.com/images/sample-avatar-00001.jpg\",\n          \"isBlueVerified\": true\n        }\n      },\n      \"likeCount\": 0,\n      \"retweetCount\": 0,\n      \"replyCount\": 0,\n      \"quoteCount\": 0,\n      \"bookmarkCount\": 0,\n      \"viewCount\": 1,\n      \"media\": [],\n      \"poll\": null,\n      \"card\": {\n        \"name\": \"\",\n        \"url\": \"https://example.com/link-94089/profile-29900/link-41849\",\n        \"cardType\": \"\",\n        \"type\": \"summary\",\n        \"bindingValues\": {\n          \"title\": \"\",\n          \"description\": \"\",\n          \"domain\": \"\",\n          \"thumbnailImageUrl\": null,\n          \"thumbnailImageColor\": null,\n          \"playerUrl\": null,\n          \"playerWidth\": null,\n          \"playerHeight\": null,\n          \"appId\": null,\n          \"appName\": null,\n          \"appStarRating\": null,\n          \"appPriceAmount\": null,\n          \"appPriceCurrency\": null\n        },\n        \"cardPlatform\": {\n          \"platform\": {\n            \"device\": {\n              \"name\": \"\",\n              \"version\": \"\"\n            },\n            \"audience\": {\n              \"name\": \"\"\n            }\n          }\n        },\n        \"vanityUrl\": null,\n        \"userRefsResults\": null\n      },\n      \"hashtags\": [],\n      \"mentions\": [],\n      \"urls\": [\n        \"https://example.com/link-94089/link-66818\"\n      ],\n      \"symbols\": [],\n      \"possiblySensitive\": false,\n      \"limitedActions\": null,\n      \"isEdited\": false,\n      \"editControl\": null,\n      \"isTranslatable\": true,\n      \"lang\": \"ja\",\n      \"translatedText\": null,\n      \"hasBirdwatchNotes\": false,\n      \"birdwatchPivot\": null,\n      \"conversationControl\": null,\n      \"isPromoted\": false,\n      \"promotedMetadata\": null,\n      \"createdAt\": \"2025-10-02T05:50:19.000Z\",\n      \"place\": null,\n      \"communityId\": null,\n      \"communityResults\": null\n    },\n    {\n      \"id\": \"5008879394908672067\",\n      \"conversationId\": \"5008879394908672067\",\n      \"text\": \"Sample post text 57922 for documentation.\",\n      \"displayTextRange\": [\n        0,\n        28\n      ],\n      \"author\": {\n        \"id\": \"1001039304929179269\",\n        \"username\": \"sample_user_42603\",\n        \"name\": \"Sample User 42603\",\n        \"bio\": \"Sample profile bio for Sample User 42603.\",\n        \"location\": \"Sample City 083\",\n        \"website\": \"https://example.com/link-94089/profile-29900/profile-92828\",\n        \"pinnedTweetIds\": [\n          \"2002554639144518643\"\n        ],\n        \"avatar\": \"https://example.com/link-94089/profile-29900/images/sample-avatar-92828.jpg\",\n        \"banner\": \"https://example.com/link-94089/profile-29900/images/sample-banner-92828.jpg\",\n        \"profileImageShape\": \"Circle\",\n        \"verified\": false,\n        \"isBlueVerified\": false,\n        \"verifiedType\": null,\n        \"verifiedSince\": null,\n        \"isIdentityVerified\": false,\n        \"isProtected\": false,\n        \"possiblySensitive\": false,\n        \"profileInterstitialType\": null,\n        \"withheldInCountries\": [],\n        \"professional\": null,\n        \"businessAccount\": null,\n        \"creatorSubscriptionsCount\": 0,\n        \"hasHiddenSubscriptions\": false,\n        \"highlightsInfo\": null,\n        \"hasGraduatedAccess\": true,\n        \"isProfileTranslatable\": false,\n        \"hasCustomTimelines\": true,\n        \"isTranslator\": false,\n        \"affiliatesHighlightedLabel\": {},\n        \"defaultProfile\": true,\n        \"defaultProfileImage\": false,\n        \"followerCount\": 1006,\n        \"followingCount\": 1712,\n        \"tweetCount\": 138935,\n        \"listedCount\": 4,\n        \"mediaCount\": 1956,\n        \"favoritesCount\": 235206,\n        \"createdAt\": \"2018-08-23T01:56:31.000Z\"\n      },\n      \"source\": null,\n      \"type\": \"quote\",\n      \"replyTo\": null,\n      \"quotedTweet\": {\n        \"id\": \"2001642373961442324\",\n        \"conversationId\": \"2001642373961442324\",\n        \"text\": \"Sample post text 06691 for documentation.\",\n        \"displayTextRange\": [\n          0,\n          15\n        ],\n        \"author\": {\n          \"id\": \"1001495759\",\n          \"username\": \"sample_user_54259\",\n          \"name\": \"Sample User 58027\",\n          \"bio\": \"Sample profile bio for Sample User 58027.\",\n          \"location\": null,\n          \"website\": \"https://example.com/link-94089/profile-07928\",\n          \"pinnedTweetIds\": [\n            \"2001642373961442324\"\n          ],\n          \"avatar\": \"https://example.com/link-94089/profile-29900/images/sample-avatar-52220.jpg\",\n          \"banner\": \"https://example.com/link-94089/profile-29900/images/sample-banner-52220.jpg\",\n          \"profileImageShape\": \"Square\",\n          \"verified\": false,\n          \"isBlueVerified\": true,\n          \"verifiedType\": \"Business\",\n          \"verifiedSince\": null,\n          \"isIdentityVerified\": false,\n          \"isProtected\": false,\n          \"possiblySensitive\": false,\n          \"profileInterstitialType\": null,\n          \"withheldInCountries\": [],\n          \"professional\": null,\n          \"businessAccount\": null,\n          \"creatorSubscriptionsCount\": 0,\n          \"hasHiddenSubscriptions\": false,\n          \"highlightsInfo\": null,\n          \"hasGraduatedAccess\": true,\n          \"isProfileTranslatable\": false,\n          \"hasCustomTimelines\": false,\n          \"isTranslator\": false,\n          \"affiliatesHighlightedLabel\": {},\n          \"defaultProfile\": true,\n          \"defaultProfileImage\": false,\n          \"followerCount\": 4368218,\n          \"followingCount\": 3,\n          \"tweetCount\": 1411,\n          \"listedCount\": 25012,\n          \"mediaCount\": 405,\n          \"favoritesCount\": 1057,\n          \"createdAt\": \"2015-12-06T22:51:08.000Z\"\n        },\n        \"source\": null,\n        \"type\": \"tweet\",\n        \"replyTo\": null,\n        \"quotedTweet\": null,\n        \"retweetedTweet\": null,\n        \"reactionContext\": {\n          \"isReaction\": true,\n          \"targetTweetId\": \"2000000000000000001\",\n          \"targetTweetUrl\": \"https://x.com/sample_user_00001/status/2000000000000000001\",\n          \"targetAuthor\": {\n            \"id\": \"1000000000000000001\",\n            \"username\": \"sample_user_00001\",\n            \"name\": \"Sample User 00001\",\n            \"avatar\": \"https://example.com/images/sample-avatar-00001.jpg\",\n            \"isBlueVerified\": true\n          }\n        },\n        \"likeCount\": 19402,\n        \"retweetCount\": 2191,\n        \"replyCount\": 1457,\n        \"quoteCount\": 3568,\n        \"bookmarkCount\": 3659,\n        \"viewCount\": 6710576,\n        \"media\": [\n          {\n            \"id\": \"2101132363799776499\",\n            \"key\": \"13_2101132363799776499\",\n            \"type\": \"video\",\n            \"url\": \"https://example.com/link-94089/profile-29900/media/sample-media-55908.jpg\",\n            \"displayUrl\": \"pic.x.com/hy95wDM5nB\",\n            \"expandedUrl\": \"https://x.com/sample_user_18536/status/2006083928193889095/video/1\",\n            \"thumbnailUrl\": \"https://example.com/link-94089/profile-29900/media/sample-media-25395.jpg\",\n            \"width\": 1920,\n            \"height\": 1080,\n            \"aspectRatio\": [\n              16,\n              9\n            ],\n            \"sizes\": {\n              \"thumb\": {\n                \"width\": 150,\n                \"height\": 150,\n                \"resize\": \"crop\"\n              },\n              \"small\": {\n                \"width\": 680,\n                \"height\": 383,\n                \"resize\": \"fit\"\n              },\n              \"medium\": {\n                \"width\": 1200,\n                \"height\": 675,\n                \"resize\": \"fit\"\n              },\n              \"large\": {\n                \"width\": 1920,\n                \"height\": 1080,\n                \"resize\": \"fit\"\n              },\n              \"original\": {\n                \"width\": 1920,\n                \"height\": 1080,\n                \"resize\": \"fit\"\n              }\n            },\n            \"duration\": 57,\n            \"bitrate\": null,\n            \"videoInfo\": {\n              \"variants\": [\n                {\n                  \"bitrate\": 0,\n                  \"contentType\": \"application/x-mpegURL\",\n                  \"url\": \"https://example.com/link-94089/profile-29900/media/sample-media-57037.jpg\"\n                },\n                {\n                  \"bitrate\": 256000,\n                  \"contentType\": \"video/mp4\",\n                  \"url\": \"https://example.com/link-94089/profile-29900/media/sample-media-33183.jpg\"\n                },\n                {\n                  \"bitrate\": 832000,\n                  \"contentType\": \"video/mp4\",\n                  \"url\": \"https://example.com/link-94089/profile-29900/media/sample-media-26115.jpg\"\n                },\n                {\n                  \"bitrate\": 2176000,\n                  \"contentType\": \"video/mp4\",\n                  \"url\": \"https://example.com/link-94089/profile-29900/media/sample-media-79733.jpg\"\n                },\n                {\n                  \"bitrate\": 10368000,\n                  \"contentType\": \"video/mp4\",\n                  \"url\": \"https://example.com/link-94089/profile-29900/media/sample-media-55908.jpg\"\n                }\n              ],\n              \"durationMillis\": 57307\n            },\n            \"altText\": null,\n            \"sensitiveMedia\": false,\n            \"features\": {\n              \"all\": [],\n              \"large\": [],\n              \"medium\": [],\n              \"small\": [],\n              \"orig\": [\n                {\n                  \"faces\": []\n                }\n              ]\n            },\n            \"mediaAvailability\": {\n              \"status\": \"Available\",\n              \"reason\": null\n            },\n            \"allowDownload\": true,\n            \"mediaStats\": null,\n            \"processingInfo\": null,\n            \"sourceStatusId\": null,\n            \"sourceUserId\": null,\n            \"stickers\": null\n          }\n        ],\n        \"poll\": null,\n        \"card\": null,\n        \"hashtags\": [],\n        \"mentions\": [],\n        \"urls\": [],\n        \"symbols\": [],\n        \"possiblySensitive\": false,\n        \"limitedActions\": null,\n        \"isEdited\": false,\n        \"editControl\": null,\n        \"isTranslatable\": false,\n        \"lang\": \"en\",\n        \"translatedText\": null,\n        \"hasBirdwatchNotes\": false,\n        \"birdwatchPivot\": null,\n        \"conversationControl\": null,\n        \"isPromoted\": false,\n        \"promotedMetadata\": null,\n        \"createdAt\": \"2025-09-30T17:20:13.000Z\",\n        \"place\": null,\n        \"communityId\": null,\n        \"communityResults\": null\n      },\n      \"retweetedTweet\": null,\n      \"reactionContext\": {\n        \"isReaction\": true,\n        \"targetTweetId\": \"2000000000000000001\",\n        \"targetTweetUrl\": \"https://x.com/sample_user_00001/status/2000000000000000001\",\n        \"targetAuthor\": {\n          \"id\": \"1000000000000000001\",\n          \"username\": \"sample_user_00001\",\n          \"name\": \"Sample User 00001\",\n          \"avatar\": \"https://example.com/images/sample-avatar-00001.jpg\",\n          \"isBlueVerified\": true\n        }\n      },\n      \"likeCount\": 0,\n      \"retweetCount\": 0,\n      \"replyCount\": 0,\n      \"quoteCount\": 0,\n      \"bookmarkCount\": 0,\n      \"viewCount\": 0,\n      \"media\": [],\n      \"poll\": null,\n      \"card\": null,\n      \"hashtags\": [],\n      \"mentions\": [],\n      \"urls\": [],\n      \"symbols\": [],\n      \"possiblySensitive\": false,\n      \"limitedActions\": null,\n      \"isEdited\": false,\n      \"editControl\": null,\n      \"isTranslatable\": true,\n      \"lang\": \"pt\",\n      \"translatedText\": null,\n      \"hasBirdwatchNotes\": false,\n      \"birdwatchPivot\": null,\n      \"conversationControl\": null,\n      \"isPromoted\": false,\n      \"promotedMetadata\": null,\n      \"createdAt\": \"2025-10-02T05:50:19.000Z\",\n      \"place\": null,\n      \"communityId\": null,\n      \"communityResults\": null\n    },\n    {\n      \"id\": \"5004929151247453424\",\n      \"conversationId\": \"5004929151247453424\",\n      \"text\": \"Sample post text 14872 for documentation.\",\n      \"displayTextRange\": [\n        0,\n        221\n      ],\n      \"author\": {\n        \"id\": \"1003804221844082443\",\n        \"username\": \"sample_user_36814\",\n        \"name\": \"Sample User 36814\",\n        \"bio\": \"Sample profile bio for Sample User 36814.\",\n        \"location\": \"Sample City 250\",\n        \"website\": \"https://example.com/link-94089/profile-29900/profile-83358\",\n        \"pinnedTweetIds\": [\n          \"2001573279169129162\"\n        ],\n        \"avatar\": \"https://example.com/link-94089/profile-29900/images/sample-avatar-83358.jpg\",\n        \"banner\": \"https://example.com/link-94089/profile-29900/images/sample-banner-83358.jpg\",\n        \"profileImageShape\": \"Circle\",\n        \"verified\": false,\n        \"isBlueVerified\": false,\n        \"verifiedType\": null,\n        \"verifiedSince\": null,\n        \"isIdentityVerified\": false,\n        \"isProtected\": false,\n        \"possiblySensitive\": false,\n        \"profileInterstitialType\": null,\n        \"withheldInCountries\": [],\n        \"professional\": null,\n        \"businessAccount\": null,\n        \"creatorSubscriptionsCount\": 0,\n        \"hasHiddenSubscriptions\": false,\n        \"highlightsInfo\": null,\n        \"hasGraduatedAccess\": true,\n        \"isProfileTranslatable\": false,\n        \"hasCustomTimelines\": true,\n        \"isTranslator\": false,\n        \"affiliatesHighlightedLabel\": {},\n        \"defaultProfile\": true,\n        \"defaultProfileImage\": false,\n        \"followerCount\": 560,\n        \"followingCount\": 691,\n        \"tweetCount\": 12709,\n        \"listedCount\": 5,\n        \"mediaCount\": 380,\n        \"favoritesCount\": 58607,\n        \"createdAt\": \"2022-03-19T15:52:14.000Z\"\n      },\n      \"source\": null,\n      \"type\": \"tweet\",\n      \"replyTo\": null,\n      \"quotedTweet\": null,\n      \"retweetedTweet\": null,\n      \"reactionContext\": {\n        \"isReaction\": true,\n        \"targetTweetId\": \"2000000000000000001\",\n        \"targetTweetUrl\": \"https://x.com/sample_user_00001/status/2000000000000000001\",\n        \"targetAuthor\": {\n          \"id\": \"1000000000000000001\",\n          \"username\": \"sample_user_00001\",\n          \"name\": \"Sample User 00001\",\n          \"avatar\": \"https://example.com/images/sample-avatar-00001.jpg\",\n          \"isBlueVerified\": true\n        }\n      },\n      \"likeCount\": 0,\n      \"retweetCount\": 0,\n      \"replyCount\": 0,\n      \"quoteCount\": 0,\n      \"bookmarkCount\": 0,\n      \"viewCount\": 3,\n      \"media\": [\n        {\n          \"id\": \"2103649693116539206\",\n          \"key\": \"13_2103649693116539206\",\n          \"type\": \"video\",\n          \"url\": \"https://example.com/link-94089/profile-29900/media/sample-media-00748.jpg\",\n          \"displayUrl\": \"pic.x.com/ny4HtYAvdK\",\n          \"expandedUrl\": \"https://x.com/sample_user_09075/status/2001696198575947122/video/1\",\n          \"thumbnailUrl\": \"https://example.com/link-94089/profile-29900/media/sample-media-71662.jpg\",\n          \"width\": 704,\n          \"height\": 1280,\n          \"aspectRatio\": [\n            11,\n            20\n          ],\n          \"sizes\": {\n            \"thumb\": {\n              \"width\": 150,\n              \"height\": 150,\n              \"resize\": \"crop\"\n            },\n            \"small\": {\n              \"width\": 374,\n              \"height\": 680,\n              \"resize\": \"fit\"\n            },\n            \"medium\": {\n              \"width\": 660,\n              \"height\": 1200,\n              \"resize\": \"fit\"\n            },\n            \"large\": {\n              \"width\": 704,\n              \"height\": 1280,\n              \"resize\": \"fit\"\n            },\n            \"original\": {\n              \"width\": 704,\n              \"height\": 1280,\n              \"resize\": \"fit\"\n            }\n          },\n          \"duration\": 10,\n          \"bitrate\": null,\n          \"videoInfo\": {\n            \"variants\": [\n              {\n                \"bitrate\": 0,\n                \"contentType\": \"application/x-mpegURL\",\n                \"url\": \"https://example.com/link-94089/profile-29900/media/sample-media-89252.jpg\"\n              },\n              {\n                \"bitrate\": 632000,\n                \"contentType\": \"video/mp4\",\n                \"url\": \"https://example.com/link-94089/profile-29900/media/sample-media-79058.jpg\"\n              },\n              {\n                \"bitrate\": 950000,\n                \"contentType\": \"video/mp4\",\n                \"url\": \"https://example.com/link-94089/profile-29900/media/sample-media-28067.jpg\"\n              },\n              {\n                \"bitrate\": 2176000,\n                \"contentType\": \"video/mp4\",\n                \"url\": \"https://example.com/link-94089/profile-29900/media/sample-media-00748.jpg\"\n              }\n            ],\n            \"durationMillis\": 10000\n          },\n          \"altText\": null,\n          \"sensitiveMedia\": false,\n          \"features\": {\n            \"all\": [],\n            \"large\": [],\n            \"medium\": [],\n            \"small\": [],\n            \"orig\": [\n              {\n                \"faces\": []\n              }\n            ]\n          },\n          \"mediaAvailability\": {\n            \"status\": \"Available\",\n            \"reason\": null\n          },\n          \"allowDownload\": true,\n          \"mediaStats\": null,\n          \"processingInfo\": null,\n          \"sourceStatusId\": null,\n          \"sourceUserId\": null,\n          \"stickers\": null\n        }\n      ],\n      \"poll\": null,\n      \"card\": null,\n      \"hashtags\": [],\n      \"mentions\": [\n        \"sample_user_54259\"\n      ],\n      \"urls\": [],\n      \"symbols\": [],\n      \"possiblySensitive\": false,\n      \"limitedActions\": null,\n      \"isEdited\": false,\n      \"editControl\": null,\n      \"isTranslatable\": false,\n      \"lang\": \"en\",\n      \"translatedText\": null,\n      \"hasBirdwatchNotes\": false,\n      \"birdwatchPivot\": null,\n      \"conversationControl\": null,\n      \"isPromoted\": false,\n      \"promotedMetadata\": null,\n      \"createdAt\": \"2025-10-02T05:50:15.000Z\",\n      \"place\": null,\n      \"communityId\": null,\n      \"communityResults\": null\n    },\n    {\n      \"id\": \"5001554188176192868\",\n      \"conversationId\": \"5001554188176192868\",\n      \"text\": \"Sample post text 25754 for documentation.\",\n      \"displayTextRange\": [\n        0,\n        60\n      ],\n      \"author\": {\n        \"id\": \"10013772\",\n        \"username\": \"sample_user_89359\",\n        \"name\": \"Sample User 89359\",\n        \"bio\": \"Sample profile bio for Sample User 89359.\",\n        \"location\": \"Sample City 620\",\n        \"website\": \"https://example.com/link-94089/profile-29900/profile-04427\",\n        \"pinnedTweetIds\": [],\n        \"avatar\": \"https://example.com/link-94089/profile-29900/images/sample-avatar-04427.jpg\",\n        \"banner\": \"https://example.com/link-94089/profile-29900/images/sample-banner-04427.jpg\",\n        \"profileImageShape\": \"Circle\",\n        \"verified\": false,\n        \"isBlueVerified\": true,\n        \"verifiedType\": null,\n        \"verifiedSince\": null,\n        \"isIdentityVerified\": false,\n        \"isProtected\": false,\n        \"possiblySensitive\": false,\n        \"profileInterstitialType\": null,\n        \"withheldInCountries\": [],\n        \"professional\": {\n          \"type\": \"Creator\",\n          \"category\": [\n            {\n              \"id\": 1055,\n              \"name\": \"Software developer/Programmer/Software engineer\",\n              \"icon_name\": \"IconBriefcaseStroke\"\n            }\n          ],\n          \"restId\": \"7004504897993851899\"\n        },\n        \"businessAccount\": null,\n        \"creatorSubscriptionsCount\": 0,\n        \"hasHiddenSubscriptions\": false,\n        \"highlightsInfo\": null,\n        \"hasGraduatedAccess\": true,\n        \"isProfileTranslatable\": false,\n        \"hasCustomTimelines\": true,\n        \"isTranslator\": false,\n        \"affiliatesHighlightedLabel\": {},\n        \"defaultProfile\": false,\n        \"defaultProfileImage\": false,\n        \"followerCount\": 6438,\n        \"followingCount\": 5704,\n        \"tweetCount\": 14659,\n        \"listedCount\": 52,\n        \"mediaCount\": 1631,\n        \"favoritesCount\": 6428,\n        \"createdAt\": \"2009-03-30T17:12:48.000Z\"\n      },\n      \"source\": null,\n      \"type\": \"tweet\",\n      \"replyTo\": null,\n      \"quotedTweet\": null,\n      \"retweetedTweet\": null,\n      \"reactionContext\": {\n        \"isReaction\": true,\n        \"targetTweetId\": \"2000000000000000001\",\n        \"targetTweetUrl\": \"https://x.com/sample_user_00001/status/2000000000000000001\",\n        \"targetAuthor\": {\n          \"id\": \"1000000000000000001\",\n          \"username\": \"sample_user_00001\",\n          \"name\": \"Sample User 00001\",\n          \"avatar\": \"https://example.com/images/sample-avatar-00001.jpg\",\n          \"isBlueVerified\": true\n        }\n      },\n      \"likeCount\": 1,\n      \"retweetCount\": 0,\n      \"replyCount\": 0,\n      \"quoteCount\": 0,\n      \"bookmarkCount\": 0,\n      \"viewCount\": 11,\n      \"media\": [\n        {\n          \"id\": \"2109286855737966289\",\n          \"key\": \"13_2109286855737966289\",\n          \"type\": \"video\",\n          \"url\": \"https://example.com/link-94089/profile-29900/media/sample-media-45213.jpg\",\n          \"displayUrl\": \"pic.x.com/z0W9fdvlN2\",\n          \"expandedUrl\": \"https://x.com/sample_user_64789/status/2005114975396498810/video/1\",\n          \"thumbnailUrl\": \"https://example.com/link-94089/profile-29900/media/sample-media-67722.jpg\",\n          \"width\": 1764,\n          \"height\": 3840,\n          \"aspectRatio\": [\n            147,\n            320\n          ],\n          \"sizes\": {\n            \"thumb\": {\n              \"width\": 150,\n              \"height\": 150,\n              \"resize\": \"crop\"\n            },\n            \"small\": {\n              \"width\": 312,\n              \"height\": 680,\n              \"resize\": \"fit\"\n            },\n            \"medium\": {\n              \"width\": 551,\n              \"height\": 1200,\n              \"resize\": \"fit\"\n            },\n            \"large\": {\n              \"width\": 941,\n              \"height\": 2048,\n              \"resize\": \"fit\"\n            },\n            \"original\": {\n              \"width\": 1764,\n              \"height\": 3840,\n              \"resize\": \"fit\"\n            }\n          },\n          \"duration\": 9,\n          \"bitrate\": null,\n          \"videoInfo\": {\n            \"variants\": [\n              {\n                \"bitrate\": 0,\n                \"contentType\": \"application/x-mpegURL\",\n                \"url\": \"https://example.com/link-94089/profile-29900/media/sample-media-54878.jpg\"\n              },\n              {\n                \"bitrate\": 632000,\n                \"contentType\": \"video/mp4\",\n                \"url\": \"https://example.com/link-94089/profile-29900/media/sample-media-67786.jpg\"\n              },\n              {\n                \"bitrate\": 950000,\n                \"contentType\": \"video/mp4\",\n                \"url\": \"https://example.com/link-94089/profile-29900/media/sample-media-36467.jpg\"\n              },\n              {\n                \"bitrate\": 2176000,\n                \"contentType\": \"video/mp4\",\n                \"url\": \"https://example.com/link-94089/profile-29900/media/sample-media-78660.jpg\"\n              },\n              {\n                \"bitrate\": 10368000,\n                \"contentType\": \"video/mp4\",\n                \"url\": \"https://example.com/link-94089/profile-29900/media/sample-media-19864.jpg\"\n              },\n              {\n                \"bitrate\": 25128000,\n                \"contentType\": \"video/mp4\",\n                \"url\": \"https://example.com/link-94089/profile-29900/media/sample-media-45213.jpg\"\n              }\n            ],\n            \"durationMillis\": 9216\n          },\n          \"altText\": null,\n          \"sensitiveMedia\": false,\n          \"features\": {\n            \"all\": [],\n            \"large\": [],\n            \"medium\": [],\n            \"small\": [],\n            \"orig\": [\n              {\n                \"faces\": []\n              }\n            ]\n          },\n          \"mediaAvailability\": {\n            \"status\": \"Available\",\n            \"reason\": null\n          },\n          \"allowDownload\": true,\n          \"mediaStats\": null,\n          \"processingInfo\": null,\n          \"sourceStatusId\": null,\n          \"sourceUserId\": null,\n          \"stickers\": null\n        }\n      ],\n      \"poll\": null,\n      \"card\": null,\n      \"hashtags\": [],\n      \"mentions\": [],\n      \"urls\": [],\n      \"symbols\": [\n        \"KTA\",\n        \"XRGE\"\n      ],\n      \"possiblySensitive\": false,\n      \"limitedActions\": null,\n      \"isEdited\": false,\n      \"editControl\": null,\n      \"isTranslatable\": false,\n      \"lang\": \"en\",\n      \"translatedText\": null,\n      \"hasBirdwatchNotes\": false,\n      \"birdwatchPivot\": null,\n      \"conversationControl\": null,\n      \"isPromoted\": false,\n      \"promotedMetadata\": null,\n      \"createdAt\": \"2025-10-02T05:50:10.000Z\",\n      \"place\": null,\n      \"communityId\": null,\n      \"communityResults\": null\n    },\n    {\n      \"id\": \"5006746930774197474\",\n      \"conversationId\": \"5006746930774197474\",\n      \"text\": \"Sample post text 55289 for documentation.\",\n      \"displayTextRange\": [\n        0,\n        84\n      ],\n      \"author\": {\n        \"id\": \"10013529\",\n        \"username\": \"sample_user_68590\",\n        \"name\": \"Sample User 68590\",\n        \"bio\": \"Sample profile bio for Sample User 68590.\",\n        \"location\": \"Sample City 710\",\n        \"website\": \"https://example.com/link-94089/profile-68590\",\n        \"pinnedTweetIds\": [\n          \"2001762407330891999\"\n        ],\n        \"avatar\": \"https://example.com/link-94089/profile-29900/images/sample-avatar-78071.jpg\",\n        \"banner\": \"https://example.com/link-94089/profile-29900/images/sample-banner-78071.jpg\",\n        \"profileImageShape\": \"Circle\",\n        \"verified\": false,\n        \"isBlueVerified\": true,\n        \"verifiedType\": null,\n        \"verifiedSince\": null,\n        \"isIdentityVerified\": false,\n        \"isProtected\": false,\n        \"possiblySensitive\": false,\n        \"profileInterstitialType\": null,\n        \"withheldInCountries\": [],\n        \"professional\": null,\n        \"businessAccount\": null,\n        \"creatorSubscriptionsCount\": 0,\n        \"hasHiddenSubscriptions\": false,\n        \"highlightsInfo\": null,\n        \"hasGraduatedAccess\": true,\n        \"isProfileTranslatable\": false,\n        \"hasCustomTimelines\": false,\n        \"isTranslator\": false,\n        \"affiliatesHighlightedLabel\": {},\n        \"defaultProfile\": true,\n        \"defaultProfileImage\": false,\n        \"followerCount\": 45935,\n        \"followingCount\": 207,\n        \"tweetCount\": 252427,\n        \"listedCount\": 2645,\n        \"mediaCount\": 47782,\n        \"favoritesCount\": 780,\n        \"createdAt\": \"2009-10-19T03:55:50.000Z\"\n      },\n      \"source\": null,\n      \"type\": \"tweet\",\n      \"replyTo\": null,\n      \"quotedTweet\": null,\n      \"retweetedTweet\": null,\n      \"reactionContext\": {\n        \"isReaction\": true,\n        \"targetTweetId\": \"2000000000000000001\",\n        \"targetTweetUrl\": \"https://x.com/sample_user_00001/status/2000000000000000001\",\n        \"targetAuthor\": {\n          \"id\": \"1000000000000000001\",\n          \"username\": \"sample_user_00001\",\n          \"name\": \"Sample User 00001\",\n          \"avatar\": \"https://example.com/images/sample-avatar-00001.jpg\",\n          \"isBlueVerified\": true\n        }\n      },\n      \"likeCount\": 0,\n      \"retweetCount\": 0,\n      \"replyCount\": 0,\n      \"quoteCount\": 0,\n      \"bookmarkCount\": 0,\n      \"viewCount\": 53,\n      \"media\": [],\n      \"poll\": null,\n      \"card\": {\n        \"name\": \"\",\n        \"url\": \"https://example.com/link-94089/profile-29900/link-86282\",\n        \"cardType\": \"\",\n        \"type\": \"summary\",\n        \"bindingValues\": {\n          \"title\": \"\",\n          \"description\": \"\",\n          \"domain\": \"\",\n          \"thumbnailImageUrl\": null,\n          \"thumbnailImageColor\": null,\n          \"playerUrl\": null,\n          \"playerWidth\": null,\n          \"playerHeight\": null,\n          \"appId\": null,\n          \"appName\": null,\n          \"appStarRating\": null,\n          \"appPriceAmount\": null,\n          \"appPriceCurrency\": null\n        },\n        \"cardPlatform\": {\n          \"platform\": {\n            \"device\": {\n              \"name\": \"\",\n              \"version\": \"\"\n            },\n            \"audience\": {\n              \"name\": \"\"\n            }\n          }\n        },\n        \"vanityUrl\": null,\n        \"userRefsResults\": null\n      },\n      \"hashtags\": [\n        \"sample_topic_50879\"\n      ],\n      \"mentions\": [],\n      \"urls\": [\n        \"https://example.com/link-94089/link-93846\"\n      ],\n      \"symbols\": [],\n      \"possiblySensitive\": false,\n      \"limitedActions\": null,\n      \"isEdited\": false,\n      \"editControl\": null,\n      \"isTranslatable\": true,\n      \"lang\": \"ja\",\n      \"translatedText\": null,\n      \"hasBirdwatchNotes\": false,\n      \"birdwatchPivot\": null,\n      \"conversationControl\": null,\n      \"isPromoted\": false,\n      \"promotedMetadata\": null,\n      \"createdAt\": \"2025-10-02T05:50:05.000Z\",\n      \"place\": null,\n      \"communityId\": null,\n      \"communityResults\": null\n    },\n    {\n      \"id\": \"5009136805748812647\",\n      \"conversationId\": \"5009136805748812647\",\n      \"text\": \"Sample post text 31021 for documentation.\",\n      \"displayTextRange\": [\n        0,\n        154\n      ],\n      \"author\": {\n        \"id\": \"100543486\",\n        \"username\": \"sample_user_10916\",\n        \"name\": \"Sample User 10916\",\n        \"bio\": \"Sample profile bio for Sample User 10916.\",\n        \"location\": \"Sample City 720\",\n        \"website\": \"https://example.com/link-94089/profile-29900/profile-30812\",\n        \"pinnedTweetIds\": [],\n        \"avatar\": \"https://example.com/link-94089/profile-29900/images/sample-avatar-30812.jpg\",\n        \"banner\": \"https://example.com/link-94089/profile-29900/images/sample-banner-30812.jpg\",\n        \"profileImageShape\": \"Circle\",\n        \"verified\": false,\n        \"isBlueVerified\": true,\n        \"verifiedType\": null,\n        \"verifiedSince\": null,\n        \"isIdentityVerified\": false,\n        \"isProtected\": false,\n        \"possiblySensitive\": false,\n        \"profileInterstitialType\": null,\n        \"withheldInCountries\": [],\n        \"professional\": {\n          \"type\": \"Business\",\n          \"category\": [\n            {\n              \"id\": 580,\n              \"name\": \"Media & News Company\",\n              \"icon_name\": \"IconBriefcaseStroke\"\n            }\n          ],\n          \"restId\": \"7001622168107980317\"\n        },\n        \"businessAccount\": null,\n        \"creatorSubscriptionsCount\": 0,\n        \"hasHiddenSubscriptions\": false,\n        \"highlightsInfo\": null,\n        \"hasGraduatedAccess\": true,\n        \"isProfileTranslatable\": false,\n        \"hasCustomTimelines\": true,\n        \"isTranslator\": false,\n        \"affiliatesHighlightedLabel\": {},\n        \"defaultProfile\": false,\n        \"defaultProfileImage\": false,\n        \"followerCount\": 1683069,\n        \"followingCount\": 3,\n        \"tweetCount\": 164941,\n        \"listedCount\": 247,\n        \"mediaCount\": 1276,\n        \"favoritesCount\": 74,\n        \"createdAt\": \"2011-08-08T04:03:40.000Z\"\n      },\n      \"source\": null,\n      \"type\": \"tweet\",\n      \"replyTo\": null,\n      \"quotedTweet\": null,\n      \"retweetedTweet\": null,\n      \"reactionContext\": {\n        \"isReaction\": true,\n        \"targetTweetId\": \"2000000000000000001\",\n        \"targetTweetUrl\": \"https://x.com/sample_user_00001/status/2000000000000000001\",\n        \"targetAuthor\": {\n          \"id\": \"1000000000000000001\",\n          \"username\": \"sample_user_00001\",\n          \"name\": \"Sample User 00001\",\n          \"avatar\": \"https://example.com/images/sample-avatar-00001.jpg\",\n          \"isBlueVerified\": true\n        }\n      },\n      \"likeCount\": 0,\n      \"retweetCount\": 0,\n      \"replyCount\": 0,\n      \"quoteCount\": 0,\n      \"bookmarkCount\": 0,\n      \"viewCount\": 5,\n      \"media\": [],\n      \"poll\": null,\n      \"card\": {\n        \"name\": \"\",\n        \"url\": \"https://example.com/link-94089/profile-29900/link-09959\",\n        \"cardType\": \"\",\n        \"type\": \"summary\",\n        \"bindingValues\": {\n          \"title\": \"\",\n          \"description\": \"\",\n          \"domain\": \"\",\n          \"thumbnailImageUrl\": null,\n          \"thumbnailImageColor\": null,\n          \"playerUrl\": null,\n          \"playerWidth\": null,\n          \"playerHeight\": null,\n          \"appId\": null,\n          \"appName\": null,\n          \"appStarRating\": null,\n          \"appPriceAmount\": null,\n          \"appPriceCurrency\": null\n        },\n        \"cardPlatform\": {\n          \"platform\": {\n            \"device\": {\n              \"name\": \"\",\n              \"version\": \"\"\n            },\n            \"audience\": {\n              \"name\": \"\"\n            }\n          }\n        },\n        \"vanityUrl\": null,\n        \"userRefsResults\": null\n      },\n      \"hashtags\": [],\n      \"mentions\": [],\n      \"urls\": [\n        \"https://example.com/link-94089/link-23627\"\n      ],\n      \"symbols\": [],\n      \"possiblySensitive\": false,\n      \"limitedActions\": null,\n      \"isEdited\": false,\n      \"editControl\": null,\n      \"isTranslatable\": true,\n      \"lang\": \"in\",\n      \"translatedText\": null,\n      \"hasBirdwatchNotes\": false,\n      \"birdwatchPivot\": null,\n      \"conversationControl\": null,\n      \"isPromoted\": false,\n      \"promotedMetadata\": null,\n      \"createdAt\": \"2025-10-02T05:49:37.000Z\",\n      \"place\": null,\n      \"communityId\": null,\n      \"communityResults\": null\n    },\n    {\n      \"id\": \"9001028373812893919\",\n      \"conversationId\": \"2001696744712930648\",\n      \"text\": \"Sample post text 39847 for documentation.\",\n      \"displayTextRange\": [\n        38,\n        68\n      ],\n      \"author\": {\n        \"id\": \"1004814509\",\n        \"username\": \"sample_user_34726\",\n        \"name\": \"Sample User 34726\",\n        \"bio\": \"Sample profile bio for Sample User 34726.\",\n        \"location\": \"Sample City 667\",\n        \"website\": \"https://example.com/link-94089/profile-29900/profile-13489\",\n        \"pinnedTweetIds\": [\n          \"2001277289522659615\"\n        ],\n        \"avatar\": \"https://example.com/link-94089/profile-29900/images/sample-avatar-13489.jpg\",\n        \"banner\": \"https://example.com/link-94089/profile-29900/images/sample-banner-13489.jpg\",\n        \"profileImageShape\": \"Circle\",\n        \"verified\": false,\n        \"isBlueVerified\": false,\n        \"verifiedType\": null,\n        \"verifiedSince\": null,\n        \"isIdentityVerified\": false,\n        \"isProtected\": false,\n        \"possiblySensitive\": false,\n        \"profileInterstitialType\": null,\n        \"withheldInCountries\": [],\n        \"professional\": null,\n        \"businessAccount\": null,\n        \"creatorSubscriptionsCount\": 0,\n        \"hasHiddenSubscriptions\": false,\n        \"highlightsInfo\": null,\n        \"hasGraduatedAccess\": true,\n        \"isProfileTranslatable\": false,\n        \"hasCustomTimelines\": true,\n        \"isTranslator\": false,\n        \"affiliatesHighlightedLabel\": {},\n        \"defaultProfile\": false,\n        \"defaultProfileImage\": false,\n        \"followerCount\": 512,\n        \"followingCount\": 2959,\n        \"tweetCount\": 20036,\n        \"listedCount\": 35,\n        \"mediaCount\": 720,\n        \"favoritesCount\": 69982,\n        \"createdAt\": \"2014-01-11T01:13:22.000Z\"\n      },\n      \"source\": null,\n      \"type\": \"reply\",\n      \"replyTo\": {\n        \"tweetId\": \"2001337828732899823\",\n        \"userId\": \"100135036248701661\",\n        \"username\": \"sample_user_47333\"\n      },\n      \"quotedTweet\": null,\n      \"retweetedTweet\": null,\n      \"reactionContext\": {\n        \"isReaction\": true,\n        \"targetTweetId\": \"2000000000000000001\",\n        \"targetTweetUrl\": \"https://x.com/sample_user_00001/status/2000000000000000001\",\n        \"targetAuthor\": {\n          \"id\": \"1000000000000000001\",\n          \"username\": \"sample_user_00001\",\n          \"name\": \"Sample User 00001\",\n          \"avatar\": \"https://example.com/images/sample-avatar-00001.jpg\",\n          \"isBlueVerified\": true\n        }\n      },\n      \"likeCount\": 0,\n      \"retweetCount\": 0,\n      \"replyCount\": 0,\n      \"quoteCount\": 0,\n      \"bookmarkCount\": 0,\n      \"viewCount\": 1,\n      \"media\": [],\n      \"poll\": null,\n      \"card\": null,\n      \"hashtags\": [],\n      \"mentions\": [\n        \"sample_user_47333\",\n        \"sample_user_92778\",\n        \"sample_user_54259\"\n      ],\n      \"urls\": [],\n      \"symbols\": [],\n      \"possiblySensitive\": false,\n      \"limitedActions\": null,\n      \"isEdited\": false,\n      \"editControl\": null,\n      \"isTranslatable\": false,\n      \"lang\": \"en\",\n      \"translatedText\": null,\n      \"hasBirdwatchNotes\": false,\n      \"birdwatchPivot\": null,\n      \"conversationControl\": null,\n      \"isPromoted\": false,\n      \"promotedMetadata\": null,\n      \"createdAt\": \"2025-10-02T05:49:32.000Z\",\n      \"place\": null,\n      \"communityId\": null,\n      \"communityResults\": null\n    },\n    {\n      \"id\": \"5008732295651308304\",\n      \"conversationId\": \"5008732295651308304\",\n      \"text\": \"Sample post text 35140 for documentation.\",\n      \"displayTextRange\": [\n        0,\n        119\n      ],\n      \"author\": {\n        \"id\": \"100158755\",\n        \"username\": \"sample_user_45981\",\n        \"name\": \"Sample User 45981\",\n        \"bio\": \"Sample profile bio for Sample User 45981.\",\n        \"location\": null,\n        \"website\": null,\n        \"pinnedTweetIds\": [],\n        \"avatar\": \"https://example.com/link-94089/profile-29900/images/sample-avatar-05153.jpg\",\n        \"banner\": null,\n        \"profileImageShape\": \"Circle\",\n        \"verified\": false,\n        \"isBlueVerified\": false,\n        \"verifiedType\": null,\n        \"verifiedSince\": null,\n        \"isIdentityVerified\": false,\n        \"isProtected\": false,\n        \"possiblySensitive\": false,\n        \"profileInterstitialType\": null,\n        \"withheldInCountries\": [],\n        \"professional\": {\n          \"type\": \"Creator\",\n          \"category\": [\n            {\n              \"id\": 934,\n              \"name\": \"Social Media Influencer\",\n              \"icon_name\": \"IconBriefcaseStroke\"\n            }\n          ],\n          \"restId\": \"7003989198756046936\"\n        },\n        \"businessAccount\": null,\n        \"creatorSubscriptionsCount\": 0,\n        \"hasHiddenSubscriptions\": false,\n        \"highlightsInfo\": null,\n        \"hasGraduatedAccess\": true,\n        \"isProfileTranslatable\": false,\n        \"hasCustomTimelines\": true,\n        \"isTranslator\": false,\n        \"affiliatesHighlightedLabel\": {},\n        \"defaultProfile\": false,\n        \"defaultProfileImage\": false,\n        \"followerCount\": 69,\n        \"followingCount\": 162,\n        \"tweetCount\": 581,\n        \"listedCount\": 0,\n        \"mediaCount\": 256,\n        \"favoritesCount\": 668,\n        \"createdAt\": \"2010-07-18T01:41:14.000Z\"\n      },\n      \"source\": null,\n      \"type\": \"tweet\",\n      \"replyTo\": null,\n      \"quotedTweet\": null,\n      \"retweetedTweet\": null,\n      \"reactionContext\": {\n        \"isReaction\": true,\n        \"targetTweetId\": \"2000000000000000001\",\n        \"targetTweetUrl\": \"https://x.com/sample_user_00001/status/2000000000000000001\",\n        \"targetAuthor\": {\n          \"id\": \"1000000000000000001\",\n          \"username\": \"sample_user_00001\",\n          \"name\": \"Sample User 00001\",\n          \"avatar\": \"https://example.com/images/sample-avatar-00001.jpg\",\n          \"isBlueVerified\": true\n        }\n      },\n      \"likeCount\": 0,\n      \"retweetCount\": 0,\n      \"replyCount\": 0,\n      \"quoteCount\": 0,\n      \"bookmarkCount\": 0,\n      \"viewCount\": 52,\n      \"media\": [\n        {\n          \"id\": \"2101084463759148771\",\n          \"key\": \"13_2101084463759148771\",\n          \"type\": \"video\",\n          \"url\": \"https://example.com/link-94089/profile-29900/media/sample-media-87740.jpg\",\n          \"displayUrl\": \"pic.x.com/5YZZvnYZv1\",\n          \"expandedUrl\": \"https://x.com/sample_user_15998/status/2009616435460368306/video/1\",\n          \"thumbnailUrl\": \"https://example.com/link-94089/profile-29900/media/sample-media-31238.jpg\",\n          \"width\": 704,\n          \"height\": 1280,\n          \"aspectRatio\": [\n            11,\n            20\n          ],\n          \"sizes\": {\n            \"thumb\": {\n              \"width\": 150,\n              \"height\": 150,\n              \"resize\": \"crop\"\n            },\n            \"small\": {\n              \"width\": 374,\n              \"height\": 680,\n              \"resize\": \"fit\"\n            },\n            \"medium\": {\n              \"width\": 660,\n              \"height\": 1200,\n              \"resize\": \"fit\"\n            },\n            \"large\": {\n              \"width\": 704,\n              \"height\": 1280,\n              \"resize\": \"fit\"\n            },\n            \"original\": {\n              \"width\": 704,\n              \"height\": 1280,\n              \"resize\": \"fit\"\n            }\n          },\n          \"duration\": 10,\n          \"bitrate\": null,\n          \"videoInfo\": {\n            \"variants\": [\n              {\n                \"bitrate\": 0,\n                \"contentType\": \"application/x-mpegURL\",\n                \"url\": \"https://example.com/link-94089/profile-29900/media/sample-media-16111.jpg\"\n              },\n              {\n                \"bitrate\": 632000,\n                \"contentType\": \"video/mp4\",\n                \"url\": \"https://example.com/link-94089/profile-29900/media/sample-media-80227.jpg\"\n              },\n              {\n                \"bitrate\": 950000,\n                \"contentType\": \"video/mp4\",\n                \"url\": \"https://example.com/link-94089/profile-29900/media/sample-media-93406.jpg\"\n              },\n              {\n                \"bitrate\": 2176000,\n                \"contentType\": \"video/mp4\",\n                \"url\": \"https://example.com/link-94089/profile-29900/media/sample-media-87740.jpg\"\n              }\n            ],\n            \"durationMillis\": 10100\n          },\n          \"altText\": null,\n          \"sensitiveMedia\": false,\n          \"features\": {\n            \"all\": [],\n            \"large\": [],\n            \"medium\": [],\n            \"small\": [],\n            \"orig\": [\n              {\n                \"faces\": []\n              }\n            ]\n          },\n          \"mediaAvailability\": {\n            \"status\": \"Available\",\n            \"reason\": null\n          },\n          \"allowDownload\": true,\n          \"mediaStats\": null,\n          \"processingInfo\": null,\n          \"sourceStatusId\": null,\n          \"sourceUserId\": null,\n          \"stickers\": null\n        },\n        {\n          \"id\": \"2101141470146145682\",\n          \"key\": \"13_2101141470146145682\",\n          \"type\": \"video\",\n          \"url\": \"https://example.com/link-94089/profile-29900/media/sample-media-81963.jpg\",\n          \"displayUrl\": \"pic.x.com/5YZZvnYZv1\",\n          \"expandedUrl\": \"https://x.com/sample_user_15998/status/2009616435460368306/video/1\",\n          \"thumbnailUrl\": \"https://example.com/link-94089/profile-29900/media/sample-media-13591.jpg\",\n          \"width\": 704,\n          \"height\": 1280,\n          \"aspectRatio\": [\n            11,\n            20\n          ],\n          \"sizes\": {\n            \"thumb\": {\n              \"width\": 150,\n              \"height\": 150,\n              \"resize\": \"crop\"\n            },\n            \"small\": {\n              \"width\": 374,\n              \"height\": 680,\n              \"resize\": \"fit\"\n            },\n            \"medium\": {\n              \"width\": 660,\n              \"height\": 1200,\n              \"resize\": \"fit\"\n            },\n            \"large\": {\n              \"width\": 704,\n              \"height\": 1280,\n              \"resize\": \"fit\"\n            },\n            \"original\": {\n              \"width\": 704,\n              \"height\": 1280,\n              \"resize\": \"fit\"\n            }\n          },\n          \"duration\": 10,\n          \"bitrate\": null,\n          \"videoInfo\": {\n            \"variants\": [\n              {\n                \"bitrate\": 0,\n                \"contentType\": \"application/x-mpegURL\",\n                \"url\": \"https://example.com/link-94089/profile-29900/media/sample-media-80720.jpg\"\n              },\n              {\n                \"bitrate\": 632000,\n                \"contentType\": \"video/mp4\",\n                \"url\": \"https://example.com/link-94089/profile-29900/media/sample-media-43086.jpg\"\n              },\n              {\n                \"bitrate\": 950000,\n                \"contentType\": \"video/mp4\",\n                \"url\": \"https://example.com/link-94089/profile-29900/media/sample-media-99396.jpg\"\n              },\n              {\n                \"bitrate\": 2176000,\n                \"contentType\": \"video/mp4\",\n                \"url\": \"https://example.com/link-94089/profile-29900/media/sample-media-81963.jpg\"\n              }\n            ],\n            \"durationMillis\": 10100\n          },\n          \"altText\": null,\n          \"sensitiveMedia\": false,\n          \"features\": {\n            \"all\": [],\n            \"large\": [],\n            \"medium\": [],\n            \"small\": [],\n            \"orig\": [\n              {\n                \"faces\": []\n              }\n            ]\n          },\n          \"mediaAvailability\": {\n            \"status\": \"Available\",\n            \"reason\": null\n          },\n          \"allowDownload\": true,\n          \"mediaStats\": null,\n          \"processingInfo\": null,\n          \"sourceStatusId\": null,\n          \"sourceUserId\": null,\n          \"stickers\": null\n        }\n      ],\n      \"poll\": null,\n      \"card\": null,\n      \"hashtags\": [\n        \"sample_topic_32478\"\n      ],\n      \"mentions\": [\n        \"sample_user_54259\"\n      ],\n      \"urls\": [],\n      \"symbols\": [],\n      \"possiblySensitive\": false,\n      \"limitedActions\": null,\n      \"isEdited\": false,\n      \"editControl\": null,\n      \"isTranslatable\": true,\n      \"lang\": \"es\",\n      \"translatedText\": null,\n      \"hasBirdwatchNotes\": false,\n      \"birdwatchPivot\": null,\n      \"conversationControl\": null,\n      \"isPromoted\": false,\n      \"promotedMetadata\": null,\n      \"createdAt\": \"2025-10-02T05:49:24.000Z\",\n      \"place\": null,\n      \"communityId\": null,\n      \"communityResults\": null\n    },\n    {\n      \"id\": \"5003846751207294437\",\n      \"conversationId\": \"5003846751207294437\",\n      \"text\": \"Sample post text 95756 for documentation.\",\n      \"displayTextRange\": [\n        0,\n        25\n      ],\n      \"author\": {\n        \"id\": \"1006086146937944330\",\n        \"username\": \"sample_user_21375\",\n        \"name\": \"Sample User 21375\",\n        \"bio\": \"Sample profile bio for Sample User 21375.\",\n        \"location\": null,\n        \"website\": \"https://example.com/link-94089/profile-29900/profile-88542\",\n        \"pinnedTweetIds\": [\n          \"2001518738021086670\"\n        ],\n        \"avatar\": \"https://example.com/link-94089/profile-29900/images/sample-avatar-88542.jpg\",\n        \"banner\": \"https://example.com/link-94089/profile-29900/images/sample-banner-88542.jpg\",\n        \"profileImageShape\": \"Circle\",\n        \"verified\": false,\n        \"isBlueVerified\": false,\n        \"verifiedType\": null,\n        \"verifiedSince\": null,\n        \"isIdentityVerified\": false,\n        \"isProtected\": false,\n        \"possiblySensitive\": false,\n        \"profileInterstitialType\": null,\n        \"withheldInCountries\": [],\n        \"professional\": null,\n        \"businessAccount\": null,\n        \"creatorSubscriptionsCount\": 0,\n        \"hasHiddenSubscriptions\": false,\n        \"highlightsInfo\": null,\n        \"hasGraduatedAccess\": true,\n        \"isProfileTranslatable\": false,\n        \"hasCustomTimelines\": true,\n        \"isTranslator\": false,\n        \"affiliatesHighlightedLabel\": {},\n        \"defaultProfile\": false,\n        \"defaultProfileImage\": false,\n        \"followerCount\": 668,\n        \"followingCount\": 1029,\n        \"tweetCount\": 12626,\n        \"listedCount\": 11,\n        \"mediaCount\": 3839,\n        \"favoritesCount\": 72610,\n        \"createdAt\": \"2018-06-25T06:59:47.000Z\"\n      },\n      \"source\": null,\n      \"type\": \"tweet\",\n      \"replyTo\": null,\n      \"quotedTweet\": null,\n      \"retweetedTweet\": null,\n      \"reactionContext\": {\n        \"isReaction\": true,\n        \"targetTweetId\": \"2000000000000000001\",\n        \"targetTweetUrl\": \"https://x.com/sample_user_00001/status/2000000000000000001\",\n        \"targetAuthor\": {\n          \"id\": \"1000000000000000001\",\n          \"username\": \"sample_user_00001\",\n          \"name\": \"Sample User 00001\",\n          \"avatar\": \"https://example.com/images/sample-avatar-00001.jpg\",\n          \"isBlueVerified\": true\n        }\n      },\n      \"likeCount\": 0,\n      \"retweetCount\": 0,\n      \"replyCount\": 0,\n      \"quoteCount\": 0,\n      \"bookmarkCount\": 0,\n      \"viewCount\": 6,\n      \"media\": [],\n      \"poll\": null,\n      \"card\": null,\n      \"hashtags\": [],\n      \"mentions\": [],\n      \"urls\": [],\n      \"symbols\": [],\n      \"possiblySensitive\": false,\n      \"limitedActions\": null,\n      \"isEdited\": false,\n      \"editControl\": null,\n      \"isTranslatable\": true,\n      \"lang\": \"ja\",\n      \"translatedText\": null,\n      \"hasBirdwatchNotes\": false,\n      \"birdwatchPivot\": null,\n      \"conversationControl\": null,\n      \"isPromoted\": false,\n      \"promotedMetadata\": null,\n      \"createdAt\": \"2025-10-02T05:49:22.000Z\",\n      \"place\": null,\n      \"communityId\": null,\n      \"communityResults\": null\n    },\n    {\n      \"id\": \"9007428986762710781\",\n      \"conversationId\": \"2001696744712930648\",\n      \"text\": \"Sample post text 61896 for documentation.\",\n      \"displayTextRange\": [\n        24,\n        52\n      ],\n      \"author\": {\n        \"id\": \"1004814509\",\n        \"username\": \"sample_user_34726\",\n        \"name\": \"Sample User 34726\",\n        \"bio\": \"Sample profile bio for Sample User 34726.\",\n        \"location\": \"Sample City 667\",\n        \"website\": \"https://example.com/link-94089/profile-29900/profile-13489\",\n        \"pinnedTweetIds\": [\n          \"2001277289522659615\"\n        ],\n        \"avatar\": \"https://example.com/link-94089/profile-29900/images/sample-avatar-13489.jpg\",\n        \"banner\": \"https://example.com/link-94089/profile-29900/images/sample-banner-13489.jpg\",\n        \"profileImageShape\": \"Circle\",\n        \"verified\": false,\n        \"isBlueVerified\": false,\n        \"verifiedType\": null,\n        \"verifiedSince\": null,\n        \"isIdentityVerified\": false,\n        \"isProtected\": false,\n        \"possiblySensitive\": false,\n        \"profileInterstitialType\": null,\n        \"withheldInCountries\": [],\n        \"professional\": null,\n        \"businessAccount\": null,\n        \"creatorSubscriptionsCount\": 0,\n        \"hasHiddenSubscriptions\": false,\n        \"highlightsInfo\": null,\n        \"hasGraduatedAccess\": true,\n        \"isProfileTranslatable\": false,\n        \"hasCustomTimelines\": true,\n        \"isTranslator\": false,\n        \"affiliatesHighlightedLabel\": {},\n        \"defaultProfile\": false,\n        \"defaultProfileImage\": false,\n        \"followerCount\": 512,\n        \"followingCount\": 2959,\n        \"tweetCount\": 20036,\n        \"listedCount\": 35,\n        \"mediaCount\": 720,\n        \"favoritesCount\": 69982,\n        \"createdAt\": \"2014-01-11T01:13:22.000Z\"\n      },\n      \"source\": null,\n      \"type\": \"reply\",\n      \"replyTo\": {\n        \"tweetId\": \"2001696744712930648\",\n        \"userId\": \"100135036248701661\",\n        \"username\": \"sample_user_47333\"\n      },\n      \"quotedTweet\": null,\n      \"retweetedTweet\": null,\n      \"reactionContext\": {\n        \"isReaction\": true,\n        \"targetTweetId\": \"2000000000000000001\",\n        \"targetTweetUrl\": \"https://x.com/sample_user_00001/status/2000000000000000001\",\n        \"targetAuthor\": {\n          \"id\": \"1000000000000000001\",\n          \"username\": \"sample_user_00001\",\n          \"name\": \"Sample User 00001\",\n          \"avatar\": \"https://example.com/images/sample-avatar-00001.jpg\",\n          \"isBlueVerified\": true\n        }\n      },\n      \"likeCount\": 1,\n      \"retweetCount\": 0,\n      \"replyCount\": 0,\n      \"quoteCount\": 0,\n      \"bookmarkCount\": 0,\n      \"viewCount\": 6,\n      \"media\": [],\n      \"poll\": null,\n      \"card\": null,\n      \"hashtags\": [],\n      \"mentions\": [\n        \"sample_user_47333\",\n        \"sample_user_54259\"\n      ],\n      \"urls\": [],\n      \"symbols\": [],\n      \"possiblySensitive\": false,\n      \"limitedActions\": null,\n      \"isEdited\": false,\n      \"editControl\": null,\n      \"isTranslatable\": false,\n      \"lang\": \"en\",\n      \"translatedText\": null,\n      \"hasBirdwatchNotes\": false,\n      \"birdwatchPivot\": null,\n      \"conversationControl\": null,\n      \"isPromoted\": false,\n      \"promotedMetadata\": null,\n      \"createdAt\": \"2025-10-02T05:49:06.000Z\",\n      \"place\": null,\n      \"communityId\": null,\n      \"communityResults\": null\n    }\n  ],\n  \"pagination\": {\n    \"nextCursor\": \"DAADDAABCgABG2O7Uf4aIc4KAAIbY7qj5NYQXgAIAAIAAAACCAADAAAAAAgABAAAAAAKAAUbY7tYYkAnEAoABhtju1hiP9jwAAA\",\n    \"prevCursor\": \"DAADDAABCgABG2O7Uf4aIc4KAAIbY7qj5NYQXgAIAAIAAAABCAADAAAAAAgABAAAAAAKAAUbY7tYYkAnEAoABhtju1hiP9jwAAA\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "Request validation failed or the upstream request was invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "query",
                      "value": "open source intelligence",
                      "disabled": false
                    },
                    {
                      "key": "type",
                      "value": "Latest",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"Request validation failed\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The TweetAPI key or caller-supplied Twitter authentication token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "query",
                      "value": "open source intelligence",
                      "disabled": false
                    },
                    {
                      "key": "type",
                      "value": "Latest",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 401,\n  \"message\": \"No API key provided\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The authenticated account is not permitted to perform the operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "query",
                      "value": "open source intelligence",
                      "disabled": false
                    },
                    {
                      "key": "type",
                      "value": "Latest",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 403,\n  \"message\": \"Forbidden\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The requested resource or route was not found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "query",
                      "value": "open source intelligence",
                      "disabled": false
                    },
                    {
                      "key": "type",
                      "value": "Latest",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 404,\n  \"message\": \"Not found\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The per-minute rate limit or plan request allowance was exceeded. The response does not currently include Retry-After or X-RateLimit headers.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "query",
                      "value": "open source intelligence",
                      "disabled": false
                    },
                    {
                      "key": "type",
                      "value": "Latest",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 429,\n  \"message\": \"Rate limit quota exceeded\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "TweetAPI or an upstream dependency failed to process the request.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "query",
                      "value": "open source intelligence",
                      "disabled": false
                    },
                    {
                      "key": "type",
                      "value": "Latest",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 500,\n  \"message\": \"Internal Server Error\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Authentication (credentials)",
      "description": {
        "content": "Credential-bearing login operation. Handle request and response data as secrets.",
        "type": "text/plain"
      },
      "item": [
        {
          "name": "[CREDENTIALS] Login",
          "request": {
            "name": "[CREDENTIALS] Login",
            "description": {
              "content": "Authenticate a platform account and retrieve session cookies for use with interaction endpoints. A successful response consumes 50 request units. Rate limited to 60 requests per minute.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "tw-v2",
                "auth",
                "login"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"username\": \"sample_user\",\n  \"password\": \"YOUR_PASSWORD\",\n  \"proxy\": \"proxy.example.com:8080@username:password\",\n  \"country\": \"US\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "auth",
                    "login"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"username\": \"sample_user\",\n  \"password\": \"YOUR_PASSWORD\",\n  \"proxy\": \"proxy.example.com:8080@username:password\",\n  \"country\": \"US\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"status\": \"success\",\n  \"data\": {\n    \"cookies\": {\n      \"auth_token\": \"YOUR_AUTH_TOKEN\",\n      \"ct0\": \"YOUR_CT0_TOKEN\",\n      \"twid\": \"YOUR_TWID_COOKIE\",\n      \"kdt\": \"YOUR_KDT_TOKEN\",\n      \"__cf_bm\": \"YOUR_CF_BM_COOKIE\"\n    },\n    \"user\": {\n      \"id\": \"1009530492076271\",\n      \"username\": \"exampleUser\",\n      \"name\": \"Sample User 82107\"\n    },\n    \"timestamp\": \"2025-11-28T10:41:10.196Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "Request validation failed or the upstream request was invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "auth",
                    "login"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"username\": \"sample_user\",\n  \"password\": \"YOUR_PASSWORD\",\n  \"proxy\": \"proxy.example.com:8080@username:password\",\n  \"country\": \"US\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"Request validation failed\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The TweetAPI key or caller-supplied Twitter authentication token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "auth",
                    "login"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"username\": \"sample_user\",\n  \"password\": \"YOUR_PASSWORD\",\n  \"proxy\": \"proxy.example.com:8080@username:password\",\n  \"country\": \"US\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 401,\n  \"message\": \"No API key provided\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The authenticated account is not permitted to perform the operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "auth",
                    "login"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"username\": \"sample_user\",\n  \"password\": \"YOUR_PASSWORD\",\n  \"proxy\": \"proxy.example.com:8080@username:password\",\n  \"country\": \"US\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 403,\n  \"message\": \"Forbidden\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The requested resource or route was not found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "auth",
                    "login"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"username\": \"sample_user\",\n  \"password\": \"YOUR_PASSWORD\",\n  \"proxy\": \"proxy.example.com:8080@username:password\",\n  \"country\": \"US\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 404,\n  \"message\": \"Not found\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The per-minute rate limit or plan request allowance was exceeded. The response does not currently include Retry-After or X-RateLimit headers.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "auth",
                    "login"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"username\": \"sample_user\",\n  \"password\": \"YOUR_PASSWORD\",\n  \"proxy\": \"proxy.example.com:8080@username:password\",\n  \"country\": \"US\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 429,\n  \"message\": \"Rate limit quota exceeded\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "TweetAPI or an upstream dependency failed to process the request.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "auth",
                    "login"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"username\": \"sample_user\",\n  \"password\": \"YOUR_PASSWORD\",\n  \"proxy\": \"proxy.example.com:8080@username:password\",\n  \"country\": \"US\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 500,\n  \"message\": \"Internal Server Error\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The login request could not be completed through the provided proxy.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "auth",
                    "login"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"username\": \"sample_user\",\n  \"password\": \"YOUR_PASSWORD\",\n  \"proxy\": \"proxy.example.com:8080@username:password\",\n  \"country\": \"US\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Gateway",
              "code": 502,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 502,\n  \"message\": \"Login proxy request failed\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The login runtime or token provider is temporarily unavailable.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "auth",
                    "login"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"username\": \"sample_user\",\n  \"password\": \"YOUR_PASSWORD\",\n  \"proxy\": \"proxy.example.com:8080@username:password\",\n  \"country\": \"US\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Service Unavailable",
              "code": 503,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 503,\n  \"message\": \"Login runtime is temporarily unavailable\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "XChat (encrypted messaging)",
      "description": {
        "content": "Encrypted-message setup, reads, and writes. Handle all message material as sensitive.",
        "type": "text/plain"
      },
      "item": [
        {
          "name": "[CREDENTIALS] Setup",
          "request": {
            "name": "[CREDENTIALS] Setup",
            "description": {
              "content": "Initialize X Chat (encrypted DMs) for your account. This is a required first step before sending encrypted messages. You must have X Chat already set up in the official app before using this endpoint.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "tw-v2",
                "xchat",
                "setup"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"userId\": \"1234567890\",\n  \"pin\": \"1234\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "xchat",
                    "setup"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"userId\": \"1234567890\",\n  \"pin\": \"1234\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"status\": \"ready\",\n  \"userId\": \"1001937475184068444\",\n  \"publicKeyVersion\": \"1763729043842\",\n  \"message\": \"Sample post text 61903 for documentation.\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "Request validation failed or the upstream request was invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "xchat",
                    "setup"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"userId\": \"1234567890\",\n  \"pin\": \"1234\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"Request validation failed\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The TweetAPI key or caller-supplied Twitter authentication token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "xchat",
                    "setup"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"userId\": \"1234567890\",\n  \"pin\": \"1234\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 401,\n  \"message\": \"No API key provided\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The authenticated account is not permitted to perform the operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "xchat",
                    "setup"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"userId\": \"1234567890\",\n  \"pin\": \"1234\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 403,\n  \"message\": \"Forbidden\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The requested resource or route was not found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "xchat",
                    "setup"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"userId\": \"1234567890\",\n  \"pin\": \"1234\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 404,\n  \"message\": \"Not found\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The per-minute rate limit or plan request allowance was exceeded. The response does not currently include Retry-After or X-RateLimit headers.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "xchat",
                    "setup"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"userId\": \"1234567890\",\n  \"pin\": \"1234\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 429,\n  \"message\": \"Rate limit quota exceeded\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "TweetAPI or an upstream dependency failed to process the request.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "xchat",
                    "setup"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"userId\": \"1234567890\",\n  \"pin\": \"1234\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 500,\n  \"message\": \"Internal Server Error\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "name": "[AUTHENTICATED READ] Conversations",
          "request": {
            "name": "[AUTHENTICATED READ] Conversations",
            "description": {
              "content": "Get a list of all X Chat conversations in your inbox. Returns conversation metadata including participants and timestamps. This endpoint does not require /xchat/setup since it only returns metadata, not decrypted message content.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "tw-v2",
                "xchat",
                "conversations"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "xchat",
                    "conversations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"conversations\": [\n    {\n      \"conversationId\": \"1234567890:9876543210\",\n      \"participants\": [\n        {\n          \"userId\": \"9876543210\",\n          \"name\": \"Sample User 00001\",\n          \"screenName\": \"sample_user_00001\"\n        }\n      ],\n      \"lastMessageTimestamp\": 1769173580397,\n      \"type\": \"one_to_one\"\n    },\n    {\n      \"conversationId\": \"g5001680743694518742\",\n      \"participants\": [\n        {\n          \"userId\": \"1234567890\",\n          \"name\": \"Sample User 00002\",\n          \"screenName\": \"sample_user_00002\"\n        },\n        {\n          \"userId\": \"9876543210\",\n          \"name\": \"Sample User 00001\",\n          \"screenName\": \"sample_user_00001\"\n        }\n      ],\n      \"lastMessageTimestamp\": 1768483844743,\n      \"type\": \"group\"\n    }\n  ],\n  \"cursor\": \"50\",\n  \"graphSnapshotId\": \"bf0310dd-d428-4de1-9815-435bc90061686\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "Request validation failed or the upstream request was invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "xchat",
                    "conversations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"Request validation failed\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The TweetAPI key or caller-supplied Twitter authentication token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "xchat",
                    "conversations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 401,\n  \"message\": \"No API key provided\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The authenticated account is not permitted to perform the operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "xchat",
                    "conversations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 403,\n  \"message\": \"Forbidden\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The requested resource or route was not found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "xchat",
                    "conversations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 404,\n  \"message\": \"Not found\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The per-minute rate limit or plan request allowance was exceeded. The response does not currently include Retry-After or X-RateLimit headers.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "xchat",
                    "conversations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 429,\n  \"message\": \"Rate limit quota exceeded\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "TweetAPI or an upstream dependency failed to process the request.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "xchat",
                    "conversations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 500,\n  \"message\": \"Internal Server Error\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "name": "[DM WRITE] Send",
          "request": {
            "name": "[DM WRITE] Send",
            "description": {
              "content": "Send an end-to-end encrypted direct message via X Chat. Prerequisite - You must call /xchat/setup first before sending messages.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "tw-v2",
                "xchat",
                "send"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"recipientId\": \"9876543210\",\n  \"message\": \"Hello from TweetAPI\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "xchat",
                    "send"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"recipientId\": \"9876543210\",\n  \"message\": \"Hello from TweetAPI\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"messageId\": \"a1b2c3d4-e5f6-7890-abcd-ef1234567890\",\n  \"conversationId\": \"5003555930970613276:9876543210987654321\",\n  \"timestamp\": 1768479256916,\n  \"status\": \"sent\",\n  \"recipientId\": \"9876543210987654321\",\n  \"mode\": \"e2e\",\n  \"retried\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "Request validation failed or the upstream request was invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "xchat",
                    "send"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"recipientId\": \"9876543210\",\n  \"message\": \"Hello from TweetAPI\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"Request validation failed\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The TweetAPI key or caller-supplied Twitter authentication token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "xchat",
                    "send"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"recipientId\": \"9876543210\",\n  \"message\": \"Hello from TweetAPI\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 401,\n  \"message\": \"No API key provided\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The authenticated account is not permitted to perform the operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "xchat",
                    "send"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"recipientId\": \"9876543210\",\n  \"message\": \"Hello from TweetAPI\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 403,\n  \"message\": \"Forbidden\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The requested resource or route was not found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "xchat",
                    "send"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"recipientId\": \"9876543210\",\n  \"message\": \"Hello from TweetAPI\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 404,\n  \"message\": \"Not found\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The per-minute rate limit or plan request allowance was exceeded. The response does not currently include Retry-After or X-RateLimit headers.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "xchat",
                    "send"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"recipientId\": \"9876543210\",\n  \"message\": \"Hello from TweetAPI\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 429,\n  \"message\": \"Rate limit quota exceeded\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "TweetAPI or an upstream dependency failed to process the request.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "xchat",
                    "send"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"recipientId\": \"9876543210\",\n  \"message\": \"Hello from TweetAPI\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 500,\n  \"message\": \"Internal Server Error\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "name": "[AUTHENTICATED READ] History",
          "request": {
            "name": "[AUTHENTICATED READ] History",
            "description": {
              "content": "Get decrypted conversation history for an end-to-end encrypted X Chat conversation. Returns messages in decrypted plaintext with metadata. Prerequisite - You must call /xchat/setup first before fetching history.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "tw-v2",
                "xchat",
                "history"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"conversationId\": \"1234567890-9876543210\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "xchat",
                    "history"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"conversationId\": \"1234567890-9876543210\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"messages\": [\n    {\n      \"id\": \"9001544816401953968\",\n      \"messageId\": \"72afe3e1-38c7-4b4b-9e45-b90062753a2d\",\n      \"senderId\": \"9003955120589863651\",\n      \"text\": \"Sample post text 97144 for documentation.\",\n      \"timestamp\": 1736847291525,\n      \"conversationKeyVersion\": \"1768394917884\"\n    },\n    {\n      \"id\": \"9005519788019736223\",\n      \"messageId\": \"7b9effa8-5f40-45d8-ba5f-c71ca4852a75\",\n      \"senderId\": \"9876543210987654321\",\n      \"text\": \"Sample post text 04843 for documentation.\",\n      \"timestamp\": 1736847190973,\n      \"conversationKeyVersion\": \"1768394917884\"\n    }\n  ],\n  \"hasMore\": true,\n  \"nextCursor\": \"9005519788019736223\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "Request validation failed or the upstream request was invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "xchat",
                    "history"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"conversationId\": \"1234567890-9876543210\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"Request validation failed\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The TweetAPI key or caller-supplied Twitter authentication token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "xchat",
                    "history"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"conversationId\": \"1234567890-9876543210\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 401,\n  \"message\": \"No API key provided\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The authenticated account is not permitted to perform the operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "xchat",
                    "history"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"conversationId\": \"1234567890-9876543210\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 403,\n  \"message\": \"Forbidden\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The requested resource or route was not found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "xchat",
                    "history"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"conversationId\": \"1234567890-9876543210\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 404,\n  \"message\": \"Not found\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The per-minute rate limit or plan request allowance was exceeded. The response does not currently include Retry-After or X-RateLimit headers.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "xchat",
                    "history"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"conversationId\": \"1234567890-9876543210\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 429,\n  \"message\": \"Rate limit quota exceeded\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "TweetAPI or an upstream dependency failed to process the request.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "xchat",
                    "history"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"conversationId\": \"1234567890-9876543210\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 500,\n  \"message\": \"Internal Server Error\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "name": "[AUTHENTICATED READ] Can Dm",
          "request": {
            "name": "[AUTHENTICATED READ] Can Dm",
            "description": {
              "content": "Check if users can receive X Chat encrypted DMs. Returns chat permissions including whether they have X Chat enabled and a public key for encryption. Use this endpoint to verify recipients before attempting to send encrypted messages.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "tw-v2",
                "xchat",
                "can-dm"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"userIds\": [\n    \"1234567890\"\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "xchat",
                    "can-dm"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"userIds\": [\n    \"1234567890\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"users\": [\n    {\n      \"id\": \"1001937475184068444\",\n      \"status\": \"Found\",\n      \"name\": \"Sample User 35037\",\n      \"screenName\": \"sample_user_35037\",\n      \"avatarUrl\": \"https://example.com/images/sample-avatar-35037.jpg\",\n      \"chatPermissions\": {\n        \"canDm\": true,\n        \"canDmOnXChat\": true,\n        \"hasPublicKey\": true,\n        \"canBeAddedToGroup\": false\n      },\n      \"isProtected\": false,\n      \"isSuspended\": false,\n      \"isBlueVerified\": false,\n      \"isVerified\": false\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "Request validation failed or the upstream request was invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "xchat",
                    "can-dm"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"userIds\": [\n    \"1234567890\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"Request validation failed\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The TweetAPI key or caller-supplied Twitter authentication token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "xchat",
                    "can-dm"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"userIds\": [\n    \"1234567890\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 401,\n  \"message\": \"No API key provided\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The authenticated account is not permitted to perform the operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "xchat",
                    "can-dm"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"userIds\": [\n    \"1234567890\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 403,\n  \"message\": \"Forbidden\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The requested resource or route was not found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "xchat",
                    "can-dm"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"userIds\": [\n    \"1234567890\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 404,\n  \"message\": \"Not found\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The per-minute rate limit or plan request allowance was exceeded. The response does not currently include Retry-After or X-RateLimit headers.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "xchat",
                    "can-dm"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"userIds\": [\n    \"1234567890\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 429,\n  \"message\": \"Rate limit quota exceeded\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "TweetAPI or an upstream dependency failed to process the request.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "xchat",
                    "can-dm"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"userIds\": [\n    \"1234567890\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 500,\n  \"message\": \"Internal Server Error\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Direct Messages (legacy)",
      "description": {
        "content": "Legacy direct-message reads and writes. Handle all message material as sensitive.",
        "type": "text/plain"
      },
      "item": [
        {
          "name": "[DM WRITE] Send Dm",
          "request": {
            "name": "[DM WRITE] Send Dm",
            "description": {
              "content": "Send a direct message to a user with optional media attachment. Supports images, GIFs, and videos with automatic type detection and processing. Maximum 1 media item per DM.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "tw-v2",
                "interaction",
                "send-dm"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"conversationId\": \"1234567890-9876543210\",\n  \"text\": \"Hello from TweetAPI\",\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "send-dm"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"conversationId\": \"1234567890-9876543210\",\n  \"text\": \"Hello from TweetAPI\",\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"message\": {\n    \"id\": \"9001332935717444612\",\n    \"conversationId\": \"1000000000000000001-1000000000000000002\",\n    \"senderId\": \"1000000000000000001\",\n    \"recipientId\": \"1000000000000000002\",\n    \"text\": \"Sample post text 28308 for documentation.\",\n    \"createdAt\": \"2024-02-01T14:00:00.000Z\",\n    \"requestId\": \"90038499-0000-0000-0000-900385308020\",\n    \"editCount\": 0\n  },\n  \"users\": [\n    {\n      \"id\": \"1000000000000000001\",\n      \"username\": \"user_one\",\n      \"name\": \"Sample User 46694\",\n      \"bio\": \"Sample description for documentation 43558.\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-29517.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": null,\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": false,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": null,\n      \"defaultProfile\": false,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 100,\n      \"followingCount\": 50,\n      \"tweetCount\": 0,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 0,\n      \"createdAt\": \"2020-01-01T00:00:00.000Z\"\n    },\n    {\n      \"id\": \"1000000000000000002\",\n      \"username\": \"user_two\",\n      \"name\": \"Sample User 13614\",\n      \"bio\": \"Sample description for documentation 30386.\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-29600.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": null,\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": false,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": null,\n      \"defaultProfile\": false,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 200,\n      \"followingCount\": 150,\n      \"tweetCount\": 0,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 0,\n      \"createdAt\": \"2020-02-01T00:00:00.000Z\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "Request validation failed or the upstream request was invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "send-dm"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"conversationId\": \"1234567890-9876543210\",\n  \"text\": \"Hello from TweetAPI\",\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"Request validation failed\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The TweetAPI key or caller-supplied Twitter authentication token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "send-dm"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"conversationId\": \"1234567890-9876543210\",\n  \"text\": \"Hello from TweetAPI\",\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 401,\n  \"message\": \"No API key provided\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The authenticated account is not permitted to perform the operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "send-dm"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"conversationId\": \"1234567890-9876543210\",\n  \"text\": \"Hello from TweetAPI\",\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 403,\n  \"message\": \"Forbidden\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The requested resource or route was not found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "send-dm"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"conversationId\": \"1234567890-9876543210\",\n  \"text\": \"Hello from TweetAPI\",\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 404,\n  \"message\": \"Not found\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The per-minute rate limit or plan request allowance was exceeded. The response does not currently include Retry-After or X-RateLimit headers.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "send-dm"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"conversationId\": \"1234567890-9876543210\",\n  \"text\": \"Hello from TweetAPI\",\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 429,\n  \"message\": \"Rate limit quota exceeded\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "TweetAPI or an upstream dependency failed to process the request.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "send-dm"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"conversationId\": \"1234567890-9876543210\",\n  \"text\": \"Hello from TweetAPI\",\n  \"proxy\": \"proxy.example.com:8080@username:password\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 500,\n  \"message\": \"Internal Server Error\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "name": "[AUTHENTICATED READ] Dm Permissions",
          "request": {
            "name": "[AUTHENTICATED READ] Dm Permissions",
            "description": {
              "content": "Check if you can send direct messages to specific users. Verifies DM permissions for up to 50 recipient IDs at once.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "tw-v2",
                "interaction",
                "dm-permissions"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "authToken",
                  "value": "YOUR_AUTH_TOKEN",
                  "description": "(Required) Account authentication token (auth_token cookie value)"
                },
                {
                  "disabled": false,
                  "key": "recipientIds",
                  "value": "9876543210",
                  "description": "(Required) Comma-separated list of user IDs to check (max 50 IDs, e.g., '123456789,987654321')"
                },
                {
                  "disabled": true,
                  "key": "proxy",
                  "value": "proxy.example.com:8080@username:password",
                  "description": "Optional proxy in format 'host:port@user:pass'"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "dm-permissions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "authToken",
                      "value": "YOUR_AUTH_TOKEN",
                      "disabled": false
                    },
                    {
                      "key": "recipientIds",
                      "value": "9876543210",
                      "disabled": false
                    },
                    {
                      "key": "proxy",
                      "value": "proxy.example.com:8080@username:password",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"permissions\": [\n    {\n      \"userId\": \"10016309\",\n      \"canDm\": false,\n      \"errorCode\": 349\n    },\n    {\n      \"userId\": \"10017528\",\n      \"canDm\": false,\n      \"errorCode\": 349\n    }\n  ],\n  \"users\": [\n    {\n      \"id\": \"10016309\",\n      \"username\": \"sample_user_59576\",\n      \"name\": \"Sample User 59576\",\n      \"bio\": \"Sample profile bio for Sample User 59576.\",\n      \"location\": null,\n      \"website\": \"https://example.com/profile-59576\",\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-59576.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": null,\n      \"verified\": false,\n      \"isBlueVerified\": true,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": false,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": null,\n      \"defaultProfile\": false,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 40162971,\n      \"followingCount\": 120,\n      \"tweetCount\": 0,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 0,\n      \"createdAt\": \"2009-04-23T21:53:30.000Z\"\n    },\n    {\n      \"id\": \"10017528\",\n      \"username\": \"sample_user_96991\",\n      \"name\": \"Sample User 96991\",\n      \"bio\": \"\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-96991.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": null,\n      \"verified\": false,\n      \"isBlueVerified\": true,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": false,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": null,\n      \"defaultProfile\": false,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 227683330,\n      \"followingCount\": 1220,\n      \"tweetCount\": 0,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 0,\n      \"createdAt\": \"2009-06-02T20:12:29.000Z\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "Request validation failed or the upstream request was invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "dm-permissions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "authToken",
                      "value": "YOUR_AUTH_TOKEN",
                      "disabled": false
                    },
                    {
                      "key": "recipientIds",
                      "value": "9876543210",
                      "disabled": false
                    },
                    {
                      "key": "proxy",
                      "value": "proxy.example.com:8080@username:password",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"Request validation failed\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The TweetAPI key or caller-supplied Twitter authentication token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "dm-permissions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "authToken",
                      "value": "YOUR_AUTH_TOKEN",
                      "disabled": false
                    },
                    {
                      "key": "recipientIds",
                      "value": "9876543210",
                      "disabled": false
                    },
                    {
                      "key": "proxy",
                      "value": "proxy.example.com:8080@username:password",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 401,\n  \"message\": \"No API key provided\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The authenticated account is not permitted to perform the operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "dm-permissions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "authToken",
                      "value": "YOUR_AUTH_TOKEN",
                      "disabled": false
                    },
                    {
                      "key": "recipientIds",
                      "value": "9876543210",
                      "disabled": false
                    },
                    {
                      "key": "proxy",
                      "value": "proxy.example.com:8080@username:password",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 403,\n  \"message\": \"Forbidden\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The requested resource or route was not found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "dm-permissions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "authToken",
                      "value": "YOUR_AUTH_TOKEN",
                      "disabled": false
                    },
                    {
                      "key": "recipientIds",
                      "value": "9876543210",
                      "disabled": false
                    },
                    {
                      "key": "proxy",
                      "value": "proxy.example.com:8080@username:password",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 404,\n  \"message\": \"Not found\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The per-minute rate limit or plan request allowance was exceeded. The response does not currently include Retry-After or X-RateLimit headers.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "dm-permissions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "authToken",
                      "value": "YOUR_AUTH_TOKEN",
                      "disabled": false
                    },
                    {
                      "key": "recipientIds",
                      "value": "9876543210",
                      "disabled": false
                    },
                    {
                      "key": "proxy",
                      "value": "proxy.example.com:8080@username:password",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 429,\n  \"message\": \"Rate limit quota exceeded\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "TweetAPI or an upstream dependency failed to process the request.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "dm-permissions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "authToken",
                      "value": "YOUR_AUTH_TOKEN",
                      "disabled": false
                    },
                    {
                      "key": "recipientIds",
                      "value": "9876543210",
                      "disabled": false
                    },
                    {
                      "key": "proxy",
                      "value": "proxy.example.com:8080@username:password",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 500,\n  \"message\": \"Internal Server Error\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "name": "[AUTHENTICATED READ] Inbox Initial State",
          "request": {
            "name": "[AUTHENTICATED READ] Inbox Initial State",
            "description": {
              "content": "Get the initial state of your DM inbox. Returns conversations, messages, user data, and inbox timeline cursors for pagination. Use the returned cursor for polling updates via dm-user-updates endpoint.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "tw-v2",
                "interaction",
                "inbox-initial-state"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "authToken",
                  "value": "YOUR_AUTH_TOKEN",
                  "description": "(Required) Account authentication token (auth_token cookie value)"
                },
                {
                  "disabled": true,
                  "key": "proxy",
                  "value": "proxy.example.com:8080@username:password",
                  "description": "Optional proxy in format 'host:port@user:pass'"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "inbox-initial-state"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "authToken",
                      "value": "YOUR_AUTH_TOKEN",
                      "disabled": false
                    },
                    {
                      "key": "proxy",
                      "value": "proxy.example.com:8080@username:password",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"conversations\": [\n    {\n      \"id\": \"1234567890-9876543210\",\n      \"type\": \"ONE_TO_ONE\",\n      \"participants\": [\n        \"1234567890\",\n        \"9876543210\"\n      ],\n      \"lastMessageId\": \"5003095839008393364\",\n      \"lastMessageTime\": \"2024-08-04T07:00:14.115Z\",\n      \"lastReadMessageId\": \"5001119709765224649\",\n      \"trusted\": true,\n      \"muted\": false,\n      \"readOnly\": false,\n      \"lowQuality\": false,\n      \"nsfw\": false,\n      \"notificationsDisabled\": false\n    },\n    {\n      \"id\": \"9876543210-5555555555\",\n      \"type\": \"ONE_TO_ONE\",\n      \"participants\": [\n        \"9876543210\",\n        \"5555555555\"\n      ],\n      \"lastMessageId\": \"5007772619049708366\",\n      \"lastMessageTime\": \"2024-10-10T17:11:43.250Z\",\n      \"lastReadMessageId\": \"0\",\n      \"trusted\": false,\n      \"muted\": false,\n      \"readOnly\": false,\n      \"lowQuality\": true,\n      \"nsfw\": false,\n      \"notificationsDisabled\": false\n    }\n  ],\n  \"messages\": [\n    {\n      \"id\": \"9001773380324071094\",\n      \"conversationId\": \"1234567890-9876543210\",\n      \"senderId\": \"1234567890\",\n      \"recipientId\": \"9876543210\",\n      \"text\": \"Sample post text 69685 for documentation.\",\n      \"createdAt\": \"2024-08-04T07:00:14.000Z\",\n      \"requestId\": \"a1b2c3d4-e5f6-7890-abcd-ef1234567890\",\n      \"editCount\": 0\n    },\n    {\n      \"id\": \"9002107545067596446\",\n      \"conversationId\": \"1234567890-9876543210\",\n      \"senderId\": \"9876543210\",\n      \"recipientId\": \"1234567890\",\n      \"text\": \"Sample post text 99582 for documentation.\",\n      \"createdAt\": \"2024-08-04T07:01:30.000Z\",\n      \"requestId\": \"b2c3d4e5-f6a7-8901-bcde-f90011496206\",\n      \"editCount\": 0,\n      \"replyTo\": {\n        \"messageId\": \"9005722626798165465\",\n        \"text\": \"Sample post text 69685 for documentation.\"\n      }\n    },\n    {\n      \"id\": \"9006924863278004687\",\n      \"conversationId\": \"1234567890-9876543210\",\n      \"senderId\": \"1234567890\",\n      \"recipientId\": \"9876543210\",\n      \"text\": \"Sample post text 84623 for documentation.\",\n      \"createdAt\": \"2024-08-04T07:05:00.000Z\",\n      \"requestId\": \"c3d4e5f6-a7b8-9012-cdef-900145354256\",\n      \"editCount\": 0,\n      \"entities\": {\n        \"urls\": [\n          {\n            \"url\": \"https://example.com/link-82642\",\n            \"expandedUrl\": \"https://x.com/sample_user_78339/media/4444444444444444444\",\n            \"displayUrl\": \"pic.x.com/example123\"\n          }\n        ],\n        \"mentions\": [],\n        \"hashtags\": []\n      },\n      \"attachment\": {\n        \"type\": \"photo\",\n        \"photo\": {\n          \"id\": \"9007928766413753864\",\n          \"url\": \"https://example.com/media/photo123.jpg\",\n          \"width\": 1200,\n          \"height\": 800\n        }\n      }\n    },\n    {\n      \"id\": \"9001525177757834681\",\n      \"conversationId\": \"9876543210-5555555555\",\n      \"senderId\": \"5555555555\",\n      \"recipientId\": \"9876543210\",\n      \"text\": \"Sample post text 21652 for documentation.\",\n      \"createdAt\": \"2024-10-10T17:11:43.000Z\",\n      \"requestId\": \"d4e5f6a7-b8c9-0123-def1-900162319730\",\n      \"editCount\": 0,\n      \"entities\": {\n        \"urls\": [\n          {\n            \"url\": \"https://example.com/link-11299\",\n            \"expandedUrl\": \"https://example.com/link-94089\",\n            \"displayUrl\": \"example.com\"\n          }\n        ],\n        \"mentions\": [],\n        \"hashtags\": []\n      }\n    }\n  ],\n  \"users\": [\n    {\n      \"id\": \"1234567890\",\n      \"username\": \"john_doe\",\n      \"name\": \"Sample User 21747\",\n      \"bio\": \"Sample description for documentation 73203.\",\n      \"location\": \"Sample City 459\",\n      \"website\": \"https://example.com/profile-29900\",\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-06597.jpg\",\n      \"banner\": \"https://example.com/images/sample-banner-70273.jpg\",\n      \"profileImageShape\": \"Circle\",\n      \"verified\": false,\n      \"isBlueVerified\": true,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": false,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": null,\n      \"defaultProfile\": false,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 1523,\n      \"followingCount\": 892,\n      \"tweetCount\": 456,\n      \"listedCount\": 12,\n      \"mediaCount\": 89,\n      \"favoritesCount\": 3456,\n      \"createdAt\": \"2020-01-15T10:30:00.000Z\"\n    },\n    {\n      \"id\": \"9876543210\",\n      \"username\": \"jane_smith\",\n      \"name\": \"Sample User 93347\",\n      \"bio\": \"Sample description for documentation 01890.\",\n      \"location\": \"Sample City 196\",\n      \"website\": \"https://example.com/profile-24546\",\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-50289.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": null,\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": false,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": null,\n      \"defaultProfile\": false,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 2341,\n      \"followingCount\": 567,\n      \"tweetCount\": 789,\n      \"listedCount\": 23,\n      \"mediaCount\": 145,\n      \"favoritesCount\": 5678,\n      \"createdAt\": \"2019-03-20T14:22:00.000Z\"\n    }\n  ],\n  \"inboxTimelines\": {\n    \"trusted\": {\n      \"status\": \"AT_END\",\n      \"min_entry_id\": \"9001287423245354173\"\n    },\n    \"untrusted\": {\n      \"status\": \"HAS_MORE\",\n      \"min_entry_id\": \"9002002559038635925\"\n    },\n    \"untrustedLowQuality\": {\n      \"status\": \"HAS_MORE\",\n      \"min_entry_id\": \"9001584235130441450\"\n    }\n  },\n  \"cursor\": \"GRwm5ILd5ZzonfM2FtiF3umk5p_zNiUCAAA\",\n  \"lastSeenEventId\": \"9001414306093561866\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "Request validation failed or the upstream request was invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "inbox-initial-state"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "authToken",
                      "value": "YOUR_AUTH_TOKEN",
                      "disabled": false
                    },
                    {
                      "key": "proxy",
                      "value": "proxy.example.com:8080@username:password",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"Request validation failed\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The TweetAPI key or caller-supplied Twitter authentication token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "inbox-initial-state"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "authToken",
                      "value": "YOUR_AUTH_TOKEN",
                      "disabled": false
                    },
                    {
                      "key": "proxy",
                      "value": "proxy.example.com:8080@username:password",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 401,\n  \"message\": \"No API key provided\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The authenticated account is not permitted to perform the operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "inbox-initial-state"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "authToken",
                      "value": "YOUR_AUTH_TOKEN",
                      "disabled": false
                    },
                    {
                      "key": "proxy",
                      "value": "proxy.example.com:8080@username:password",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 403,\n  \"message\": \"Forbidden\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The requested resource or route was not found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "inbox-initial-state"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "authToken",
                      "value": "YOUR_AUTH_TOKEN",
                      "disabled": false
                    },
                    {
                      "key": "proxy",
                      "value": "proxy.example.com:8080@username:password",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 404,\n  \"message\": \"Not found\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The per-minute rate limit or plan request allowance was exceeded. The response does not currently include Retry-After or X-RateLimit headers.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "inbox-initial-state"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "authToken",
                      "value": "YOUR_AUTH_TOKEN",
                      "disabled": false
                    },
                    {
                      "key": "proxy",
                      "value": "proxy.example.com:8080@username:password",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 429,\n  \"message\": \"Rate limit quota exceeded\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "TweetAPI or an upstream dependency failed to process the request.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "inbox-initial-state"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "authToken",
                      "value": "YOUR_AUTH_TOKEN",
                      "disabled": false
                    },
                    {
                      "key": "proxy",
                      "value": "proxy.example.com:8080@username:password",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 500,\n  \"message\": \"Internal Server Error\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "name": "[AUTHENTICATED READ] Inbox Timeline Trusted",
          "request": {
            "name": "[AUTHENTICATED READ] Inbox Timeline Trusted",
            "description": {
              "content": "Get paginated trusted conversations timeline. Use the cursor from inbox-initial-state or previous response to fetch next page of trusted DM conversations.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "tw-v2",
                "interaction",
                "inbox-timeline-trusted"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "authToken",
                  "value": "YOUR_AUTH_TOKEN",
                  "description": "(Required) Account authentication token (auth_token cookie value)"
                },
                {
                  "disabled": false,
                  "key": "cursor",
                  "value": "NEXT_CURSOR",
                  "description": "(Required) Cursor for pagination. Get from inbox-initial-state or previous response."
                },
                {
                  "disabled": true,
                  "key": "filterLowQuality",
                  "value": "false",
                  "description": "Filter out low quality conversations (default false)"
                },
                {
                  "disabled": true,
                  "key": "proxy",
                  "value": "proxy.example.com:8080@username:password",
                  "description": "Optional proxy in format 'host:port@user:pass'"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "inbox-timeline-trusted"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "authToken",
                      "value": "YOUR_AUTH_TOKEN",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": false
                    },
                    {
                      "key": "filterLowQuality",
                      "value": "false",
                      "disabled": true
                    },
                    {
                      "key": "proxy",
                      "value": "proxy.example.com:8080@username:password",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"conversations\": [\n    {\n      \"id\": \"1000000000000000001-1000000000000000002\",\n      \"type\": \"ONE_TO_ONE\",\n      \"participants\": [\n        \"1000000000000000001\",\n        \"1000000000000000002\"\n      ],\n      \"lastMessageId\": \"5001707222994272980\",\n      \"lastMessageTime\": \"2024-01-15T10:30:00.000Z\",\n      \"lastReadMessageId\": \"5001234266107326422\",\n      \"trusted\": true,\n      \"muted\": false,\n      \"readOnly\": false,\n      \"lowQuality\": false,\n      \"nsfw\": false,\n      \"notificationsDisabled\": false,\n      \"minEntryId\": \"5001479058437675928\",\n      \"maxEntryId\": \"5002571843532004892\"\n    },\n    {\n      \"id\": \"1000000000000000001-1000000000000000003\",\n      \"type\": \"ONE_TO_ONE\",\n      \"participants\": [\n        \"1000000000000000001\",\n        \"1000000000000000003\"\n      ],\n      \"lastMessageId\": \"5005300471952788022\",\n      \"lastMessageTime\": \"2024-01-15T11:00:00.000Z\",\n      \"lastReadMessageId\": \"5005969340899589160\",\n      \"trusted\": true,\n      \"muted\": false,\n      \"readOnly\": false,\n      \"lowQuality\": false,\n      \"nsfw\": false,\n      \"notificationsDisabled\": false,\n      \"minEntryId\": \"5001134570415305042\",\n      \"maxEntryId\": \"5006568201408666421\"\n    }\n  ],\n  \"messages\": [\n    {\n      \"id\": \"9006176755606125751\",\n      \"conversationId\": \"1000000000000000001-1000000000000000002\",\n      \"senderId\": \"1000000000000000002\",\n      \"recipientId\": \"1000000000000000001\",\n      \"text\": \"Sample post text 33662 for documentation.\",\n      \"createdAt\": \"2024-01-15T10:30:00.000Z\",\n      \"requestId\": \"90014876-0000-0000-0000-900107645799\",\n      \"editCount\": 0\n    },\n    {\n      \"id\": \"9007522213851919025\",\n      \"conversationId\": \"1000000000000000001-1000000000000000003\",\n      \"senderId\": \"1000000000000000003\",\n      \"recipientId\": \"1000000000000000001\",\n      \"text\": \"Sample post text 49691 for documentation.\",\n      \"createdAt\": \"2024-01-15T11:00:00.000Z\",\n      \"requestId\": \"90055057-0000-0000-0000-900107557965\",\n      \"editCount\": 0\n    }\n  ],\n  \"users\": [\n    {\n      \"id\": \"1000000000000000001\",\n      \"username\": \"user_one\",\n      \"name\": \"Sample User 46694\",\n      \"bio\": \"Sample description for documentation 43558.\",\n      \"location\": null,\n      \"website\": \"https://example.com/profile-29900\",\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-29517.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": null,\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": false,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": null,\n      \"defaultProfile\": false,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 100,\n      \"followingCount\": 50,\n      \"tweetCount\": 0,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 0,\n      \"createdAt\": \"2020-01-01T00:00:00.000Z\"\n    },\n    {\n      \"id\": \"1000000000000000002\",\n      \"username\": \"user_two\",\n      \"name\": \"Sample User 13614\",\n      \"bio\": \"Sample description for documentation 30386.\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-29600.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": null,\n      \"verified\": false,\n      \"isBlueVerified\": true,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": false,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": null,\n      \"defaultProfile\": false,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 200,\n      \"followingCount\": 150,\n      \"tweetCount\": 0,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 0,\n      \"createdAt\": \"2020-02-01T00:00:00.000Z\"\n    }\n  ],\n  \"status\": \"HAS_MORE\",\n  \"cursor\": \"2000000000000000002\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "Request validation failed or the upstream request was invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "inbox-timeline-trusted"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "authToken",
                      "value": "YOUR_AUTH_TOKEN",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": false
                    },
                    {
                      "key": "filterLowQuality",
                      "value": "false",
                      "disabled": true
                    },
                    {
                      "key": "proxy",
                      "value": "proxy.example.com:8080@username:password",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"Request validation failed\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The TweetAPI key or caller-supplied Twitter authentication token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "inbox-timeline-trusted"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "authToken",
                      "value": "YOUR_AUTH_TOKEN",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": false
                    },
                    {
                      "key": "filterLowQuality",
                      "value": "false",
                      "disabled": true
                    },
                    {
                      "key": "proxy",
                      "value": "proxy.example.com:8080@username:password",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 401,\n  \"message\": \"No API key provided\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The authenticated account is not permitted to perform the operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "inbox-timeline-trusted"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "authToken",
                      "value": "YOUR_AUTH_TOKEN",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": false
                    },
                    {
                      "key": "filterLowQuality",
                      "value": "false",
                      "disabled": true
                    },
                    {
                      "key": "proxy",
                      "value": "proxy.example.com:8080@username:password",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 403,\n  \"message\": \"Forbidden\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The requested resource or route was not found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "inbox-timeline-trusted"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "authToken",
                      "value": "YOUR_AUTH_TOKEN",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": false
                    },
                    {
                      "key": "filterLowQuality",
                      "value": "false",
                      "disabled": true
                    },
                    {
                      "key": "proxy",
                      "value": "proxy.example.com:8080@username:password",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 404,\n  \"message\": \"Not found\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The per-minute rate limit or plan request allowance was exceeded. The response does not currently include Retry-After or X-RateLimit headers.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "inbox-timeline-trusted"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "authToken",
                      "value": "YOUR_AUTH_TOKEN",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": false
                    },
                    {
                      "key": "filterLowQuality",
                      "value": "false",
                      "disabled": true
                    },
                    {
                      "key": "proxy",
                      "value": "proxy.example.com:8080@username:password",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 429,\n  \"message\": \"Rate limit quota exceeded\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "TweetAPI or an upstream dependency failed to process the request.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "inbox-timeline-trusted"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "authToken",
                      "value": "YOUR_AUTH_TOKEN",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": false
                    },
                    {
                      "key": "filterLowQuality",
                      "value": "false",
                      "disabled": true
                    },
                    {
                      "key": "proxy",
                      "value": "proxy.example.com:8080@username:password",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 500,\n  \"message\": \"Internal Server Error\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "name": "[AUTHENTICATED READ] Inbox Timeline Untrusted",
          "request": {
            "name": "[AUTHENTICATED READ] Inbox Timeline Untrusted",
            "description": {
              "content": "Get paginated untrusted/filtered conversations timeline. Use the cursor from inbox-initial-state or previous response to fetch next page of untrusted DM conversations (message requests).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "tw-v2",
                "interaction",
                "inbox-timeline-untrusted"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "authToken",
                  "value": "YOUR_AUTH_TOKEN",
                  "description": "(Required) Account authentication token (auth_token cookie value)"
                },
                {
                  "disabled": false,
                  "key": "cursor",
                  "value": "NEXT_CURSOR",
                  "description": "(Required) Cursor for pagination. Get from inbox-initial-state or previous response."
                },
                {
                  "disabled": true,
                  "key": "filterLowQuality",
                  "value": "false",
                  "description": "Filter out low quality conversations (default false)"
                },
                {
                  "disabled": true,
                  "key": "proxy",
                  "value": "proxy.example.com:8080@username:password",
                  "description": "Optional proxy in format 'host:port@user:pass'"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "inbox-timeline-untrusted"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "authToken",
                      "value": "YOUR_AUTH_TOKEN",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": false
                    },
                    {
                      "key": "filterLowQuality",
                      "value": "false",
                      "disabled": true
                    },
                    {
                      "key": "proxy",
                      "value": "proxy.example.com:8080@username:password",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"conversations\": [\n    {\n      \"id\": \"1000000000000000001-5004585823510272994\",\n      \"type\": \"ONE_TO_ONE\",\n      \"participants\": [\n        \"1000000000000000001\",\n        \"3000000000000000001\"\n      ],\n      \"lastMessageId\": \"5001670586752529915\",\n      \"lastMessageTime\": \"2024-01-20T08:15:00.000Z\",\n      \"lastReadMessageId\": \"0\",\n      \"trusted\": false,\n      \"muted\": false,\n      \"readOnly\": false,\n      \"lowQuality\": true,\n      \"nsfw\": false,\n      \"notificationsDisabled\": false,\n      \"minEntryId\": \"5005457424925332938\",\n      \"maxEntryId\": \"5009892784880439614\"\n    },\n    {\n      \"id\": \"1000000000000000001-5001428740009130829\",\n      \"type\": \"ONE_TO_ONE\",\n      \"participants\": [\n        \"1000000000000000001\",\n        \"3000000000000000002\"\n      ],\n      \"lastMessageId\": \"5003538100870035077\",\n      \"lastMessageTime\": \"2024-01-20T09:30:00.000Z\",\n      \"lastReadMessageId\": \"0\",\n      \"trusted\": false,\n      \"muted\": false,\n      \"readOnly\": false,\n      \"lowQuality\": true,\n      \"nsfw\": false,\n      \"notificationsDisabled\": false,\n      \"minEntryId\": \"5006944595623460814\",\n      \"maxEntryId\": \"5001102949690647185\"\n    }\n  ],\n  \"messages\": [\n    {\n      \"id\": \"9001694137895488171\",\n      \"conversationId\": \"1000000000000000001-5004506354069604738\",\n      \"senderId\": \"9008873284235934057\",\n      \"recipientId\": \"1000000000000000001\",\n      \"text\": \"Sample post text 82899 for documentation.\",\n      \"createdAt\": \"2024-01-20T08:15:00.000Z\",\n      \"requestId\": \"90014876-0000-0000-0000-900130475010\",\n      \"editCount\": 0\n    },\n    {\n      \"id\": \"9001307642169108004\",\n      \"conversationId\": \"1000000000000000001-5002427105908339698\",\n      \"senderId\": \"9005894147850226903\",\n      \"recipientId\": \"1000000000000000001\",\n      \"text\": \"Sample post text 64427 for documentation.\",\n      \"createdAt\": \"2024-01-20T09:30:00.000Z\",\n      \"editCount\": 0,\n      \"entities\": {\n        \"urls\": [\n          {\n            \"url\": \"https://example.com/link-82642\",\n            \"expandedUrl\": \"https://example.com/invite\",\n            \"displayUrl\": \"example.com/invite\"\n          }\n        ],\n        \"mentions\": [],\n        \"hashtags\": []\n      }\n    }\n  ],\n  \"users\": [\n    {\n      \"id\": \"1006283874534263200\",\n      \"username\": \"spam_user_one\",\n      \"name\": \"Sample User 05071\",\n      \"bio\": \"Sample profile bio for Sample User 05071.\",\n      \"location\": null,\n      \"website\": \"https://example.com/profile-05071\",\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-05071.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": null,\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": false,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": null,\n      \"defaultProfile\": false,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 10,\n      \"followingCount\": 5000,\n      \"tweetCount\": 0,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 0,\n      \"createdAt\": \"2024-01-15T00:00:00.000Z\"\n    },\n    {\n      \"id\": \"1003534757121356123\",\n      \"username\": \"spam_user_two\",\n      \"name\": \"Sample User 38838\",\n      \"bio\": \"Sample profile bio for Sample User 38838.\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-38838.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": null,\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": false,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": null,\n      \"defaultProfile\": false,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 5,\n      \"followingCount\": 8000,\n      \"tweetCount\": 0,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 0,\n      \"createdAt\": \"2024-01-18T00:00:00.000Z\"\n    }\n  ],\n  \"status\": \"HAS_MORE\",\n  \"cursor\": \"4000000000000000002\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "Request validation failed or the upstream request was invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "inbox-timeline-untrusted"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "authToken",
                      "value": "YOUR_AUTH_TOKEN",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": false
                    },
                    {
                      "key": "filterLowQuality",
                      "value": "false",
                      "disabled": true
                    },
                    {
                      "key": "proxy",
                      "value": "proxy.example.com:8080@username:password",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"Request validation failed\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The TweetAPI key or caller-supplied Twitter authentication token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "inbox-timeline-untrusted"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "authToken",
                      "value": "YOUR_AUTH_TOKEN",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": false
                    },
                    {
                      "key": "filterLowQuality",
                      "value": "false",
                      "disabled": true
                    },
                    {
                      "key": "proxy",
                      "value": "proxy.example.com:8080@username:password",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 401,\n  \"message\": \"No API key provided\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The authenticated account is not permitted to perform the operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "inbox-timeline-untrusted"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "authToken",
                      "value": "YOUR_AUTH_TOKEN",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": false
                    },
                    {
                      "key": "filterLowQuality",
                      "value": "false",
                      "disabled": true
                    },
                    {
                      "key": "proxy",
                      "value": "proxy.example.com:8080@username:password",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 403,\n  \"message\": \"Forbidden\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The requested resource or route was not found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "inbox-timeline-untrusted"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "authToken",
                      "value": "YOUR_AUTH_TOKEN",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": false
                    },
                    {
                      "key": "filterLowQuality",
                      "value": "false",
                      "disabled": true
                    },
                    {
                      "key": "proxy",
                      "value": "proxy.example.com:8080@username:password",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 404,\n  \"message\": \"Not found\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The per-minute rate limit or plan request allowance was exceeded. The response does not currently include Retry-After or X-RateLimit headers.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "inbox-timeline-untrusted"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "authToken",
                      "value": "YOUR_AUTH_TOKEN",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": false
                    },
                    {
                      "key": "filterLowQuality",
                      "value": "false",
                      "disabled": true
                    },
                    {
                      "key": "proxy",
                      "value": "proxy.example.com:8080@username:password",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 429,\n  \"message\": \"Rate limit quota exceeded\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "TweetAPI or an upstream dependency failed to process the request.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "inbox-timeline-untrusted"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "authToken",
                      "value": "YOUR_AUTH_TOKEN",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": false
                    },
                    {
                      "key": "filterLowQuality",
                      "value": "false",
                      "disabled": true
                    },
                    {
                      "key": "proxy",
                      "value": "proxy.example.com:8080@username:password",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 500,\n  \"message\": \"Internal Server Error\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "name": "[AUTHENTICATED READ] Conversation",
          "request": {
            "name": "[AUTHENTICATED READ] Conversation",
            "description": {
              "content": "Get messages from a specific DM conversation. Returns conversation details, messages, and user data. Supports pagination with cursor for loading message history.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "tw-v2",
                "interaction",
                "conversation"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "authToken",
                  "value": "YOUR_AUTH_TOKEN",
                  "description": "(Required) Account authentication token (auth_token cookie value)"
                },
                {
                  "disabled": false,
                  "key": "conversationId",
                  "value": "1234567890-9876543210",
                  "description": "(Required) Conversation ID. For 1-on-1 conversations: 'userId1-userId2' (e.g., '123456789-987654321'). For group conversations: single conversation ID (e.g., '1234567890')"
                },
                {
                  "disabled": true,
                  "key": "cursor",
                  "value": "NEXT_CURSOR",
                  "description": "Pagination cursor for loading older messages. Obtained from previous response."
                },
                {
                  "disabled": true,
                  "key": "proxy",
                  "value": "proxy.example.com:8080@username:password",
                  "description": "Optional proxy in format 'host:port@user:pass'"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "conversation"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "authToken",
                      "value": "YOUR_AUTH_TOKEN",
                      "disabled": false
                    },
                    {
                      "key": "conversationId",
                      "value": "1234567890-9876543210",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    },
                    {
                      "key": "proxy",
                      "value": "proxy.example.com:8080@username:password",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"messages\": [\n    {\n      \"id\": \"9006733400162260391\",\n      \"conversationId\": \"1000000000000000001-1000000000000000002\",\n      \"senderId\": \"1000000000000000002\",\n      \"recipientId\": \"1000000000000000001\",\n      \"text\": \"Sample post text 08364 for documentation.\",\n      \"createdAt\": \"2024-01-25T10:00:00.000Z\",\n      \"requestId\": \"90064759-0000-0000-0000-900116921965\",\n      \"editCount\": 0\n    },\n    {\n      \"id\": \"9003042327307850361\",\n      \"conversationId\": \"1000000000000000001-1000000000000000002\",\n      \"senderId\": \"1000000000000000002\",\n      \"recipientId\": \"1000000000000000001\",\n      \"text\": \"Sample post text 21631 for documentation.\",\n      \"createdAt\": \"2024-01-25T10:15:00.000Z\",\n      \"requestId\": \"90018442-0000-0000-0000-900157893048\",\n      \"editCount\": 0,\n      \"entities\": {\n        \"urls\": [\n          {\n            \"url\": \"https://example.com/link-11299\",\n            \"expandedUrl\": \"https://x.com/sample_user_78339/media/5000000000000000002\",\n            \"displayUrl\": \"pic.x.com/example456\"\n          }\n        ],\n        \"mentions\": [],\n        \"hashtags\": []\n      },\n      \"attachment\": {\n        \"type\": \"photo\",\n        \"photo\": {\n          \"id\": \"9001495456570568196\",\n          \"url\": \"https://example.com/dm/photo.jpg\",\n          \"width\": 800,\n          \"height\": 600\n        }\n      }\n    }\n  ],\n  \"users\": [\n    {\n      \"id\": \"1000000000000000001\",\n      \"username\": \"user_one\",\n      \"name\": \"Sample User 46694\",\n      \"bio\": \"Sample description for documentation 43558.\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-29517.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": null,\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": false,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": null,\n      \"defaultProfile\": false,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 100,\n      \"followingCount\": 50,\n      \"tweetCount\": 0,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 0,\n      \"createdAt\": \"2020-01-01T00:00:00.000Z\"\n    },\n    {\n      \"id\": \"1000000000000000002\",\n      \"username\": \"user_two\",\n      \"name\": \"Sample User 13614\",\n      \"bio\": \"Sample description for documentation 30386.\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-29600.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": null,\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": false,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": null,\n      \"defaultProfile\": false,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 200,\n      \"followingCount\": 150,\n      \"tweetCount\": 0,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 0,\n      \"createdAt\": \"2020-02-01T00:00:00.000Z\"\n    }\n  ],\n  \"conversationInfo\": {\n    \"id\": \"1000000000000000001-1000000000000000002\",\n    \"type\": \"ONE_TO_ONE\",\n    \"participants\": [\n      \"1000000000000000001\",\n      \"1000000000000000002\"\n    ],\n    \"lastMessageId\": \"5001599980572161174\",\n    \"lastMessageTime\": \"2024-01-25T10:15:00.000Z\",\n    \"lastReadMessageId\": \"5001407820428757794\",\n    \"trusted\": true,\n    \"muted\": false,\n    \"readOnly\": false,\n    \"lowQuality\": false,\n    \"nsfw\": false,\n    \"notificationsDisabled\": false\n  },\n  \"hasMore\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "Request validation failed or the upstream request was invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "conversation"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "authToken",
                      "value": "YOUR_AUTH_TOKEN",
                      "disabled": false
                    },
                    {
                      "key": "conversationId",
                      "value": "1234567890-9876543210",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    },
                    {
                      "key": "proxy",
                      "value": "proxy.example.com:8080@username:password",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"Request validation failed\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The TweetAPI key or caller-supplied Twitter authentication token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "conversation"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "authToken",
                      "value": "YOUR_AUTH_TOKEN",
                      "disabled": false
                    },
                    {
                      "key": "conversationId",
                      "value": "1234567890-9876543210",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    },
                    {
                      "key": "proxy",
                      "value": "proxy.example.com:8080@username:password",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 401,\n  \"message\": \"No API key provided\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The authenticated account is not permitted to perform the operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "conversation"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "authToken",
                      "value": "YOUR_AUTH_TOKEN",
                      "disabled": false
                    },
                    {
                      "key": "conversationId",
                      "value": "1234567890-9876543210",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    },
                    {
                      "key": "proxy",
                      "value": "proxy.example.com:8080@username:password",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 403,\n  \"message\": \"Forbidden\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The requested resource or route was not found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "conversation"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "authToken",
                      "value": "YOUR_AUTH_TOKEN",
                      "disabled": false
                    },
                    {
                      "key": "conversationId",
                      "value": "1234567890-9876543210",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    },
                    {
                      "key": "proxy",
                      "value": "proxy.example.com:8080@username:password",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 404,\n  \"message\": \"Not found\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The per-minute rate limit or plan request allowance was exceeded. The response does not currently include Retry-After or X-RateLimit headers.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "conversation"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "authToken",
                      "value": "YOUR_AUTH_TOKEN",
                      "disabled": false
                    },
                    {
                      "key": "conversationId",
                      "value": "1234567890-9876543210",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    },
                    {
                      "key": "proxy",
                      "value": "proxy.example.com:8080@username:password",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 429,\n  \"message\": \"Rate limit quota exceeded\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "TweetAPI or an upstream dependency failed to process the request.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "conversation"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "authToken",
                      "value": "YOUR_AUTH_TOKEN",
                      "disabled": false
                    },
                    {
                      "key": "conversationId",
                      "value": "1234567890-9876543210",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": true
                    },
                    {
                      "key": "proxy",
                      "value": "proxy.example.com:8080@username:password",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 500,\n  \"message\": \"Internal Server Error\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "name": "[AUTHENTICATED READ] Dm User Updates",
          "request": {
            "name": "[AUTHENTICATED READ] Dm User Updates",
            "description": {
              "content": "Poll for new DM updates and changes. Use the cursor from inbox-initial-state or previous dm-user-updates response to check for new messages, conversations, and updates. Ideal for real-time DM monitoring.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "tw-v2",
                "interaction",
                "dm-user-updates"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "authToken",
                  "value": "YOUR_AUTH_TOKEN",
                  "description": "(Required) Account authentication token (auth_token cookie value)"
                },
                {
                  "disabled": false,
                  "key": "cursor",
                  "value": "NEXT_CURSOR",
                  "description": "(Required) Update cursor from inbox-initial-state or previous dm-user-updates response. Required for polling."
                },
                {
                  "disabled": true,
                  "key": "proxy",
                  "value": "proxy.example.com:8080@username:password",
                  "description": "Optional proxy in format 'host:port@user:pass'"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "dm-user-updates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "authToken",
                      "value": "YOUR_AUTH_TOKEN",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": false
                    },
                    {
                      "key": "proxy",
                      "value": "proxy.example.com:8080@username:password",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"messages\": [\n    {\n      \"id\": \"9003983800335676473\",\n      \"conversationId\": \"1000000000000000001-1000000000000000002\",\n      \"senderId\": \"1000000000000000002\",\n      \"recipientId\": \"1000000000000000001\",\n      \"text\": \"Sample post text 05814 for documentation.\",\n      \"createdAt\": \"2024-01-30T11:30:00.000Z\",\n      \"requestId\": \"90064759-0000-0000-0000-900257883985\",\n      \"editCount\": 0\n    },\n    {\n      \"id\": \"9001391839799285341\",\n      \"conversationId\": \"1000000000000000002-5002247610892258097\",\n      \"senderId\": \"9001569368885517319\",\n      \"recipientId\": \"1000000000000000002\",\n      \"text\": \"Sample post text 80540 for documentation.\",\n      \"createdAt\": \"2024-01-30T12:00:00.000Z\",\n      \"requestId\": \"90018442-0000-0000-0000-900134183329\",\n      \"editCount\": 0,\n      \"entities\": {\n        \"urls\": [\n          {\n            \"url\": \"https://example.com/link-72694\",\n            \"expandedUrl\": \"https://example.com/investment\",\n            \"displayUrl\": \"example.com/investment\"\n          }\n        ],\n        \"mentions\": [],\n        \"hashtags\": []\n      }\n    }\n  ],\n  \"conversations\": [\n    {\n      \"id\": \"1000000000000000001-1000000000000000002\",\n      \"type\": \"ONE_TO_ONE\",\n      \"participants\": [\n        \"1000000000000000001\",\n        \"1000000000000000002\"\n      ],\n      \"lastMessageId\": \"5005463647063278908\",\n      \"lastMessageTime\": \"2024-01-30T11:30:00.000Z\",\n      \"lastReadMessageId\": \"5001284882584811901\",\n      \"trusted\": true,\n      \"muted\": false,\n      \"readOnly\": false,\n      \"lowQuality\": false,\n      \"nsfw\": false,\n      \"notificationsDisabled\": false\n    },\n    {\n      \"id\": \"1000000000000000002-5007338668997589419\",\n      \"type\": \"ONE_TO_ONE\",\n      \"participants\": [\n        \"1000000000000000002\",\n        \"3000000000000000001\"\n      ],\n      \"lastMessageId\": \"5001777349635958333\",\n      \"lastMessageTime\": \"2024-01-30T12:00:00.000Z\",\n      \"lastReadMessageId\": \"0\",\n      \"trusted\": false,\n      \"muted\": false,\n      \"readOnly\": false,\n      \"lowQuality\": false,\n      \"nsfw\": false,\n      \"notificationsDisabled\": false\n    }\n  ],\n  \"users\": [\n    {\n      \"id\": \"1000000000000000001\",\n      \"username\": \"user_one\",\n      \"name\": \"Sample User 46694\",\n      \"bio\": \"Sample description for documentation 43558.\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-29517.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": null,\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": false,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": null,\n      \"defaultProfile\": false,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 100,\n      \"followingCount\": 50,\n      \"tweetCount\": 0,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 0,\n      \"createdAt\": \"2020-01-01T00:00:00.000Z\"\n    },\n    {\n      \"id\": \"1000000000000000002\",\n      \"username\": \"user_two\",\n      \"name\": \"Sample User 13614\",\n      \"bio\": \"Sample description for documentation 30386.\",\n      \"location\": null,\n      \"website\": null,\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-29600.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": null,\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": false,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": null,\n      \"defaultProfile\": false,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 200,\n      \"followingCount\": 150,\n      \"tweetCount\": 0,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 0,\n      \"createdAt\": \"2020-02-01T00:00:00.000Z\"\n    },\n    {\n      \"id\": \"1006283874534263200\",\n      \"username\": \"spam_user_one\",\n      \"name\": \"Sample User 05071\",\n      \"bio\": \"Sample profile bio for Sample User 05071.\",\n      \"location\": null,\n      \"website\": \"https://example.com/profile-05071\",\n      \"pinnedTweetIds\": [],\n      \"avatar\": \"https://example.com/images/sample-avatar-05071.jpg\",\n      \"banner\": null,\n      \"profileImageShape\": null,\n      \"verified\": false,\n      \"isBlueVerified\": false,\n      \"verifiedType\": null,\n      \"verifiedSince\": null,\n      \"isIdentityVerified\": false,\n      \"isProtected\": false,\n      \"possiblySensitive\": false,\n      \"profileInterstitialType\": null,\n      \"withheldInCountries\": [],\n      \"professional\": null,\n      \"businessAccount\": null,\n      \"creatorSubscriptionsCount\": 0,\n      \"hasHiddenSubscriptions\": false,\n      \"highlightsInfo\": null,\n      \"hasGraduatedAccess\": false,\n      \"isProfileTranslatable\": false,\n      \"hasCustomTimelines\": false,\n      \"isTranslator\": false,\n      \"affiliatesHighlightedLabel\": null,\n      \"defaultProfile\": false,\n      \"defaultProfileImage\": false,\n      \"followerCount\": 10,\n      \"followingCount\": 5000,\n      \"tweetCount\": 0,\n      \"listedCount\": 0,\n      \"mediaCount\": 0,\n      \"favoritesCount\": 0,\n      \"createdAt\": \"2024-01-15T00:00:00.000Z\"\n    }\n  ],\n  \"cursor\": \"GRwm5ILd5ZzonfM2FoLE3cGWpLzzNiUEAAA\",\n  \"lastSeenEventId\": \"9001536030064760316\",\n  \"minEntryId\": \"9007599858500427158\",\n  \"maxEntryId\": \"9001583205518383921\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "Request validation failed or the upstream request was invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "dm-user-updates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "authToken",
                      "value": "YOUR_AUTH_TOKEN",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": false
                    },
                    {
                      "key": "proxy",
                      "value": "proxy.example.com:8080@username:password",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"Request validation failed\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The TweetAPI key or caller-supplied Twitter authentication token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "dm-user-updates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "authToken",
                      "value": "YOUR_AUTH_TOKEN",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": false
                    },
                    {
                      "key": "proxy",
                      "value": "proxy.example.com:8080@username:password",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 401,\n  \"message\": \"No API key provided\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The authenticated account is not permitted to perform the operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "dm-user-updates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "authToken",
                      "value": "YOUR_AUTH_TOKEN",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": false
                    },
                    {
                      "key": "proxy",
                      "value": "proxy.example.com:8080@username:password",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 403,\n  \"message\": \"Forbidden\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The requested resource or route was not found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "dm-user-updates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "authToken",
                      "value": "YOUR_AUTH_TOKEN",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": false
                    },
                    {
                      "key": "proxy",
                      "value": "proxy.example.com:8080@username:password",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 404,\n  \"message\": \"Not found\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The per-minute rate limit or plan request allowance was exceeded. The response does not currently include Retry-After or X-RateLimit headers.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "dm-user-updates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "authToken",
                      "value": "YOUR_AUTH_TOKEN",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": false
                    },
                    {
                      "key": "proxy",
                      "value": "proxy.example.com:8080@username:password",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 429,\n  \"message\": \"Rate limit quota exceeded\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "TweetAPI or an upstream dependency failed to process the request.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "dm-user-updates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "authToken",
                      "value": "YOUR_AUTH_TOKEN",
                      "disabled": false
                    },
                    {
                      "key": "cursor",
                      "value": "NEXT_CURSOR",
                      "disabled": false
                    },
                    {
                      "key": "proxy",
                      "value": "proxy.example.com:8080@username:password",
                      "disabled": true
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 500,\n  \"message\": \"Internal Server Error\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "name": "[ACCOUNT ACTION] Accept Conversation",
          "request": {
            "name": "[ACCOUNT ACTION] Accept Conversation",
            "description": {
              "content": "Accept an untrusted DM conversation (message request). Moves the conversation from the untrusted inbox to the trusted inbox, allowing future messages from the sender. This is the equivalent of clicking \"Accept\" on a message request in the web UI.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "tw-v2",
                "interaction",
                "accept-conversation"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"conversationId\": \"1234567890-9876543210\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "accept-conversation"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"conversationId\": \"1234567890-9876543210\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"id\": \"123456789-987654321\",\n    \"action\": \"accept_conversation\",\n    \"timestamp\": \"2026-04-01T14:00:00.000Z\",\n    \"success\": true,\n    \"metadata\": {\n      \"conversation_id\": \"123456789-987654321\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "Request validation failed or the upstream request was invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "accept-conversation"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"conversationId\": \"1234567890-9876543210\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 400,\n  \"message\": \"Request validation failed\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The TweetAPI key or caller-supplied Twitter authentication token is missing or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "accept-conversation"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"conversationId\": \"1234567890-9876543210\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 401,\n  \"message\": \"No API key provided\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The authenticated account is not permitted to perform the operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "accept-conversation"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"conversationId\": \"1234567890-9876543210\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 403,\n  \"message\": \"Forbidden\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The requested resource or route was not found.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "accept-conversation"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"conversationId\": \"1234567890-9876543210\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 404,\n  \"message\": \"Not found\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "The per-minute rate limit or plan request allowance was exceeded. The response does not currently include Retry-After or X-RateLimit headers.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "accept-conversation"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"conversationId\": \"1234567890-9876543210\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 429,\n  \"message\": \"Rate limit quota exceeded\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "name": "TweetAPI or an upstream dependency failed to process the request.",
              "originalRequest": {
                "url": {
                  "path": [
                    "tw-v2",
                    "interaction",
                    "accept-conversation"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"authToken\": \"YOUR_AUTH_TOKEN\",\n  \"conversationId\": \"1234567890-9876543210\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"statusCode\": 500,\n  \"message\": \"Internal Server Error\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    }
  ],
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://api.tweetapi.com",
      "type": "string"
    },
    {
      "key": "tweetapiApiKey",
      "value": "",
      "type": "string"
    }
  ],
  "auth": {
    "type": "apikey",
    "apikey": [
      {
        "key": "key",
        "value": "X-API-Key",
        "type": "string"
      },
      {
        "key": "value",
        "value": "{{tweetapiApiKey}}",
        "type": "string"
      },
      {
        "key": "in",
        "value": "header",
        "type": "string"
      }
    ]
  },
  "info": {
    "name": "TweetAPI v2 API Reference",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
    "description": "Generated from https://tweetapi.com/openapi-v2.json. Write, account-action, credential, and direct-message requests are clearly labeled and contain placeholders only. Not affiliated with X Corp."
  }
}
