Back to Collection Items
#include <C_CkHttp.h>
#include <C_CkJsonObject.h>
#include <C_CkHttpResponse.h>
#include <C_CkStringBuilder.h>
void ChilkatSample(void)
{
HCkHttp http;
BOOL success;
HCkJsonObject queryParams;
HCkHttpResponse resp;
HCkStringBuilder sbResponseBody;
HCkJsonObject jResp;
int respStatusCode;
// This example assumes the Chilkat API to have been previously unlocked.
// See Global Unlock Sample for sample code.
http = CkHttp_Create();
queryParams = CkJsonObject_Create();
CkJsonObject_UpdateString(queryParams,"ids","");
// Adds the "Authorization: Bearer <access_token>" header.
CkHttp_putAuthToken(http,"<access_token>");
resp = CkHttp_QuickRequestParams(http,"GET","https://api.twitter.com/2/users",queryParams);
if (CkHttp_getLastMethodSuccess(http) == FALSE) {
printf("%s\n",CkHttp_lastErrorText(http));
CkHttp_Dispose(http);
CkJsonObject_Dispose(queryParams);
return;
}
sbResponseBody = CkStringBuilder_Create();
CkHttpResponse_GetBodySb(resp,sbResponseBody);
jResp = CkJsonObject_Create();
CkJsonObject_LoadSb(jResp,sbResponseBody);
CkJsonObject_putEmitCompact(jResp,FALSE);
printf("Response Body:\n");
printf("%s\n",CkJsonObject_emit(jResp));
respStatusCode = CkHttpResponse_getStatusCode(resp);
printf("Response Status Code = %d\n",respStatusCode);
if (respStatusCode >= 400) {
printf("Response Header:\n");
printf("%s\n",CkHttpResponse_header(resp));
printf("Failed.\n");
CkHttpResponse_Dispose(resp);
CkHttp_Dispose(http);
CkJsonObject_Dispose(queryParams);
CkStringBuilder_Dispose(sbResponseBody);
CkJsonObject_Dispose(jResp);
return;
}
CkHttpResponse_Dispose(resp);
CkHttp_Dispose(http);
CkJsonObject_Dispose(queryParams);
CkStringBuilder_Dispose(sbResponseBody);
CkJsonObject_Dispose(jResp);
}
Curl Command
curl -G -d "ids="
-H "Authorization: Bearer <access_token>"
https://api.twitter.com/2/users
Postman Collection Item JSON
{
"name": "Users by ID",
"request": {
"method": "GET",
"header": [
],
"url": {
"raw": "https://api.twitter.com/2/users?ids=",
"protocol": "https",
"host": [
"api",
"twitter",
"com"
],
"path": [
"2",
"users"
],
"query": [
{
"key": "ids",
"value": "",
"description": "Required. Enter up to 100 comma-separated user IDs."
},
{
"key": "user.fields",
"value": "",
"description": "Comma-separated fields for the user object.\n\nAllowed values:\ncreated_at,description,entities,id,location,name,pinned_tweet_id,profile_image_url,protected,public_metrics,url,username,verified,withheld\n\nDefault values:\nid,name,username",
"disabled": true
},
{
"key": "expansions",
"value": "",
"description": "Expansions enable requests to expand an ID into a full object in the includes response object.\n\nAllowed value:\npinned_tweet_id\n\nDefault value: none",
"disabled": true
},
{
"key": "tweet.fields",
"value": "",
"description": "Comma-separated list of fields for the Tweet object. Expansion required.\n\nAllowed values:\nattachments,author_id,context_annotations,conversation_id,created_at,entities,geo,id,in_reply_to_user_id,lang,non_public_metrics,organic_metrics,possibly_sensitive,promoted_metrics,public_metrics,referenced_tweets,reply_settings,source,text,withheld\n\nDefault values:\nid,text\n\nOAuth1.0a User Context authorization required if any of the following fields are included in the request:\nnon_public_metrics,organic_metrics,promoted_metrics",
"disabled": true
}
]
},
"description": "This endpoint returns details about up to 100 users by ID.\n\nFor full details, see the [API reference](https://developer.twitter.com/en/docs/twitter-api/users/lookup/api-reference/get-users) for this endpoint.\n\n[Sign up](https://t.co/signup) for the Twitter API"
},
"response": [
{
"name": "200 Success - Request User and Expanded Pinned Tweet Fields",
"originalRequest": {
"method": "GET",
"header": [
],
"url": {
"raw": "https://api.twitter.com/2/users?ids=783214,2244994945,6253282,495309159,172020392,95731075,2548985366,277761722,17874544,300392950,87532773,372575989,3260518932,121291606,158079127,3282859598,103770785,586198217,216531294,1526228120,222953824,1603818258,2548979088,2244983430,1347713256,376825877,6844292,738118115595165697,738118487122419712,218984871,2550997820,1159458169,2296297326,234489024,3873936134,2228891959,791978718,427475002,1194267639100723200,1168976680867762177,905409822,738115375477362688,88723966,1049385226424786944,284201599,1705676064,2861317614,3873965293,1244731491088809984,4172587277,717465714357972992,862314223,2551000568,2548977510,1159274324&user.fields=created_at,description,entities,id,location,name,pinned_tweet_id,profile_image_url,protected,url,username,verified,withheld&expansions=pinned_tweet_id&tweet.fields=attachments,author_id,conversation_id,created_at,entities,geo,id,in_reply_to_user_id,lang,non_public_metrics,organic_metrics,possibly_sensitive,promoted_metrics,referenced_tweets,source,text,withheld",
"protocol": "https",
"host": [
"api",
"twitter",
"com"
],
"path": [
"2",
"users"
],
"query": [
{
"key": "ids",
"value": "783214,2244994945,6253282,495309159,172020392,95731075,2548985366,277761722,17874544,300392950,87532773,372575989,3260518932,121291606,158079127,3282859598,103770785,586198217,216531294,1526228120,222953824,1603818258,2548979088,2244983430,1347713256,376825877,6844292,738118115595165697,738118487122419712,218984871,2550997820,1159458169,2296297326,234489024,3873936134,2228891959,791978718,427475002,1194267639100723200,1168976680867762177,905409822,738115375477362688,88723966,1049385226424786944,284201599,1705676064,2861317614,3873965293,1244731491088809984,4172587277,717465714357972992,862314223,2551000568,2548977510,1159274324",
"description": "Required. Enter up to 100 comma-separated IDs."
},
{
"key": "user.fields",
"value": "created_at,description,entities,id,location,name,pinned_tweet_id,profile_image_url,protected,url,username,verified,withheld",
"description": "created_at,description,entities,id,location,name,pinned_tweet_id,profile_image_url,protected,public_metrics,url,username,verified,withheld"
},
{
"key": "expansions",
"value": "pinned_tweet_id",
"description": "pinned_tweet_id"
},
{
"key": "tweet.fields",
"value": "attachments,author_id,conversation_id,created_at,entities,geo,id,in_reply_to_user_id,lang,non_public_metrics,organic_metrics,possibly_sensitive,promoted_metrics,referenced_tweets,source,text,withheld",
"description": "attachments,author_id,context_annotations,conversation_id,created_at,entities,geo,id,in_reply_to_user_id,lang,non_public_metrics,organic_metrics,possibly_sensitive,promoted_metrics,public_metrics,referenced_tweets,source,text,withheld"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "content-disposition",
"value": "attachment; filename=json.json"
},
{
"key": "content-encoding",
"value": "gzip"
},
{
"key": "content-length",
"value": "11542"
},
{
"key": "content-type",
"value": "application/json; charset=utf-8"
},
{
"key": "date",
"value": "Tue, 30 Jun 2020 17:16:17 GMT"
},
{
"key": "server",
"value": "tsa_b"
},
{
"key": "strict-transport-security",
"value": "max-age=631138519"
},
{
"key": "x-access-level",
"value": "read"
},
{
"key": "x-connection-hash",
"value": "857207159289071cdd445778e071a674"
},
{
"key": "x-content-type-options",
"value": "nosniff"
},
{
"key": "x-frame-options",
"value": "SAMEORIGIN"
},
{
"key": "x-rate-limit-limit",
"value": "15"
},
{
"key": "x-rate-limit-remaining",
"value": "8"
},
{
"key": "x-rate-limit-reset",
"value": "1593538196"
},
{
"key": "x-response-time",
"value": "327"
},
{
"key": "x-xss-protection",
"value": "0"
}
],
"cookie": [
],
"body": "{\n \"data\": [\n {\n \"created_at\": \"2007-02-20T14:35:54.000Z\",\n \"description\": \"#BlackTransLivesMatter\\n#BlackLivesMatter\",\n \"entities\": {\n \"url\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/TAXQpspyHn\",\n \"expanded_url\": \"https://about.twitter.com/\",\n \"display_url\": \"about.twitter.com\"\n }\n ]\n },\n \"description\": {\n \"hashtags\": [\n {\n \"start\": 0,\n \"end\": 22,\n \"tag\": \"BlackTransLivesMatter\"\n },\n {\n \"start\": 23,\n \"end\": 40,\n \"tag\": \"BlackLivesMatter\"\n }\n ]\n }\n },\n \"id\": \"783214\",\n \"location\": \"Everywhere\",\n \"name\": \"Twitter\",\n \"pinned_tweet_id\": \"1274087687469715457\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/1270500941498912768/W-80pLvu_normal.jpg\",\n \"protected\": false,\n \"url\": \"https://t.co/TAXQpspyHn\",\n \"username\": \"Twitter\",\n \"verified\": true\n },\n {\n \"created_at\": \"2013-12-14T04:35:55.000Z\",\n \"description\": \"The voice of Twitter's #DevRel team, and your official source for updates, news, & events about Twitter's API. \\n\\n#BlackLivesMatter\",\n \"entities\": {\n \"url\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/3ZX3TNiZCY\",\n \"expanded_url\": \"https://developer.twitter.com/en/community\",\n \"display_url\": \"developer.twitter.com/en/community\"\n }\n ]\n },\n \"description\": {\n \"hashtags\": [\n {\n \"start\": 23,\n \"end\": 30,\n \"tag\": \"DevRel\"\n },\n {\n \"start\": 113,\n \"end\": 130,\n \"tag\": \"BlackLivesMatter\"\n }\n ]\n }\n },\n \"id\": \"2244994945\",\n \"location\": \"127.0.0.1\",\n \"name\": \"Twitter Dev\",\n \"pinned_tweet_id\": \"1255542774432063488\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/1267175364003901441/tBZNFAgA_normal.jpg\",\n \"protected\": false,\n \"url\": \"https://t.co/3ZX3TNiZCY\",\n \"username\": \"TwitterDev\",\n \"verified\": true\n },\n {\n \"created_at\": \"2007-05-23T06:01:13.000Z\",\n \"description\": \"The Real Twitter API. Tweets about API changes, service issues and our Developer Platform. Don't get an answer? It's on my website.\",\n \"entities\": {\n \"url\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/8IkCzCDr19\",\n \"expanded_url\": \"https://developer.twitter.com\",\n \"display_url\": \"developer.twitter.com\"\n }\n ]\n }\n },\n \"id\": \"6253282\",\n \"location\": \"San Francisco, CA\",\n \"name\": \"Twitter API\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/942858479592554497/BbazLO9L_normal.jpg\",\n \"protected\": false,\n \"url\": \"https://t.co/8IkCzCDr19\",\n \"username\": \"TwitterAPI\",\n \"verified\": true\n },\n {\n \"created_at\": \"2012-02-17T20:40:28.000Z\",\n \"description\": \"#BlackLivesMatter\",\n \"entities\": {\n \"url\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/UFN8PpMrxw\",\n \"expanded_url\": \"https://careers.twitter.com/content/careers-twitter/en/jobs.html#location=careers-twitter%3Alocation\",\n \"display_url\": \"careers.twitter.com/content/career…\"\n }\n ]\n },\n \"description\": {\n \"hashtags\": [\n {\n \"start\": 0,\n \"end\": 17,\n \"tag\": \"BlackLivesMatter\"\n }\n ]\n }\n },\n \"id\": \"495309159\",\n \"location\": \"New York, NY\",\n \"name\": \"Twitter New York City\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/1016781101011034115/p0Ie-_Dr_normal.jpg\",\n \"protected\": false,\n \"url\": \"https://t.co/UFN8PpMrxw\",\n \"username\": \"TwitterNYC\",\n \"verified\": true\n },\n {\n \"created_at\": \"2010-07-28T18:40:01.000Z\",\n \"description\": \"#BlackLivesMatter\",\n \"entities\": {\n \"url\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/MQRffLoRTw\",\n \"expanded_url\": \"https://careers.twitter.com/\",\n \"display_url\": \"careers.twitter.com\"\n }\n ]\n },\n \"description\": {\n \"hashtags\": [\n {\n \"start\": 0,\n \"end\": 17,\n \"tag\": \"BlackLivesMatter\"\n }\n ]\n }\n },\n \"id\": \"172020392\",\n \"location\": \"San Francisco, CA\",\n \"name\": \"Twitter San Francisco\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/875159529008226305/7jXeHhZC_normal.jpg\",\n \"protected\": false,\n \"url\": \"https://t.co/MQRffLoRTw\",\n \"username\": \"TwitterSF\",\n \"verified\": true\n },\n {\n \"created_at\": \"2009-12-09T21:00:57.000Z\",\n \"description\": \"Tweeting the latest safety tools, resources, and updates from @Twitter. For support, visit https://t.co/heEvRrCFXn\",\n \"entities\": {\n \"url\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/heEvRrCFXn\",\n \"expanded_url\": \"https://help.twitter.com\",\n \"display_url\": \"help.twitter.com\"\n }\n ]\n },\n \"description\": {\n \"urls\": [\n {\n \"start\": 91,\n \"end\": 114,\n \"url\": \"https://t.co/heEvRrCFXn\",\n \"expanded_url\": \"https://help.twitter.com\",\n \"display_url\": \"help.twitter.com\"\n }\n ],\n \"mentions\": [\n {\n \"start\": 62,\n \"end\": 70,\n \"username\": \"Twitter\"\n }\n ]\n }\n },\n \"id\": \"95731075\",\n \"location\": \"Twitter HQ\",\n \"name\": \"Twitter Safety\",\n \"pinned_tweet_id\": \"1271186240323432452\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/875170358218735617/qYyASCpq_normal.jpg\",\n \"protected\": false,\n \"url\": \"https://t.co/heEvRrCFXn\",\n \"username\": \"TwitterSafety\",\n \"verified\": true\n },\n {\n \"created_at\": \"2014-06-06T01:19:20.000Z\",\n \"description\": \"#BlackLivesMatter Header Art by @itsayybee\",\n \"entities\": {\n \"url\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/EoaAx7ae6x\",\n \"expanded_url\": \"https://about.twitter.com/careers\",\n \"display_url\": \"about.twitter.com/careers\"\n }\n ]\n },\n \"description\": {\n \"hashtags\": [\n {\n \"start\": 0,\n \"end\": 17,\n \"tag\": \"BlackLivesMatter\"\n }\n ],\n \"mentions\": [\n {\n \"start\": 34,\n \"end\": 44,\n \"username\": \"itsayybee\"\n }\n ]\n }\n },\n \"id\": \"2548985366\",\n \"location\": \"#JoinTheFlock\",\n \"name\": \"Twitter Blackbirds\",\n \"pinned_tweet_id\": \"1274014870707437570\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/1013002743278170113/VWJApXAh_normal.jpg\",\n \"protected\": false,\n \"url\": \"https://t.co/EoaAx7ae6x\",\n \"username\": \"Blackbirds\",\n \"verified\": true\n },\n {\n \"created_at\": \"2011-04-06T00:11:41.000Z\",\n \"description\": \"#BlackLivesMatter\",\n \"entities\": {\n \"url\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/990q7Opv1s\",\n \"expanded_url\": \"https://www.twitter.com\",\n \"display_url\": \"twitter.com\"\n }\n ]\n },\n \"description\": {\n \"hashtags\": [\n {\n \"start\": 0,\n \"end\": 17,\n \"tag\": \"BlackLivesMatter\"\n }\n ]\n }\n },\n \"id\": \"277761722\",\n \"name\": \"Twitter UK\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/1270621519740313600/lZTxsbZt_normal.jpg\",\n \"protected\": false,\n \"url\": \"https://t.co/990q7Opv1s\",\n \"username\": \"TwitterUK\",\n \"verified\": true\n },\n {\n \"created_at\": \"2008-12-04T18:51:57.000Z\",\n \"description\": \"#BlackLivesMatter #AlwaysProud\\nHere to help. 🖤\",\n \"entities\": {\n \"url\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/heEvRrl4yN\",\n \"expanded_url\": \"https://help.twitter.com\",\n \"display_url\": \"help.twitter.com\"\n }\n ]\n },\n \"description\": {\n \"hashtags\": [\n {\n \"start\": 0,\n \"end\": 17,\n \"tag\": \"BlackLivesMatter\"\n },\n {\n \"start\": 18,\n \"end\": 30,\n \"tag\": \"AlwaysProud\"\n }\n ]\n }\n },\n \"id\": \"17874544\",\n \"location\": \"Twitter HQ\",\n \"name\": \"Twitter Support\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/1266884366279471105/OTps6MBS_normal.jpg\",\n \"protected\": false,\n \"url\": \"https://t.co/heEvRrl4yN\",\n \"username\": \"TwitterSupport\",\n \"verified\": true\n },\n {\n \"created_at\": \"2011-05-17T17:54:29.000Z\",\n \"description\": \"We ride with Bubba.\",\n \"id\": \"300392950\",\n \"name\": \"Twitter Sports\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/1275163449937387520/wEcMEvmG_normal.jpg\",\n \"protected\": false,\n \"url\": \"\",\n \"username\": \"TwitterSports\",\n \"verified\": true\n },\n {\n \"created_at\": \"2009-11-04T21:06:16.000Z\",\n \"description\": \"The voice of Twitter’s product design team.\",\n \"id\": \"87532773\",\n \"location\": \"SF, NYC, BDR, LON, SEA, JP, DC\",\n \"name\": \"Twitter Design\",\n \"pinned_tweet_id\": \"1277664599400042496\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/453289910363906048/mybOhh4Z_normal.jpeg\",\n \"protected\": false,\n \"url\": \"\",\n \"username\": \"TwitterDesign\",\n \"verified\": true\n },\n {\n \"created_at\": \"2011-09-13T01:06:02.000Z\",\n \"description\": \"Spotlighting best practices and innovative uses of Twitter by journalists and newsrooms.\",\n \"entities\": {\n \"url\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/ZJ2tqfNy3t\",\n \"expanded_url\": \"https://media.twitter.com/news\",\n \"display_url\": \"media.twitter.com/news\"\n }\n ]\n }\n },\n \"id\": \"372575989\",\n \"location\": \"Newsrooms everywhere\",\n \"name\": \"Twitter News\",\n \"pinned_tweet_id\": \"1276168522134102017\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/875126165597372416/NXVpRuG2_normal.jpg\",\n \"protected\": false,\n \"url\": \"https://t.co/ZJ2tqfNy3t\",\n \"username\": \"TwitterNews\",\n \"verified\": true\n },\n {\n \"created_at\": \"2015-06-30T01:06:59.000Z\",\n \"description\": \"The best of what’s happening on Twitter in an instant.\",\n \"entities\": {\n \"url\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/nYOx6qThjk\",\n \"expanded_url\": \"https://about.twitter.com/company/moments-guidelines\",\n \"display_url\": \"about.twitter.com/company/moment…\"\n }\n ]\n }\n },\n \"id\": \"3260518932\",\n \"location\": \"New York, USA\",\n \"name\": \"Twitter Moments\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/651463624330907648/OzaAcuSR_normal.png\",\n \"protected\": false,\n \"url\": \"https://t.co/nYOx6qThjk\",\n \"username\": \"TwitterMoments\",\n \"verified\": true\n },\n {\n \"created_at\": \"2010-03-09T01:53:22.000Z\",\n \"description\": \"Get better at Twitter. We're your resource for how to find your corner of Twitter and grow your business.\",\n \"entities\": {\n \"url\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/5kMjmqmojX\",\n \"expanded_url\": \"https://business.twitter.com/\",\n \"display_url\": \"business.twitter.com\"\n }\n ]\n }\n },\n \"id\": \"121291606\",\n \"location\": \"San Francisco, CA\",\n \"name\": \"Twitter Business\",\n \"pinned_tweet_id\": \"1245486325643403264\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/941415294794317824/gaj36XL5_normal.jpg\",\n \"protected\": false,\n \"url\": \"https://t.co/5kMjmqmojX\",\n \"username\": \"TwitterBusiness\",\n \"verified\": true\n },\n {\n \"created_at\": \"2010-06-21T18:34:36.000Z\",\n \"description\": \"Highlighting great uses of @Twitter in the foundation & non-profit communities. For press inquiries, please contact press@twitter.com.\",\n \"entities\": {\n \"description\": {\n \"mentions\": [\n {\n \"start\": 27,\n \"end\": 35,\n \"username\": \"Twitter\"\n }\n ]\n }\n },\n \"id\": \"158079127\",\n \"location\": \"Twitter\",\n \"name\": \"Twitter Nonprofits\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/875159126459924481/FpgRIUJr_normal.jpg\",\n \"protected\": false,\n \"url\": \"\",\n \"username\": \"Nonprofits\",\n \"verified\": true\n },\n {\n \"created_at\": \"2015-07-18T00:54:11.000Z\",\n \"description\": \"horizontal over vertical\",\n \"id\": \"3282859598\",\n \"name\": \"Twitter Video\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/1104106979788763138/lFxnLjkv_normal.png\",\n \"protected\": false,\n \"url\": \"\",\n \"username\": \"TwitterVideo\",\n \"verified\": true\n },\n {\n \"created_at\": \"2010-01-11T05:44:35.000Z\",\n \"description\": \"ट्विटर - The official Twitter India account.\",\n \"entities\": {\n \"url\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/7IDoW8iFLm\",\n \"expanded_url\": \"https://twitter.com\",\n \"display_url\": \"twitter.com\"\n }\n ]\n }\n },\n \"id\": \"103770785\",\n \"name\": \"Twitter India\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/1012752671344771072/V7P59P0p_normal.jpg\",\n \"protected\": false,\n \"url\": \"https://t.co/7IDoW8iFLm\",\n \"username\": \"TwitterIndia\",\n \"verified\": true\n },\n {\n \"created_at\": \"2012-05-21T03:07:38.000Z\",\n \"description\": \"#BlackLivesMatter\",\n \"entities\": {\n \"description\": {\n \"hashtags\": [\n {\n \"start\": 0,\n \"end\": 17,\n \"tag\": \"BlackLivesMatter\"\n }\n ]\n }\n },\n \"id\": \"586198217\",\n \"name\": \"Twitter TV\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/1273408970162462720/ZlrL3pgd_normal.jpg\",\n \"protected\": false,\n \"url\": \"\",\n \"username\": \"TwitterTV\",\n \"verified\": true\n },\n {\n \"created_at\": \"2010-11-16T23:59:11.000Z\",\n \"description\": \"트위터 코리아의 공식 계정입니다. 트위터 서비스 관련 문의는 https://t.co/jTMg7YsLw5 을, 광고 관련 문의는 @TwitterMktgKR 계정을 이용해 주세요\",\n \"entities\": {\n \"url\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/SvWUEpsmUj\",\n \"expanded_url\": \"https://blog.twitter.com/korea\",\n \"display_url\": \"blog.twitter.com/korea\"\n }\n ]\n },\n \"description\": {\n \"urls\": [\n {\n \"start\": 34,\n \"end\": 57,\n \"url\": \"https://t.co/jTMg7YsLw5\",\n \"expanded_url\": \"https://support.twitter.com\",\n \"display_url\": \"support.twitter.com\"\n }\n ],\n \"mentions\": [\n {\n \"start\": 71,\n \"end\": 85,\n \"username\": \"TwitterMktgKR\"\n }\n ]\n }\n },\n \"id\": \"216531294\",\n \"location\": \"대한민국\",\n \"name\": \"Twitter Korea\",\n \"pinned_tweet_id\": \"1277782541995401216\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/1256433106891845632/OwLFJ_N4_normal.jpg\",\n \"protected\": false,\n \"url\": \"https://t.co/SvWUEpsmUj\",\n \"username\": \"TwitterKorea\",\n \"verified\": true\n },\n {\n \"created_at\": \"2013-06-17T23:57:45.000Z\",\n \"description\": \"Data-driven insights about notable moments and conversations from Twitter, Inc., plus tips and tricks to help you get the most out of Twitter data.\",\n \"entities\": {\n \"url\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/Ca4ib1oKLW\",\n \"expanded_url\": \"https://blog.twitter.com/data\",\n \"display_url\": \"blog.twitter.com/data\"\n }\n ]\n }\n },\n \"id\": \"1526228120\",\n \"location\": \"San Francisco\",\n \"name\": \"Twitter Data\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/875168307585794048/yuE68O2__normal.jpg\",\n \"protected\": false,\n \"url\": \"https://t.co/Ca4ib1oKLW\",\n \"username\": \"TwitterData\",\n \"verified\": true\n },\n {\n \"created_at\": \"2010-12-04T23:27:01.000Z\",\n \"description\": \"What’s happening in government & elections worldwide. Multilingual 🗣️ & well-traveled. 🛄\",\n \"id\": \"222953824\",\n \"name\": \"TwitterGov\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/875135141135302656/eiM2Wz66_normal.jpg\",\n \"protected\": false,\n \"url\": \"\",\n \"username\": \"TwitterGov\",\n \"verified\": true\n },\n {\n \"created_at\": \"2013-07-18T16:41:59.000Z\",\n \"description\": \"Official Account of Twitter Investor Relations.\",\n \"entities\": {\n \"url\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/0pgKNEmUjt\",\n \"expanded_url\": \"https://investor.twitterinc.com/\",\n \"display_url\": \"investor.twitterinc.com\"\n }\n ]\n }\n },\n \"id\": \"1603818258\",\n \"name\": \"Twitter Investor Relations\",\n \"pinned_tweet_id\": \"1255826376885596161\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/941403661216899072/n_fXrUW9_normal.jpg\",\n \"protected\": false,\n \"url\": \"https://t.co/0pgKNEmUjt\",\n \"username\": \"TwitterIR\",\n \"verified\": true\n },\n {\n \"created_at\": \"2014-06-06T01:23:52.000Z\",\n \"description\": \"#BlackLivesMatter\\nProfile Art by @temi_coker\",\n \"entities\": {\n \"url\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/EoaAx7rOY5\",\n \"expanded_url\": \"https://about.twitter.com/careers\",\n \"display_url\": \"about.twitter.com/careers\"\n }\n ]\n },\n \"description\": {\n \"hashtags\": [\n {\n \"start\": 0,\n \"end\": 17,\n \"tag\": \"BlackLivesMatter\"\n }\n ],\n \"mentions\": [\n {\n \"start\": 33,\n \"end\": 44,\n \"username\": \"temi_coker\"\n }\n ]\n }\n },\n \"id\": \"2548979088\",\n \"location\": \"Global\",\n \"name\": \"Twitter Alas\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/1013158245853085696/88c5YF8V_normal.jpg\",\n \"protected\": false,\n \"url\": \"https://t.co/EoaAx7rOY5\",\n \"username\": \"TwitterAlas\",\n \"verified\": true\n },\n {\n \"created_at\": \"2013-12-14T04:31:10.000Z\",\n \"description\": \"The official Twitter Singapore account. For anything needing immediate attention, please contact https://t.co/qq1HEzdMA2.\",\n \"entities\": {\n \"description\": {\n \"urls\": [\n {\n \"start\": 97,\n \"end\": 120,\n \"url\": \"https://t.co/qq1HEzdMA2\",\n \"expanded_url\": \"https://support.twitter.com\",\n \"display_url\": \"support.twitter.com\"\n }\n ]\n }\n },\n \"id\": \"2244983430\",\n \"name\": \"Twitter Singapore\",\n \"pinned_tweet_id\": \"1276392707968004096\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/875094332365090816/tcm6HqXp_normal.jpg\",\n \"protected\": false,\n \"url\": \"\",\n \"username\": \"TwitterSG\",\n \"verified\": true\n },\n {\n \"created_at\": \"2013-04-12T21:02:58.000Z\",\n \"description\": \"All things Canada on Twitter. #BlackLivesMatter\",\n \"entities\": {\n \"description\": {\n \"hashtags\": [\n {\n \"start\": 30,\n \"end\": 47,\n \"tag\": \"BlackLivesMatter\"\n }\n ]\n }\n },\n \"id\": \"1347713256\",\n \"name\": \"Twitter Canada\",\n \"pinned_tweet_id\": \"1273291819527352321\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/1270799737680207876/bfMP4_DT_normal.jpg\",\n \"protected\": false,\n \"url\": \"\",\n \"username\": \"TwitterCanada\",\n \"verified\": true\n },\n {\n \"created_at\": \"2011-09-20T15:18:34.000Z\",\n \"description\": \"Open Programs at Twitter.\",\n \"entities\": {\n \"url\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 22,\n \"url\": \"http://t.co/Hc7Cv220E7\",\n \"expanded_url\": \"https://opensource.twitter.com\",\n \"display_url\": \"opensource.twitter.com\"\n }\n ]\n }\n },\n \"id\": \"376825877\",\n \"location\": \"Twitter HQ\",\n \"name\": \"Twitter Open Source\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/875169334573678592/I7zte5WY_normal.jpg\",\n \"protected\": false,\n \"url\": \"http://t.co/Hc7Cv220E7\",\n \"username\": \"TwitterOSS\",\n \"verified\": true\n },\n {\n \"created_at\": \"2007-06-16T00:14:36.000Z\",\n \"description\": \"#BlackLivesMatter\",\n \"entities\": {\n \"description\": {\n \"hashtags\": [\n {\n \"start\": 0,\n \"end\": 17,\n \"tag\": \"BlackLivesMatter\"\n }\n ]\n }\n },\n \"id\": \"6844292\",\n \"name\": \"Twitter Engineering\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/1267839380405665793/uunuoNK4_normal.jpg\",\n \"protected\": false,\n \"url\": \"\",\n \"username\": \"TwitterEng\",\n \"verified\": true\n },\n {\n \"created_at\": \"2016-06-01T21:20:47.000Z\",\n \"description\": \"#BlackLivesMatter\",\n \"entities\": {\n \"description\": {\n \"hashtags\": [\n {\n \"start\": 0,\n \"end\": 17,\n \"tag\": \"BlackLivesMatter\"\n }\n ]\n }\n },\n \"id\": \"738118115595165697\",\n \"name\": \"Twitter Stripes\",\n \"pinned_tweet_id\": \"1193902721755230209\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/1012738853247959040/4-g31u_p_normal.jpg\",\n \"protected\": false,\n \"url\": \"\",\n \"username\": \"TwitterStripes\",\n \"verified\": true\n },\n {\n \"created_at\": \"2016-06-01T21:22:15.000Z\",\n \"description\": \"#BlackLivesMatter #AlwaysProud\",\n \"entities\": {\n \"description\": {\n \"hashtags\": [\n {\n \"start\": 0,\n \"end\": 17,\n \"tag\": \"BlackLivesMatter\"\n },\n {\n \"start\": 18,\n \"end\": 30,\n \"tag\": \"AlwaysProud\"\n }\n ]\n }\n },\n \"id\": \"738118487122419712\",\n \"name\": \"Twitter Asians\",\n \"pinned_tweet_id\": \"1265347362853191681\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/942832773999423488/984rqZa-_normal.jpg\",\n \"protected\": false,\n \"url\": \"\",\n \"username\": \"TwitterAsians\",\n \"verified\": true\n },\n {\n \"created_at\": \"2010-11-23T16:45:21.000Z\",\n \"description\": \"The voice of Twitter's Global Public Policy team\",\n \"id\": \"218984871\",\n \"name\": \"Twitter Public Policy\",\n \"pinned_tweet_id\": \"1235212091923013632\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/880132255011586048/rlZKfFFe_normal.jpg\",\n \"protected\": false,\n \"url\": \"\",\n \"username\": \"Policy\",\n \"verified\": true\n },\n {\n \"created_at\": \"2014-06-06T21:10:35.000Z\",\n \"description\": \"Selamat datang di akun resmi Twitter Indonesia. Untuk informasi lebih lanjut, kunjungi https://t.co/heEvRrl4yN. Blog: https://t.co/fst66a65my.\",\n \"entities\": {\n \"url\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/7IDoW8iFLm\",\n \"expanded_url\": \"https://twitter.com\",\n \"display_url\": \"twitter.com\"\n }\n ]\n },\n \"description\": {\n \"urls\": [\n {\n \"start\": 87,\n \"end\": 110,\n \"url\": \"https://t.co/heEvRrl4yN\",\n \"expanded_url\": \"https://help.twitter.com\",\n \"display_url\": \"help.twitter.com\"\n },\n {\n \"start\": 118,\n \"end\": 141,\n \"url\": \"https://t.co/fst66a65my\",\n \"expanded_url\": \"https://blog.twitter.com/indonesia\",\n \"display_url\": \"blog.twitter.com/indonesia\"\n }\n ]\n }\n },\n \"id\": \"2550997820\",\n \"name\": \"Twitter Indonesia\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/941531180448415744/ghwtfXVM_normal.jpg\",\n \"protected\": false,\n \"url\": \"https://t.co/7IDoW8iFLm\",\n \"username\": \"TwitterID\",\n \"verified\": true\n },\n {\n \"created_at\": \"2013-02-08T07:33:47.000Z\",\n \"description\": \"政治、行政、自治体の話題をお届けするTwitter Japanによる公式アカウントです。\",\n \"id\": \"1159458169\",\n \"location\": \"Tokyo, JAPAN\",\n \"name\": \"Twitter 政治\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/875135373034143744/rJ9cIT6v_normal.jpg\",\n \"protected\": false,\n \"url\": \"\",\n \"username\": \"TwitterGovJP\",\n \"verified\": true\n },\n {\n \"created_at\": \"2014-01-17T15:28:22.000Z\",\n \"description\": \"The best of what’s happening on Twitter in an instant.\",\n \"entities\": {\n \"url\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/nYOx6qThjk\",\n \"expanded_url\": \"https://about.twitter.com/company/moments-guidelines\",\n \"display_url\": \"about.twitter.com/company/moment…\"\n }\n ]\n }\n },\n \"id\": \"2296297326\",\n \"location\": \"London, England\",\n \"name\": \"Twitter Moments UK & Ireland\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/826180910974377984/c5YMMdP5_normal.jpg\",\n \"protected\": false,\n \"url\": \"https://t.co/nYOx6qThjk\",\n \"username\": \"UKMoments\",\n \"verified\": true\n },\n {\n \"created_at\": \"2011-01-05T19:52:33.000Z\",\n \"description\": \"👋 Twitter Communications team here! Check out our Tweets to see what's happening at Twitter. For media Qs @ us. #BlackLivesMatter\",\n \"entities\": {\n \"url\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/SPGIfM1UIR\",\n \"expanded_url\": \"https://about.twitter.com\",\n \"display_url\": \"about.twitter.com\"\n }\n ]\n },\n \"description\": {\n \"hashtags\": [\n {\n \"start\": 112,\n \"end\": 129,\n \"tag\": \"BlackLivesMatter\"\n }\n ]\n }\n },\n \"id\": \"234489024\",\n \"name\": \"Twitter Comms\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/1270788093931446273/bkOFGWwe_normal.jpg\",\n \"protected\": false,\n \"url\": \"https://t.co/SPGIfM1UIR\",\n \"username\": \"TwitterComms\",\n \"verified\": true\n },\n {\n \"created_at\": \"2015-10-12T22:08:01.000Z\",\n \"description\": \"#BlackLivesMatter\",\n \"entities\": {\n \"description\": {\n \"hashtags\": [\n {\n \"start\": 0,\n \"end\": 17,\n \"tag\": \"BlackLivesMatter\"\n }\n ]\n }\n },\n \"id\": \"3873936134\",\n \"location\": \"Twitter Island\",\n \"name\": \"Twitter Gaming @ home\",\n \"pinned_tweet_id\": \"1250499154054270976\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/1270501407573995520/RvaQxXZ6_normal.jpg\",\n \"protected\": false,\n \"url\": \"\",\n \"username\": \"TwitterGaming\",\n \"verified\": true\n },\n {\n \"created_at\": \"2013-12-03T21:39:44.000Z\",\n \"description\": \"Welcome to the official @Twitter account for the #MiddleEast and #NorthAfrica كلّ ما يتعلّق بآخر أخبار ومستجدّات #تويتر في #الشرق_الأوسط و #شمال_أفريقيا\",\n \"entities\": {\n \"url\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/f6xSlVOvPK\",\n \"expanded_url\": \"https://blog.twitter.com/official/ar.html\",\n \"display_url\": \"blog.twitter.com/official/ar.ht…\"\n }\n ]\n },\n \"description\": {\n \"hashtags\": [\n {\n \"start\": 49,\n \"end\": 60,\n \"tag\": \"MiddleEast\"\n },\n {\n \"start\": 65,\n \"end\": 77,\n \"tag\": \"NorthAfrica\"\n },\n {\n \"start\": 113,\n \"end\": 119,\n \"tag\": \"تويتر\"\n },\n {\n \"start\": 123,\n \"end\": 136,\n \"tag\": \"الشرق_الأوسط\"\n },\n {\n \"start\": 139,\n \"end\": 152,\n \"tag\": \"شمال_أفريقيا\"\n }\n ],\n \"mentions\": [\n {\n \"start\": 24,\n \"end\": 32,\n \"username\": \"Twitter\"\n }\n ]\n }\n },\n \"id\": \"2228891959\",\n \"location\": \"MENA\",\n \"name\": \"Twitter MENA\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/942432939748364290/z-jTRDuZ_normal.jpg\",\n \"protected\": false,\n \"url\": \"https://t.co/f6xSlVOvPK\",\n \"username\": \"TwitterMENA\",\n \"verified\": true\n },\n {\n \"created_at\": \"2012-08-30T16:54:44.000Z\",\n \"description\": \"News and updates about the Twitter Official Partner Program.\",\n \"entities\": {\n \"url\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/fsX4hsZ5Tr\",\n \"expanded_url\": \"https://partners.twitter.com/\",\n \"display_url\": \"partners.twitter.com\"\n }\n ]\n }\n },\n \"id\": \"791978718\",\n \"name\": \"Twitter Official Partner\",\n \"pinned_tweet_id\": \"1229818273325371392\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/1270792615013711872/VR70tT9T_normal.jpg\",\n \"protected\": false,\n \"url\": \"https://t.co/fsX4hsZ5Tr\",\n \"username\": \"OfficialPartner\",\n \"verified\": true\n },\n {\n \"created_at\": \"2011-12-03T15:36:31.000Z\",\n \"description\": \"Reading: everything\",\n \"entities\": {\n \"url\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/SPGIfM1UIR\",\n \"expanded_url\": \"https://about.twitter.com\",\n \"display_url\": \"about.twitter.com\"\n }\n ]\n }\n },\n \"id\": \"427475002\",\n \"name\": \"Twitter Books\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/1270501673790775297/pxixrhAT_normal.jpg\",\n \"protected\": false,\n \"url\": \"https://t.co/SPGIfM1UIR\",\n \"username\": \"TwitterBooks\",\n \"verified\": true\n },\n {\n \"created_at\": \"2019-11-12T14:56:22.000Z\",\n \"description\": \"Your best Tweets. Retweeted.\",\n \"id\": \"1194267639100723200\",\n \"name\": \"Twitter Retweets\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/1201611308950532096/rBjVNSsR_normal.png\",\n \"protected\": false,\n \"url\": \"\",\n \"username\": \"TwitterRetweets\",\n \"verified\": true\n },\n {\n \"created_at\": \"2019-09-03T19:59:02.000Z\",\n \"description\": \"#BlackLivesMatter\",\n \"entities\": {\n \"description\": {\n \"hashtags\": [\n {\n \"start\": 0,\n \"end\": 17,\n \"tag\": \"BlackLivesMatter\"\n }\n ]\n }\n },\n \"id\": \"1168976680867762177\",\n \"name\": \"Twitter Able\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/1168989681444425733/XTZAcOSc_normal.jpg\",\n \"protected\": false,\n \"url\": \"\",\n \"username\": \"TwitterAble\",\n \"verified\": true\n },\n {\n \"created_at\": \"2012-10-26T06:22:03.000Z\",\n \"description\": \"The official account for Twitter SRE.\",\n \"entities\": {\n \"url\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 22,\n \"url\": \"http://t.co/gJvsjUZJ3O\",\n \"expanded_url\": \"https://engineering.twitter.com\",\n \"display_url\": \"engineering.twitter.com\"\n }\n ]\n }\n },\n \"id\": \"905409822\",\n \"location\": \"San Francisco, CA\",\n \"name\": \"Twitter SRE\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/3755128758/8c6e4cd8246c24c432372385ee534b1c_normal.jpeg\",\n \"protected\": false,\n \"url\": \"http://t.co/gJvsjUZJ3O\",\n \"username\": \"TwitterSRE\",\n \"verified\": true\n },\n {\n \"created_at\": \"2016-06-01T21:09:54.000Z\",\n \"description\": \"The best of what’s happening on Twitter in an instant.\",\n \"entities\": {\n \"url\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/JvK2Aw7iqc\",\n \"expanded_url\": \"https://twitter.com/i/moments\",\n \"display_url\": \"twitter.com/i/moments\"\n }\n ]\n }\n },\n \"id\": \"738115375477362688\",\n \"location\": \"India\",\n \"name\": \"Twitter Moments India\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/939174997540638721/pn1lxe4y_normal.jpg\",\n \"protected\": false,\n \"url\": \"https://t.co/JvK2Aw7iqc\",\n \"username\": \"MomentsIndia\",\n \"verified\": true\n },\n {\n \"created_at\": \"2009-11-09T18:18:15.000Z\",\n \"description\": \"Información y consejos de seguridad y actualizaciones de @Twitter.\\n\\nInformações e conselhos de segurança e atualizações do @Twitter.\",\n \"entities\": {\n \"url\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/heEvRrCFXn\",\n \"expanded_url\": \"https://help.twitter.com\",\n \"display_url\": \"help.twitter.com\"\n }\n ]\n },\n \"description\": {\n \"mentions\": [\n {\n \"start\": 57,\n \"end\": 65,\n \"username\": \"Twitter\"\n },\n {\n \"start\": 123,\n \"end\": 131,\n \"username\": \"Twitter\"\n }\n ]\n }\n },\n \"id\": \"88723966\",\n \"name\": \"Twitter Seguro\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/875437956118360064/ZOwIAvAb_normal.jpg\",\n \"protected\": false,\n \"url\": \"https://t.co/heEvRrCFXn\",\n \"username\": \"TwitterSeguro\",\n \"verified\": true\n },\n {\n \"created_at\": \"2018-10-08T19:45:09.000Z\",\n \"description\": \"Que pasa ahora in the most vibrant multicultural city in the world. #SoMiami\",\n \"entities\": {\n \"description\": {\n \"hashtags\": [\n {\n \"start\": 68,\n \"end\": 76,\n \"tag\": \"SoMiami\"\n }\n ]\n }\n },\n \"id\": \"1049385226424786944\",\n \"location\": \"Miami, FL\",\n \"name\": \"Twitter Miami\",\n \"pinned_tweet_id\": \"1275168469542146049\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/1275178822107791361/4egjzUcS_normal.jpg\",\n \"protected\": false,\n \"url\": \"\",\n \"username\": \"TwitterMiami\",\n \"verified\": true\n },\n {\n \"created_at\": \"2011-04-18T20:48:55.000Z\",\n \"description\": \"The trials and tribulations of Twitter's past & present interns, also known as the 'Terns'. Find out what they're working on and why you should join the flock.\",\n \"entities\": {\n \"url\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/Zn0hsX64IK\",\n \"expanded_url\": \"https://careers.twitter.com/en/university.html\",\n \"display_url\": \"careers.twitter.com/en/university.…\"\n }\n ]\n }\n },\n \"id\": \"284201599\",\n \"location\": \"San Francisco\",\n \"name\": \"Twitter Terns\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/875164144483180544/vaHSsa6n_normal.jpg\",\n \"protected\": false,\n \"url\": \"https://t.co/Zn0hsX64IK\",\n \"username\": \"terns\",\n \"verified\": true\n },\n {\n \"created_at\": \"2013-08-27T22:03:14.000Z\",\n \"description\": \"Twitter Recruiting in Japan | Twitter Japanでの採用、キャリア、イベントなどについてツイートしています。\\n#LoveWhereYouWork\",\n \"entities\": {\n \"url\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/UFN8Pq42p4\",\n \"expanded_url\": \"https://careers.twitter.com/content/careers-twitter/en/jobs.html#location=careers-twitter%3Alocation\",\n \"display_url\": \"careers.twitter.com/content/career…\"\n }\n ]\n },\n \"description\": {\n \"hashtags\": [\n {\n \"start\": 74,\n \"end\": 91,\n \"tag\": \"LoveWhereYouWork\"\n }\n ]\n }\n },\n \"id\": \"1705676064\",\n \"location\": \"Tokyo, Japan\",\n \"name\": \"Twitter公式採用アカウント\",\n \"pinned_tweet_id\": \"1139089650008510464\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/875166441439232000/uiHVcOJs_normal.jpg\",\n \"protected\": false,\n \"url\": \"https://t.co/UFN8Pq42p4\",\n \"username\": \"JoinTheFlockJP\",\n \"verified\": true\n },\n {\n \"created_at\": \"2014-10-17T22:38:01.000Z\",\n \"description\": \"Twitter Fashion Japan 公式アカウントです\",\n \"id\": \"2861317614\",\n \"name\": \"Twitter ファッション\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/875118807391420419/ZsSkVDBs_normal.jpg\",\n \"protected\": false,\n \"url\": \"\",\n \"username\": \"TwitterFashnJP\",\n \"verified\": true\n },\n {\n \"created_at\": \"2015-10-12T22:05:00.000Z\",\n \"description\": \"Lo mejor que está sucediendo en Twitter en español, en un instante.\",\n \"entities\": {\n \"url\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/ttGn9BmUWD\",\n \"expanded_url\": \"https://blog.twitter.com/es/2016/tweets-que-cuentan-historias-moments-m-xico-ya-est-disponible\",\n \"display_url\": \"blog.twitter.com/es/2016/tweets…\"\n }\n ]\n }\n },\n \"id\": \"3873965293\",\n \"location\": \"Worldwide\",\n \"name\": \"Twitter Moments en Español\",\n \"pinned_tweet_id\": \"1254702677424058369\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/752568687761186816/AEtUZtm1_normal.jpg\",\n \"protected\": false,\n \"url\": \"https://t.co/ttGn9BmUWD\",\n \"username\": \"MomentsES\",\n \"verified\": true\n },\n {\n \"created_at\": \"2020-03-30T21:02:29.000Z\",\n \"description\": \"ยินดีต้อนรับสู่แอคเคาท์ทวิตเตอร์อย่างเป็นทางการประจำประเทศไทย! ต้องการข้อมูลเกี่ยวกับการใช้งานทวิตเตอร์เพิ่มเติม โปรดคลิก https://t.co/heEvRrl4yN.\",\n \"entities\": {\n \"url\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/f9RtbmyN3p\",\n \"expanded_url\": \"https://twitter.com/home\",\n \"display_url\": \"twitter.com/home\"\n }\n ]\n },\n \"description\": {\n \"urls\": [\n {\n \"start\": 123,\n \"end\": 146,\n \"url\": \"https://t.co/heEvRrl4yN\",\n \"expanded_url\": \"https://help.twitter.com\",\n \"display_url\": \"help.twitter.com\"\n }\n ]\n }\n },\n \"id\": \"1244731491088809984\",\n \"name\": \"Twitter Thailand\",\n \"pinned_tweet_id\": \"1262948030271062016\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/1248629937025753089/yt0lggXd_normal.png\",\n \"protected\": false,\n \"url\": \"https://t.co/f9RtbmyN3p\",\n \"username\": \"TwitterThailand\",\n \"verified\": true\n },\n {\n \"created_at\": \"2015-11-12T16:46:02.000Z\",\n \"description\": \"O melhor do que está acontecendo no Twitter em um instante.\",\n \"entities\": {\n \"url\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/XPT5uPLlUa\",\n \"expanded_url\": \"https://help.twitter.com/pt/rules-and-policies/twitter-moments-guidelines-and-principles\",\n \"display_url\": \"help.twitter.com/pt/rules-and-p…\"\n }\n ]\n }\n },\n \"id\": \"4172587277\",\n \"location\": \"Sao Paulo, Brazil\",\n \"name\": \"Twitter Moments Brasil\",\n \"pinned_tweet_id\": \"1258114553470160896\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/666324297489739776/nyQKZybh_normal.png\",\n \"protected\": false,\n \"url\": \"https://t.co/XPT5uPLlUa\",\n \"username\": \"MomentsBrasil\",\n \"verified\": true\n },\n {\n \"created_at\": \"2016-04-05T21:35:30.000Z\",\n \"description\": \"The best videos on @TwitterIndia every day. Featuring product updates, videos, and tips!\",\n \"entities\": {\n \"url\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/tlbGqc89EN\",\n \"expanded_url\": \"https://www.blog.twitter.com/india\",\n \"display_url\": \"blog.twitter.com/india\"\n }\n ]\n },\n \"description\": {\n \"mentions\": [\n {\n \"start\": 19,\n \"end\": 32,\n \"username\": \"TwitterIndia\"\n }\n ]\n }\n },\n \"id\": \"717465714357972992\",\n \"location\": \"India\",\n \"name\": \"Twitter Video India\",\n \"pinned_tweet_id\": \"895195543802060801\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/875794713214726144/_eT7MWCI_normal.jpg\",\n \"protected\": false,\n \"url\": \"https://t.co/tlbGqc89EN\",\n \"username\": \"TwitterVideoIN\",\n \"verified\": true\n },\n {\n \"created_at\": \"2012-10-05T01:15:47.000Z\",\n \"description\": \"Music on Twitter | 日本公式アカウント\",\n \"entities\": {\n \"url\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/QjOgMnzmxL\",\n \"expanded_url\": \"https://blog.twitter.com/ja/media\",\n \"display_url\": \"blog.twitter.com/ja/media\"\n }\n ]\n }\n },\n \"id\": \"862314223\",\n \"location\": \"Tokyo, Japan\",\n \"name\": \"Twitter ミュージック\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/875133214624436224/wPJZeP0H_normal.jpg\",\n \"protected\": false,\n \"url\": \"https://t.co/QjOgMnzmxL\",\n \"username\": \"TwitterMusicJP\",\n \"verified\": true\n },\n {\n \"created_at\": \"2014-06-06T21:13:39.000Z\",\n \"description\": \"#BlackLivesMatter\",\n \"entities\": {\n \"url\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/6Xy5Trzaep\",\n \"expanded_url\": \"https://marketing.twitter.com\",\n \"display_url\": \"marketing.twitter.com\"\n }\n ]\n },\n \"description\": {\n \"hashtags\": [\n {\n \"start\": 0,\n \"end\": 17,\n \"tag\": \"BlackLivesMatter\"\n }\n ]\n }\n },\n \"id\": \"2551000568\",\n \"location\": \"Mexico\",\n \"name\": \"Twitter Mktg Latam\",\n \"pinned_tweet_id\": \"1242161083646869509\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/1275443824593039361/eGA-rVKf_normal.jpg\",\n \"protected\": false,\n \"url\": \"https://t.co/6Xy5Trzaep\",\n \"username\": \"TwitterMktLatam\",\n \"verified\": true\n },\n {\n \"created_at\": \"2014-06-06T01:22:29.000Z\",\n \"description\": \"Já pensou em trabalhar no Twitter Brasil? Acompanhe por aqui as nossas novidades e oportunidades de carreira. Bem-vindo (a) ao nosso ninho!\",\n \"entities\": {\n \"url\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/2Ien1T4L94\",\n \"expanded_url\": \"https://careers.twitter.com\",\n \"display_url\": \"careers.twitter.com\"\n }\n ]\n }\n },\n \"id\": \"2548977510\",\n \"location\": \"São Paulo\",\n \"name\": \"Twitter Careers Brasil\",\n \"pinned_tweet_id\": \"1159857897012105219\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/875166905111166976/7kYhxexq_normal.jpg\",\n \"protected\": false,\n \"url\": \"https://t.co/2Ien1T4L94\",\n \"username\": \"JoinTheFlockBR\",\n \"verified\": true\n },\n {\n \"created_at\": \"2013-02-08T05:54:29.000Z\",\n \"description\": \"Twitter Sports Japan 公式アカウントです。\",\n \"entities\": {\n \"url\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/QjOgMnzmxL\",\n \"expanded_url\": \"https://blog.twitter.com/ja/media\",\n \"display_url\": \"blog.twitter.com/ja/media\"\n }\n ]\n }\n },\n \"id\": \"1159274324\",\n \"location\": \"Tokyo, JAPAN\",\n \"name\": \"Twitter スポーツ\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/875125949771128832/dCo30emX_normal.jpg\",\n \"protected\": false,\n \"url\": \"https://t.co/QjOgMnzmxL\",\n \"username\": \"TwitterSportsJP\",\n \"verified\": true\n }\n ],\n \"errors\": [\n {\n \"resource_type\": \"tweet\",\n \"field\": \"non_public_metrics.url_link_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1274087687469715457\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'non_public_metrics.url_link_clicks' on the Tweet with pinned_tweet_id : [1274087687469715457].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"non_public_metrics.user_profile_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1274087687469715457\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'non_public_metrics.user_profile_clicks' on the Tweet with pinned_tweet_id : [1274087687469715457].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.impression_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1274087687469715457\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.impression_count' on the Tweet with pinned_tweet_id : [1274087687469715457].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.like_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1274087687469715457\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.like_count' on the Tweet with pinned_tweet_id : [1274087687469715457].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.reply_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1274087687469715457\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.reply_count' on the Tweet with pinned_tweet_id : [1274087687469715457].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.retweet_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1274087687469715457\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.retweet_count' on the Tweet with pinned_tweet_id : [1274087687469715457].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.url_link_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1274087687469715457\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.url_link_clicks' on the Tweet with pinned_tweet_id : [1274087687469715457].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.user_profile_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1274087687469715457\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.user_profile_clicks' on the Tweet with pinned_tweet_id : [1274087687469715457].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.impression_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1274087687469715457\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.impression_count' on the Tweet with pinned_tweet_id : [1274087687469715457].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.like_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1274087687469715457\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.like_count' on the Tweet with pinned_tweet_id : [1274087687469715457].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.reply_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1274087687469715457\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.reply_count' on the Tweet with pinned_tweet_id : [1274087687469715457].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.retweet_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1274087687469715457\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.retweet_count' on the Tweet with pinned_tweet_id : [1274087687469715457].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.url_link_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1274087687469715457\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.url_link_clicks' on the Tweet with pinned_tweet_id : [1274087687469715457].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.user_profile_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1274087687469715457\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.user_profile_clicks' on the Tweet with pinned_tweet_id : [1274087687469715457].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"non_public_metrics.url_link_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1255542774432063488\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'non_public_metrics.url_link_clicks' on the Tweet with pinned_tweet_id : [1255542774432063488].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"non_public_metrics.user_profile_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1255542774432063488\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'non_public_metrics.user_profile_clicks' on the Tweet with pinned_tweet_id : [1255542774432063488].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.impression_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1255542774432063488\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.impression_count' on the Tweet with pinned_tweet_id : [1255542774432063488].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.like_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1255542774432063488\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.like_count' on the Tweet with pinned_tweet_id : [1255542774432063488].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.reply_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1255542774432063488\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.reply_count' on the Tweet with pinned_tweet_id : [1255542774432063488].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.retweet_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1255542774432063488\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.retweet_count' on the Tweet with pinned_tweet_id : [1255542774432063488].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.url_link_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1255542774432063488\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.url_link_clicks' on the Tweet with pinned_tweet_id : [1255542774432063488].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.user_profile_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1255542774432063488\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.user_profile_clicks' on the Tweet with pinned_tweet_id : [1255542774432063488].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.impression_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1255542774432063488\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.impression_count' on the Tweet with pinned_tweet_id : [1255542774432063488].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.like_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1255542774432063488\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.like_count' on the Tweet with pinned_tweet_id : [1255542774432063488].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.reply_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1255542774432063488\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.reply_count' on the Tweet with pinned_tweet_id : [1255542774432063488].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.retweet_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1255542774432063488\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.retweet_count' on the Tweet with pinned_tweet_id : [1255542774432063488].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.url_link_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1255542774432063488\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.url_link_clicks' on the Tweet with pinned_tweet_id : [1255542774432063488].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.user_profile_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1255542774432063488\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.user_profile_clicks' on the Tweet with pinned_tweet_id : [1255542774432063488].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"non_public_metrics.url_link_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1271186240323432452\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'non_public_metrics.url_link_clicks' on the Tweet with pinned_tweet_id : [1271186240323432452].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"non_public_metrics.user_profile_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1271186240323432452\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'non_public_metrics.user_profile_clicks' on the Tweet with pinned_tweet_id : [1271186240323432452].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.impression_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1271186240323432452\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.impression_count' on the Tweet with pinned_tweet_id : [1271186240323432452].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.like_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1271186240323432452\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.like_count' on the Tweet with pinned_tweet_id : [1271186240323432452].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.reply_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1271186240323432452\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.reply_count' on the Tweet with pinned_tweet_id : [1271186240323432452].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.retweet_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1271186240323432452\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.retweet_count' on the Tweet with pinned_tweet_id : [1271186240323432452].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.url_link_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1271186240323432452\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.url_link_clicks' on the Tweet with pinned_tweet_id : [1271186240323432452].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.user_profile_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1271186240323432452\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.user_profile_clicks' on the Tweet with pinned_tweet_id : [1271186240323432452].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.impression_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1271186240323432452\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.impression_count' on the Tweet with pinned_tweet_id : [1271186240323432452].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.like_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1271186240323432452\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.like_count' on the Tweet with pinned_tweet_id : [1271186240323432452].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.reply_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1271186240323432452\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.reply_count' on the Tweet with pinned_tweet_id : [1271186240323432452].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.retweet_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1271186240323432452\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.retweet_count' on the Tweet with pinned_tweet_id : [1271186240323432452].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.url_link_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1271186240323432452\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.url_link_clicks' on the Tweet with pinned_tweet_id : [1271186240323432452].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.user_profile_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1271186240323432452\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.user_profile_clicks' on the Tweet with pinned_tweet_id : [1271186240323432452].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"non_public_metrics.url_link_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1274014870707437570\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'non_public_metrics.url_link_clicks' on the Tweet with pinned_tweet_id : [1274014870707437570].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"non_public_metrics.user_profile_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1274014870707437570\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'non_public_metrics.user_profile_clicks' on the Tweet with pinned_tweet_id : [1274014870707437570].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.impression_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1274014870707437570\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.impression_count' on the Tweet with pinned_tweet_id : [1274014870707437570].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.like_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1274014870707437570\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.like_count' on the Tweet with pinned_tweet_id : [1274014870707437570].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.reply_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1274014870707437570\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.reply_count' on the Tweet with pinned_tweet_id : [1274014870707437570].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.retweet_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1274014870707437570\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.retweet_count' on the Tweet with pinned_tweet_id : [1274014870707437570].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.url_link_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1274014870707437570\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.url_link_clicks' on the Tweet with pinned_tweet_id : [1274014870707437570].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.user_profile_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1274014870707437570\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.user_profile_clicks' on the Tweet with pinned_tweet_id : [1274014870707437570].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.impression_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1274014870707437570\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.impression_count' on the Tweet with pinned_tweet_id : [1274014870707437570].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.like_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1274014870707437570\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.like_count' on the Tweet with pinned_tweet_id : [1274014870707437570].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.reply_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1274014870707437570\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.reply_count' on the Tweet with pinned_tweet_id : [1274014870707437570].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.retweet_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1274014870707437570\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.retweet_count' on the Tweet with pinned_tweet_id : [1274014870707437570].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.url_link_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1274014870707437570\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.url_link_clicks' on the Tweet with pinned_tweet_id : [1274014870707437570].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.user_profile_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1274014870707437570\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.user_profile_clicks' on the Tweet with pinned_tweet_id : [1274014870707437570].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"non_public_metrics.url_link_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1277664599400042496\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'non_public_metrics.url_link_clicks' on the Tweet with pinned_tweet_id : [1277664599400042496].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"non_public_metrics.user_profile_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1277664599400042496\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'non_public_metrics.user_profile_clicks' on the Tweet with pinned_tweet_id : [1277664599400042496].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.impression_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1277664599400042496\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.impression_count' on the Tweet with pinned_tweet_id : [1277664599400042496].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.like_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1277664599400042496\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.like_count' on the Tweet with pinned_tweet_id : [1277664599400042496].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.reply_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1277664599400042496\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.reply_count' on the Tweet with pinned_tweet_id : [1277664599400042496].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.retweet_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1277664599400042496\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.retweet_count' on the Tweet with pinned_tweet_id : [1277664599400042496].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.url_link_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1277664599400042496\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.url_link_clicks' on the Tweet with pinned_tweet_id : [1277664599400042496].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.user_profile_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1277664599400042496\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.user_profile_clicks' on the Tweet with pinned_tweet_id : [1277664599400042496].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.impression_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1277664599400042496\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.impression_count' on the Tweet with pinned_tweet_id : [1277664599400042496].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.like_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1277664599400042496\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.like_count' on the Tweet with pinned_tweet_id : [1277664599400042496].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.reply_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1277664599400042496\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.reply_count' on the Tweet with pinned_tweet_id : [1277664599400042496].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.retweet_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1277664599400042496\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.retweet_count' on the Tweet with pinned_tweet_id : [1277664599400042496].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.url_link_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1277664599400042496\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.url_link_clicks' on the Tweet with pinned_tweet_id : [1277664599400042496].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.user_profile_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1277664599400042496\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.user_profile_clicks' on the Tweet with pinned_tweet_id : [1277664599400042496].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"non_public_metrics.url_link_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1276168522134102017\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'non_public_metrics.url_link_clicks' on the Tweet with pinned_tweet_id : [1276168522134102017].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"non_public_metrics.user_profile_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1276168522134102017\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'non_public_metrics.user_profile_clicks' on the Tweet with pinned_tweet_id : [1276168522134102017].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.impression_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1276168522134102017\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.impression_count' on the Tweet with pinned_tweet_id : [1276168522134102017].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.like_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1276168522134102017\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.like_count' on the Tweet with pinned_tweet_id : [1276168522134102017].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.reply_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1276168522134102017\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.reply_count' on the Tweet with pinned_tweet_id : [1276168522134102017].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.retweet_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1276168522134102017\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.retweet_count' on the Tweet with pinned_tweet_id : [1276168522134102017].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.url_link_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1276168522134102017\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.url_link_clicks' on the Tweet with pinned_tweet_id : [1276168522134102017].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.user_profile_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1276168522134102017\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.user_profile_clicks' on the Tweet with pinned_tweet_id : [1276168522134102017].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.impression_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1276168522134102017\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.impression_count' on the Tweet with pinned_tweet_id : [1276168522134102017].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.like_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1276168522134102017\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.like_count' on the Tweet with pinned_tweet_id : [1276168522134102017].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.reply_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1276168522134102017\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.reply_count' on the Tweet with pinned_tweet_id : [1276168522134102017].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.retweet_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1276168522134102017\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.retweet_count' on the Tweet with pinned_tweet_id : [1276168522134102017].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.url_link_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1276168522134102017\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.url_link_clicks' on the Tweet with pinned_tweet_id : [1276168522134102017].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.user_profile_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1276168522134102017\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.user_profile_clicks' on the Tweet with pinned_tweet_id : [1276168522134102017].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"non_public_metrics.url_link_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1245486325643403264\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'non_public_metrics.url_link_clicks' on the Tweet with pinned_tweet_id : [1245486325643403264].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"non_public_metrics.user_profile_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1245486325643403264\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'non_public_metrics.user_profile_clicks' on the Tweet with pinned_tweet_id : [1245486325643403264].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.impression_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1245486325643403264\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.impression_count' on the Tweet with pinned_tweet_id : [1245486325643403264].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.like_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1245486325643403264\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.like_count' on the Tweet with pinned_tweet_id : [1245486325643403264].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.reply_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1245486325643403264\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.reply_count' on the Tweet with pinned_tweet_id : [1245486325643403264].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.retweet_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1245486325643403264\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.retweet_count' on the Tweet with pinned_tweet_id : [1245486325643403264].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.url_link_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1245486325643403264\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.url_link_clicks' on the Tweet with pinned_tweet_id : [1245486325643403264].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.user_profile_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1245486325643403264\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.user_profile_clicks' on the Tweet with pinned_tweet_id : [1245486325643403264].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.impression_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1245486325643403264\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.impression_count' on the Tweet with pinned_tweet_id : [1245486325643403264].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.like_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1245486325643403264\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.like_count' on the Tweet with pinned_tweet_id : [1245486325643403264].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.reply_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1245486325643403264\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.reply_count' on the Tweet with pinned_tweet_id : [1245486325643403264].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.retweet_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1245486325643403264\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.retweet_count' on the Tweet with pinned_tweet_id : [1245486325643403264].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.url_link_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1245486325643403264\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.url_link_clicks' on the Tweet with pinned_tweet_id : [1245486325643403264].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.user_profile_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1245486325643403264\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.user_profile_clicks' on the Tweet with pinned_tweet_id : [1245486325643403264].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"non_public_metrics.url_link_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1277782541995401216\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'non_public_metrics.url_link_clicks' on the Tweet with pinned_tweet_id : [1277782541995401216].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"non_public_metrics.user_profile_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1277782541995401216\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'non_public_metrics.user_profile_clicks' on the Tweet with pinned_tweet_id : [1277782541995401216].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.impression_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1277782541995401216\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.impression_count' on the Tweet with pinned_tweet_id : [1277782541995401216].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.like_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1277782541995401216\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.like_count' on the Tweet with pinned_tweet_id : [1277782541995401216].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.reply_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1277782541995401216\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.reply_count' on the Tweet with pinned_tweet_id : [1277782541995401216].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.retweet_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1277782541995401216\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.retweet_count' on the Tweet with pinned_tweet_id : [1277782541995401216].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.url_link_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1277782541995401216\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.url_link_clicks' on the Tweet with pinned_tweet_id : [1277782541995401216].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.user_profile_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1277782541995401216\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.user_profile_clicks' on the Tweet with pinned_tweet_id : [1277782541995401216].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.impression_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1277782541995401216\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.impression_count' on the Tweet with pinned_tweet_id : [1277782541995401216].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.like_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1277782541995401216\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.like_count' on the Tweet with pinned_tweet_id : [1277782541995401216].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.reply_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1277782541995401216\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.reply_count' on the Tweet with pinned_tweet_id : [1277782541995401216].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.retweet_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1277782541995401216\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.retweet_count' on the Tweet with pinned_tweet_id : [1277782541995401216].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.url_link_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1277782541995401216\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.url_link_clicks' on the Tweet with pinned_tweet_id : [1277782541995401216].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.user_profile_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1277782541995401216\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.user_profile_clicks' on the Tweet with pinned_tweet_id : [1277782541995401216].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"non_public_metrics.url_link_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1255826376885596161\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'non_public_metrics.url_link_clicks' on the Tweet with pinned_tweet_id : [1255826376885596161].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"non_public_metrics.user_profile_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1255826376885596161\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'non_public_metrics.user_profile_clicks' on the Tweet with pinned_tweet_id : [1255826376885596161].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.impression_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1255826376885596161\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.impression_count' on the Tweet with pinned_tweet_id : [1255826376885596161].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.like_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1255826376885596161\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.like_count' on the Tweet with pinned_tweet_id : [1255826376885596161].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.reply_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1255826376885596161\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.reply_count' on the Tweet with pinned_tweet_id : [1255826376885596161].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.retweet_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1255826376885596161\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.retweet_count' on the Tweet with pinned_tweet_id : [1255826376885596161].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.url_link_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1255826376885596161\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.url_link_clicks' on the Tweet with pinned_tweet_id : [1255826376885596161].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.user_profile_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1255826376885596161\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.user_profile_clicks' on the Tweet with pinned_tweet_id : [1255826376885596161].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.impression_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1255826376885596161\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.impression_count' on the Tweet with pinned_tweet_id : [1255826376885596161].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.like_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1255826376885596161\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.like_count' on the Tweet with pinned_tweet_id : [1255826376885596161].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.reply_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1255826376885596161\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.reply_count' on the Tweet with pinned_tweet_id : [1255826376885596161].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.retweet_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1255826376885596161\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.retweet_count' on the Tweet with pinned_tweet_id : [1255826376885596161].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.url_link_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1255826376885596161\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.url_link_clicks' on the Tweet with pinned_tweet_id : [1255826376885596161].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.user_profile_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1255826376885596161\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.user_profile_clicks' on the Tweet with pinned_tweet_id : [1255826376885596161].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"non_public_metrics.url_link_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1276392707968004096\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'non_public_metrics.url_link_clicks' on the Tweet with pinned_tweet_id : [1276392707968004096].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"non_public_metrics.user_profile_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1276392707968004096\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'non_public_metrics.user_profile_clicks' on the Tweet with pinned_tweet_id : [1276392707968004096].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.impression_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1276392707968004096\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.impression_count' on the Tweet with pinned_tweet_id : [1276392707968004096].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.like_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1276392707968004096\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.like_count' on the Tweet with pinned_tweet_id : [1276392707968004096].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.reply_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1276392707968004096\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.reply_count' on the Tweet with pinned_tweet_id : [1276392707968004096].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.retweet_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1276392707968004096\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.retweet_count' on the Tweet with pinned_tweet_id : [1276392707968004096].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.url_link_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1276392707968004096\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.url_link_clicks' on the Tweet with pinned_tweet_id : [1276392707968004096].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.user_profile_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1276392707968004096\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.user_profile_clicks' on the Tweet with pinned_tweet_id : [1276392707968004096].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.impression_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1276392707968004096\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.impression_count' on the Tweet with pinned_tweet_id : [1276392707968004096].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.like_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1276392707968004096\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.like_count' on the Tweet with pinned_tweet_id : [1276392707968004096].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.reply_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1276392707968004096\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.reply_count' on the Tweet with pinned_tweet_id : [1276392707968004096].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.retweet_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1276392707968004096\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.retweet_count' on the Tweet with pinned_tweet_id : [1276392707968004096].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.url_link_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1276392707968004096\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.url_link_clicks' on the Tweet with pinned_tweet_id : [1276392707968004096].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.user_profile_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1276392707968004096\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.user_profile_clicks' on the Tweet with pinned_tweet_id : [1276392707968004096].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"non_public_metrics.url_link_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1273291819527352321\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'non_public_metrics.url_link_clicks' on the Tweet with pinned_tweet_id : [1273291819527352321].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"non_public_metrics.user_profile_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1273291819527352321\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'non_public_metrics.user_profile_clicks' on the Tweet with pinned_tweet_id : [1273291819527352321].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.impression_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1273291819527352321\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.impression_count' on the Tweet with pinned_tweet_id : [1273291819527352321].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.like_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1273291819527352321\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.like_count' on the Tweet with pinned_tweet_id : [1273291819527352321].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.reply_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1273291819527352321\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.reply_count' on the Tweet with pinned_tweet_id : [1273291819527352321].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.retweet_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1273291819527352321\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.retweet_count' on the Tweet with pinned_tweet_id : [1273291819527352321].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.url_link_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1273291819527352321\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.url_link_clicks' on the Tweet with pinned_tweet_id : [1273291819527352321].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.user_profile_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1273291819527352321\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.user_profile_clicks' on the Tweet with pinned_tweet_id : [1273291819527352321].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.impression_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1273291819527352321\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.impression_count' on the Tweet with pinned_tweet_id : [1273291819527352321].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.like_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1273291819527352321\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.like_count' on the Tweet with pinned_tweet_id : [1273291819527352321].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.reply_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1273291819527352321\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.reply_count' on the Tweet with pinned_tweet_id : [1273291819527352321].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.retweet_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1273291819527352321\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.retweet_count' on the Tweet with pinned_tweet_id : [1273291819527352321].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.url_link_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1273291819527352321\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.url_link_clicks' on the Tweet with pinned_tweet_id : [1273291819527352321].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.user_profile_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1273291819527352321\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.user_profile_clicks' on the Tweet with pinned_tweet_id : [1273291819527352321].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"non_public_metrics.url_link_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1193902721755230209\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'non_public_metrics.url_link_clicks' on the Tweet with pinned_tweet_id : [1193902721755230209].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"non_public_metrics.user_profile_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1193902721755230209\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'non_public_metrics.user_profile_clicks' on the Tweet with pinned_tweet_id : [1193902721755230209].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.impression_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1193902721755230209\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.impression_count' on the Tweet with pinned_tweet_id : [1193902721755230209].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.like_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1193902721755230209\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.like_count' on the Tweet with pinned_tweet_id : [1193902721755230209].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.reply_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1193902721755230209\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.reply_count' on the Tweet with pinned_tweet_id : [1193902721755230209].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.retweet_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1193902721755230209\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.retweet_count' on the Tweet with pinned_tweet_id : [1193902721755230209].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.url_link_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1193902721755230209\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.url_link_clicks' on the Tweet with pinned_tweet_id : [1193902721755230209].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.user_profile_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1193902721755230209\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.user_profile_clicks' on the Tweet with pinned_tweet_id : [1193902721755230209].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.impression_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1193902721755230209\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.impression_count' on the Tweet with pinned_tweet_id : [1193902721755230209].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.like_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1193902721755230209\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.like_count' on the Tweet with pinned_tweet_id : [1193902721755230209].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.reply_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1193902721755230209\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.reply_count' on the Tweet with pinned_tweet_id : [1193902721755230209].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.retweet_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1193902721755230209\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.retweet_count' on the Tweet with pinned_tweet_id : [1193902721755230209].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.url_link_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1193902721755230209\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.url_link_clicks' on the Tweet with pinned_tweet_id : [1193902721755230209].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.user_profile_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1193902721755230209\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.user_profile_clicks' on the Tweet with pinned_tweet_id : [1193902721755230209].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"non_public_metrics.url_link_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1265347362853191681\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'non_public_metrics.url_link_clicks' on the Tweet with pinned_tweet_id : [1265347362853191681].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"non_public_metrics.user_profile_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1265347362853191681\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'non_public_metrics.user_profile_clicks' on the Tweet with pinned_tweet_id : [1265347362853191681].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.impression_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1265347362853191681\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.impression_count' on the Tweet with pinned_tweet_id : [1265347362853191681].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.like_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1265347362853191681\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.like_count' on the Tweet with pinned_tweet_id : [1265347362853191681].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.reply_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1265347362853191681\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.reply_count' on the Tweet with pinned_tweet_id : [1265347362853191681].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.retweet_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1265347362853191681\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.retweet_count' on the Tweet with pinned_tweet_id : [1265347362853191681].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.url_link_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1265347362853191681\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.url_link_clicks' on the Tweet with pinned_tweet_id : [1265347362853191681].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.user_profile_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1265347362853191681\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.user_profile_clicks' on the Tweet with pinned_tweet_id : [1265347362853191681].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.impression_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1265347362853191681\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.impression_count' on the Tweet with pinned_tweet_id : [1265347362853191681].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.like_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1265347362853191681\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.like_count' on the Tweet with pinned_tweet_id : [1265347362853191681].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.reply_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1265347362853191681\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.reply_count' on the Tweet with pinned_tweet_id : [1265347362853191681].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.retweet_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1265347362853191681\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.retweet_count' on the Tweet with pinned_tweet_id : [1265347362853191681].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.url_link_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1265347362853191681\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.url_link_clicks' on the Tweet with pinned_tweet_id : [1265347362853191681].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.user_profile_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1265347362853191681\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.user_profile_clicks' on the Tweet with pinned_tweet_id : [1265347362853191681].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"non_public_metrics.url_link_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1235212091923013632\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'non_public_metrics.url_link_clicks' on the Tweet with pinned_tweet_id : [1235212091923013632].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"non_public_metrics.user_profile_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1235212091923013632\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'non_public_metrics.user_profile_clicks' on the Tweet with pinned_tweet_id : [1235212091923013632].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.impression_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1235212091923013632\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.impression_count' on the Tweet with pinned_tweet_id : [1235212091923013632].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.like_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1235212091923013632\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.like_count' on the Tweet with pinned_tweet_id : [1235212091923013632].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.reply_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1235212091923013632\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.reply_count' on the Tweet with pinned_tweet_id : [1235212091923013632].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.retweet_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1235212091923013632\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.retweet_count' on the Tweet with pinned_tweet_id : [1235212091923013632].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.url_link_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1235212091923013632\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.url_link_clicks' on the Tweet with pinned_tweet_id : [1235212091923013632].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.user_profile_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1235212091923013632\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.user_profile_clicks' on the Tweet with pinned_tweet_id : [1235212091923013632].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.impression_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1235212091923013632\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.impression_count' on the Tweet with pinned_tweet_id : [1235212091923013632].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.like_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1235212091923013632\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.like_count' on the Tweet with pinned_tweet_id : [1235212091923013632].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.reply_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1235212091923013632\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.reply_count' on the Tweet with pinned_tweet_id : [1235212091923013632].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.retweet_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1235212091923013632\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.retweet_count' on the Tweet with pinned_tweet_id : [1235212091923013632].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.url_link_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1235212091923013632\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.url_link_clicks' on the Tweet with pinned_tweet_id : [1235212091923013632].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.user_profile_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1235212091923013632\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.user_profile_clicks' on the Tweet with pinned_tweet_id : [1235212091923013632].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"non_public_metrics.url_link_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1250499154054270976\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'non_public_metrics.url_link_clicks' on the Tweet with pinned_tweet_id : [1250499154054270976].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"non_public_metrics.user_profile_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1250499154054270976\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'non_public_metrics.user_profile_clicks' on the Tweet with pinned_tweet_id : [1250499154054270976].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.impression_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1250499154054270976\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.impression_count' on the Tweet with pinned_tweet_id : [1250499154054270976].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.like_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1250499154054270976\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.like_count' on the Tweet with pinned_tweet_id : [1250499154054270976].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.reply_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1250499154054270976\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.reply_count' on the Tweet with pinned_tweet_id : [1250499154054270976].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.retweet_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1250499154054270976\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.retweet_count' on the Tweet with pinned_tweet_id : [1250499154054270976].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.url_link_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1250499154054270976\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.url_link_clicks' on the Tweet with pinned_tweet_id : [1250499154054270976].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.user_profile_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1250499154054270976\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.user_profile_clicks' on the Tweet with pinned_tweet_id : [1250499154054270976].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.impression_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1250499154054270976\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.impression_count' on the Tweet with pinned_tweet_id : [1250499154054270976].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.like_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1250499154054270976\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.like_count' on the Tweet with pinned_tweet_id : [1250499154054270976].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.reply_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1250499154054270976\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.reply_count' on the Tweet with pinned_tweet_id : [1250499154054270976].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.retweet_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1250499154054270976\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.retweet_count' on the Tweet with pinned_tweet_id : [1250499154054270976].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.url_link_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1250499154054270976\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.url_link_clicks' on the Tweet with pinned_tweet_id : [1250499154054270976].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.user_profile_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1250499154054270976\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.user_profile_clicks' on the Tweet with pinned_tweet_id : [1250499154054270976].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"non_public_metrics.url_link_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1229818273325371392\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'non_public_metrics.url_link_clicks' on the Tweet with pinned_tweet_id : [1229818273325371392].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"non_public_metrics.user_profile_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1229818273325371392\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'non_public_metrics.user_profile_clicks' on the Tweet with pinned_tweet_id : [1229818273325371392].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.impression_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1229818273325371392\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.impression_count' on the Tweet with pinned_tweet_id : [1229818273325371392].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.like_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1229818273325371392\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.like_count' on the Tweet with pinned_tweet_id : [1229818273325371392].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.reply_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1229818273325371392\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.reply_count' on the Tweet with pinned_tweet_id : [1229818273325371392].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.retweet_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1229818273325371392\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.retweet_count' on the Tweet with pinned_tweet_id : [1229818273325371392].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.url_link_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1229818273325371392\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.url_link_clicks' on the Tweet with pinned_tweet_id : [1229818273325371392].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.user_profile_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1229818273325371392\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.user_profile_clicks' on the Tweet with pinned_tweet_id : [1229818273325371392].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.impression_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1229818273325371392\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.impression_count' on the Tweet with pinned_tweet_id : [1229818273325371392].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.like_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1229818273325371392\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.like_count' on the Tweet with pinned_tweet_id : [1229818273325371392].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.reply_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1229818273325371392\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.reply_count' on the Tweet with pinned_tweet_id : [1229818273325371392].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.retweet_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1229818273325371392\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.retweet_count' on the Tweet with pinned_tweet_id : [1229818273325371392].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.url_link_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1229818273325371392\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.url_link_clicks' on the Tweet with pinned_tweet_id : [1229818273325371392].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.user_profile_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1229818273325371392\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.user_profile_clicks' on the Tweet with pinned_tweet_id : [1229818273325371392].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"non_public_metrics.url_link_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1275168469542146049\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'non_public_metrics.url_link_clicks' on the Tweet with pinned_tweet_id : [1275168469542146049].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"non_public_metrics.user_profile_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1275168469542146049\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'non_public_metrics.user_profile_clicks' on the Tweet with pinned_tweet_id : [1275168469542146049].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.impression_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1275168469542146049\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.impression_count' on the Tweet with pinned_tweet_id : [1275168469542146049].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.like_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1275168469542146049\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.like_count' on the Tweet with pinned_tweet_id : [1275168469542146049].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.reply_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1275168469542146049\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.reply_count' on the Tweet with pinned_tweet_id : [1275168469542146049].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.retweet_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1275168469542146049\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.retweet_count' on the Tweet with pinned_tweet_id : [1275168469542146049].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.url_link_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1275168469542146049\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.url_link_clicks' on the Tweet with pinned_tweet_id : [1275168469542146049].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.user_profile_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1275168469542146049\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.user_profile_clicks' on the Tweet with pinned_tweet_id : [1275168469542146049].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.impression_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1275168469542146049\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.impression_count' on the Tweet with pinned_tweet_id : [1275168469542146049].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.like_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1275168469542146049\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.like_count' on the Tweet with pinned_tweet_id : [1275168469542146049].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.reply_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1275168469542146049\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.reply_count' on the Tweet with pinned_tweet_id : [1275168469542146049].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.retweet_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1275168469542146049\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.retweet_count' on the Tweet with pinned_tweet_id : [1275168469542146049].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.url_link_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1275168469542146049\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.url_link_clicks' on the Tweet with pinned_tweet_id : [1275168469542146049].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.user_profile_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1275168469542146049\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.user_profile_clicks' on the Tweet with pinned_tweet_id : [1275168469542146049].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"non_public_metrics.url_link_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1139089650008510464\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'non_public_metrics.url_link_clicks' on the Tweet with pinned_tweet_id : [1139089650008510464].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"non_public_metrics.user_profile_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1139089650008510464\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'non_public_metrics.user_profile_clicks' on the Tweet with pinned_tweet_id : [1139089650008510464].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.impression_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1139089650008510464\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.impression_count' on the Tweet with pinned_tweet_id : [1139089650008510464].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.like_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1139089650008510464\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.like_count' on the Tweet with pinned_tweet_id : [1139089650008510464].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.reply_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1139089650008510464\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.reply_count' on the Tweet with pinned_tweet_id : [1139089650008510464].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.retweet_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1139089650008510464\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.retweet_count' on the Tweet with pinned_tweet_id : [1139089650008510464].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.url_link_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1139089650008510464\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.url_link_clicks' on the Tweet with pinned_tweet_id : [1139089650008510464].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.user_profile_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1139089650008510464\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.user_profile_clicks' on the Tweet with pinned_tweet_id : [1139089650008510464].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.impression_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1139089650008510464\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.impression_count' on the Tweet with pinned_tweet_id : [1139089650008510464].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.like_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1139089650008510464\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.like_count' on the Tweet with pinned_tweet_id : [1139089650008510464].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.reply_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1139089650008510464\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.reply_count' on the Tweet with pinned_tweet_id : [1139089650008510464].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.retweet_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1139089650008510464\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.retweet_count' on the Tweet with pinned_tweet_id : [1139089650008510464].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.url_link_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1139089650008510464\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.url_link_clicks' on the Tweet with pinned_tweet_id : [1139089650008510464].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.user_profile_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1139089650008510464\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.user_profile_clicks' on the Tweet with pinned_tweet_id : [1139089650008510464].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"non_public_metrics.url_link_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1254702677424058369\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'non_public_metrics.url_link_clicks' on the Tweet with pinned_tweet_id : [1254702677424058369].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"non_public_metrics.user_profile_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1254702677424058369\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'non_public_metrics.user_profile_clicks' on the Tweet with pinned_tweet_id : [1254702677424058369].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.impression_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1254702677424058369\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.impression_count' on the Tweet with pinned_tweet_id : [1254702677424058369].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.like_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1254702677424058369\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.like_count' on the Tweet with pinned_tweet_id : [1254702677424058369].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.reply_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1254702677424058369\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.reply_count' on the Tweet with pinned_tweet_id : [1254702677424058369].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.retweet_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1254702677424058369\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.retweet_count' on the Tweet with pinned_tweet_id : [1254702677424058369].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.url_link_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1254702677424058369\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.url_link_clicks' on the Tweet with pinned_tweet_id : [1254702677424058369].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.user_profile_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1254702677424058369\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.user_profile_clicks' on the Tweet with pinned_tweet_id : [1254702677424058369].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.impression_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1254702677424058369\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.impression_count' on the Tweet with pinned_tweet_id : [1254702677424058369].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.like_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1254702677424058369\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.like_count' on the Tweet with pinned_tweet_id : [1254702677424058369].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.reply_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1254702677424058369\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.reply_count' on the Tweet with pinned_tweet_id : [1254702677424058369].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.retweet_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1254702677424058369\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.retweet_count' on the Tweet with pinned_tweet_id : [1254702677424058369].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.url_link_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1254702677424058369\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.url_link_clicks' on the Tweet with pinned_tweet_id : [1254702677424058369].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.user_profile_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1254702677424058369\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.user_profile_clicks' on the Tweet with pinned_tweet_id : [1254702677424058369].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"non_public_metrics.url_link_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1262948030271062016\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'non_public_metrics.url_link_clicks' on the Tweet with pinned_tweet_id : [1262948030271062016].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"non_public_metrics.user_profile_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1262948030271062016\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'non_public_metrics.user_profile_clicks' on the Tweet with pinned_tweet_id : [1262948030271062016].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.impression_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1262948030271062016\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.impression_count' on the Tweet with pinned_tweet_id : [1262948030271062016].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.like_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1262948030271062016\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.like_count' on the Tweet with pinned_tweet_id : [1262948030271062016].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.reply_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1262948030271062016\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.reply_count' on the Tweet with pinned_tweet_id : [1262948030271062016].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.retweet_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1262948030271062016\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.retweet_count' on the Tweet with pinned_tweet_id : [1262948030271062016].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.url_link_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1262948030271062016\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.url_link_clicks' on the Tweet with pinned_tweet_id : [1262948030271062016].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.user_profile_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1262948030271062016\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.user_profile_clicks' on the Tweet with pinned_tweet_id : [1262948030271062016].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.impression_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1262948030271062016\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.impression_count' on the Tweet with pinned_tweet_id : [1262948030271062016].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.like_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1262948030271062016\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.like_count' on the Tweet with pinned_tweet_id : [1262948030271062016].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.reply_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1262948030271062016\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.reply_count' on the Tweet with pinned_tweet_id : [1262948030271062016].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.retweet_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1262948030271062016\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.retweet_count' on the Tweet with pinned_tweet_id : [1262948030271062016].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.url_link_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1262948030271062016\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.url_link_clicks' on the Tweet with pinned_tweet_id : [1262948030271062016].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.user_profile_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1262948030271062016\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.user_profile_clicks' on the Tweet with pinned_tweet_id : [1262948030271062016].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"non_public_metrics.url_link_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1258114553470160896\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'non_public_metrics.url_link_clicks' on the Tweet with pinned_tweet_id : [1258114553470160896].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"non_public_metrics.user_profile_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1258114553470160896\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'non_public_metrics.user_profile_clicks' on the Tweet with pinned_tweet_id : [1258114553470160896].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.impression_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1258114553470160896\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.impression_count' on the Tweet with pinned_tweet_id : [1258114553470160896].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.like_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1258114553470160896\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.like_count' on the Tweet with pinned_tweet_id : [1258114553470160896].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.reply_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1258114553470160896\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.reply_count' on the Tweet with pinned_tweet_id : [1258114553470160896].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.retweet_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1258114553470160896\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.retweet_count' on the Tweet with pinned_tweet_id : [1258114553470160896].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.url_link_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1258114553470160896\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.url_link_clicks' on the Tweet with pinned_tweet_id : [1258114553470160896].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.user_profile_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1258114553470160896\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.user_profile_clicks' on the Tweet with pinned_tweet_id : [1258114553470160896].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.impression_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1258114553470160896\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.impression_count' on the Tweet with pinned_tweet_id : [1258114553470160896].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.like_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1258114553470160896\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.like_count' on the Tweet with pinned_tweet_id : [1258114553470160896].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.reply_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1258114553470160896\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.reply_count' on the Tweet with pinned_tweet_id : [1258114553470160896].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.retweet_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1258114553470160896\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.retweet_count' on the Tweet with pinned_tweet_id : [1258114553470160896].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.url_link_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1258114553470160896\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.url_link_clicks' on the Tweet with pinned_tweet_id : [1258114553470160896].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.user_profile_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1258114553470160896\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.user_profile_clicks' on the Tweet with pinned_tweet_id : [1258114553470160896].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"non_public_metrics.url_link_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"895195543802060801\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'non_public_metrics.url_link_clicks' on the Tweet with pinned_tweet_id : [895195543802060801].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"non_public_metrics.user_profile_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"895195543802060801\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'non_public_metrics.user_profile_clicks' on the Tweet with pinned_tweet_id : [895195543802060801].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.impression_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"895195543802060801\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.impression_count' on the Tweet with pinned_tweet_id : [895195543802060801].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.like_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"895195543802060801\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.like_count' on the Tweet with pinned_tweet_id : [895195543802060801].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.reply_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"895195543802060801\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.reply_count' on the Tweet with pinned_tweet_id : [895195543802060801].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.retweet_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"895195543802060801\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.retweet_count' on the Tweet with pinned_tweet_id : [895195543802060801].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.url_link_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"895195543802060801\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.url_link_clicks' on the Tweet with pinned_tweet_id : [895195543802060801].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.user_profile_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"895195543802060801\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.user_profile_clicks' on the Tweet with pinned_tweet_id : [895195543802060801].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.impression_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"895195543802060801\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.impression_count' on the Tweet with pinned_tweet_id : [895195543802060801].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.like_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"895195543802060801\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.like_count' on the Tweet with pinned_tweet_id : [895195543802060801].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.reply_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"895195543802060801\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.reply_count' on the Tweet with pinned_tweet_id : [895195543802060801].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.retweet_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"895195543802060801\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.retweet_count' on the Tweet with pinned_tweet_id : [895195543802060801].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.url_link_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"895195543802060801\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.url_link_clicks' on the Tweet with pinned_tweet_id : [895195543802060801].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.user_profile_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"895195543802060801\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.user_profile_clicks' on the Tweet with pinned_tweet_id : [895195543802060801].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"non_public_metrics.url_link_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1242161083646869509\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'non_public_metrics.url_link_clicks' on the Tweet with pinned_tweet_id : [1242161083646869509].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"non_public_metrics.user_profile_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1242161083646869509\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'non_public_metrics.user_profile_clicks' on the Tweet with pinned_tweet_id : [1242161083646869509].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.impression_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1242161083646869509\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.impression_count' on the Tweet with pinned_tweet_id : [1242161083646869509].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.like_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1242161083646869509\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.like_count' on the Tweet with pinned_tweet_id : [1242161083646869509].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.reply_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1242161083646869509\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.reply_count' on the Tweet with pinned_tweet_id : [1242161083646869509].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.retweet_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1242161083646869509\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.retweet_count' on the Tweet with pinned_tweet_id : [1242161083646869509].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.url_link_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1242161083646869509\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.url_link_clicks' on the Tweet with pinned_tweet_id : [1242161083646869509].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.user_profile_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1242161083646869509\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.user_profile_clicks' on the Tweet with pinned_tweet_id : [1242161083646869509].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.impression_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1242161083646869509\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.impression_count' on the Tweet with pinned_tweet_id : [1242161083646869509].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.like_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1242161083646869509\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.like_count' on the Tweet with pinned_tweet_id : [1242161083646869509].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.reply_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1242161083646869509\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.reply_count' on the Tweet with pinned_tweet_id : [1242161083646869509].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.retweet_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1242161083646869509\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.retweet_count' on the Tweet with pinned_tweet_id : [1242161083646869509].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.url_link_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1242161083646869509\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.url_link_clicks' on the Tweet with pinned_tweet_id : [1242161083646869509].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.user_profile_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1242161083646869509\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.user_profile_clicks' on the Tweet with pinned_tweet_id : [1242161083646869509].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"non_public_metrics.url_link_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1159857897012105219\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'non_public_metrics.url_link_clicks' on the Tweet with pinned_tweet_id : [1159857897012105219].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"non_public_metrics.user_profile_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1159857897012105219\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'non_public_metrics.user_profile_clicks' on the Tweet with pinned_tweet_id : [1159857897012105219].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.impression_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1159857897012105219\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.impression_count' on the Tweet with pinned_tweet_id : [1159857897012105219].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.like_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1159857897012105219\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.like_count' on the Tweet with pinned_tweet_id : [1159857897012105219].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.reply_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1159857897012105219\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.reply_count' on the Tweet with pinned_tweet_id : [1159857897012105219].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.retweet_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1159857897012105219\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.retweet_count' on the Tweet with pinned_tweet_id : [1159857897012105219].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.url_link_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1159857897012105219\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.url_link_clicks' on the Tweet with pinned_tweet_id : [1159857897012105219].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"organic_metrics.user_profile_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1159857897012105219\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'organic_metrics.user_profile_clicks' on the Tweet with pinned_tweet_id : [1159857897012105219].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.impression_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1159857897012105219\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.impression_count' on the Tweet with pinned_tweet_id : [1159857897012105219].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.like_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1159857897012105219\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.like_count' on the Tweet with pinned_tweet_id : [1159857897012105219].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.reply_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1159857897012105219\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.reply_count' on the Tweet with pinned_tweet_id : [1159857897012105219].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.retweet_count\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1159857897012105219\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.retweet_count' on the Tweet with pinned_tweet_id : [1159857897012105219].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.url_link_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1159857897012105219\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.url_link_clicks' on the Tweet with pinned_tweet_id : [1159857897012105219].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n },\n {\n \"resource_type\": \"tweet\",\n \"field\": \"promoted_metrics.user_profile_clicks\",\n \"parameter\": \"pinned_tweet_id\",\n \"value\": \"1159857897012105219\",\n \"section\": \"includes\",\n \"title\": \"Authorization Error\",\n \"detail\": \"Sorry, you are not authorized to access 'promoted_metrics.user_profile_clicks' on the Tweet with pinned_tweet_id : [1159857897012105219].\",\n \"type\": \"https://api.twitter.com/2/problems/not-authorized-for-resource\"\n }\n ]\n}"
},
{
"name": "200 Success - Default Payload",
"originalRequest": {
"method": "GET",
"header": [
],
"url": {
"raw": "https://api.twitter.com/2/users?ids=783214,2244994945,6253282,495309159,172020392,95731075,2548985366,277761722,17874544,300392950,87532773,372575989,3260518932,121291606,158079127,3282859598,103770785,586198217,216531294,1526228120,222953824,1603818258,2548979088,2244983430,1347713256,376825877,6844292,738118115595165697,738118487122419712,218984871,2550997820,1159458169,2296297326,234489024,3873936134,2228891959,791978718,427475002,1194267639100723200,1168976680867762177,905409822,738115375477362688,88723966,1049385226424786944,284201599,1705676064,2861317614,3873965293,1244731491088809984,4172587277,717465714357972992,862314223,2551000568,2548977510,1159274324",
"protocol": "https",
"host": [
"api",
"twitter",
"com"
],
"path": [
"2",
"users"
],
"query": [
{
"key": "ids",
"value": "783214,2244994945,6253282,495309159,172020392,95731075,2548985366,277761722,17874544,300392950,87532773,372575989,3260518932,121291606,158079127,3282859598,103770785,586198217,216531294,1526228120,222953824,1603818258,2548979088,2244983430,1347713256,376825877,6844292,738118115595165697,738118487122419712,218984871,2550997820,1159458169,2296297326,234489024,3873936134,2228891959,791978718,427475002,1194267639100723200,1168976680867762177,905409822,738115375477362688,88723966,1049385226424786944,284201599,1705676064,2861317614,3873965293,1244731491088809984,4172587277,717465714357972992,862314223,2551000568,2548977510,1159274324"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "content-disposition",
"value": "attachment; filename=json.json"
},
{
"key": "content-encoding",
"value": "gzip"
},
{
"key": "content-length",
"value": "1222"
},
{
"key": "content-type",
"value": "application/json; charset=utf-8"
},
{
"key": "date",
"value": "Tue, 30 Jun 2020 16:49:54 GMT"
},
{
"key": "server",
"value": "tsa_b"
},
{
"key": "strict-transport-security",
"value": "max-age=631138519"
},
{
"key": "x-access-level",
"value": "read"
},
{
"key": "x-connection-hash",
"value": "7a7652a95e302d19d13b9444dd88cb49"
},
{
"key": "x-content-type-options",
"value": "nosniff"
},
{
"key": "x-frame-options",
"value": "SAMEORIGIN"
},
{
"key": "x-rate-limit-limit",
"value": "15"
},
{
"key": "x-rate-limit-remaining",
"value": "14"
},
{
"key": "x-rate-limit-reset",
"value": "1593536694"
},
{
"key": "x-response-time",
"value": "116"
},
{
"key": "x-xss-protection",
"value": "0"
}
],
"cookie": [
],
"body": "{\n \"data\": [\n {\n \"id\": \"783214\",\n \"name\": \"Twitter\",\n \"username\": \"Twitter\"\n },\n {\n \"id\": \"2244994945\",\n \"name\": \"Twitter Dev\",\n \"username\": \"TwitterDev\"\n },\n {\n \"id\": \"6253282\",\n \"name\": \"Twitter API\",\n \"username\": \"TwitterAPI\"\n },\n {\n \"id\": \"495309159\",\n \"name\": \"Twitter New York City\",\n \"username\": \"TwitterNYC\"\n },\n {\n \"id\": \"172020392\",\n \"name\": \"Twitter San Francisco\",\n \"username\": \"TwitterSF\"\n },\n {\n \"id\": \"95731075\",\n \"name\": \"Twitter Safety\",\n \"username\": \"TwitterSafety\"\n },\n {\n \"id\": \"2548985366\",\n \"name\": \"Twitter Blackbirds\",\n \"username\": \"Blackbirds\"\n },\n {\n \"id\": \"277761722\",\n \"name\": \"Twitter UK\",\n \"username\": \"TwitterUK\"\n },\n {\n \"id\": \"17874544\",\n \"name\": \"Twitter Support\",\n \"username\": \"TwitterSupport\"\n },\n {\n \"id\": \"300392950\",\n \"name\": \"Twitter Sports\",\n \"username\": \"TwitterSports\"\n },\n {\n \"id\": \"87532773\",\n \"name\": \"Twitter Design\",\n \"username\": \"TwitterDesign\"\n },\n {\n \"id\": \"372575989\",\n \"name\": \"Twitter News\",\n \"username\": \"TwitterNews\"\n },\n {\n \"id\": \"3260518932\",\n \"name\": \"Twitter Moments\",\n \"username\": \"TwitterMoments\"\n },\n {\n \"id\": \"121291606\",\n \"name\": \"Twitter Business\",\n \"username\": \"TwitterBusiness\"\n },\n {\n \"id\": \"158079127\",\n \"name\": \"Twitter Nonprofits\",\n \"username\": \"Nonprofits\"\n },\n {\n \"id\": \"3282859598\",\n \"name\": \"Twitter Video\",\n \"username\": \"TwitterVideo\"\n },\n {\n \"id\": \"103770785\",\n \"name\": \"Twitter India\",\n \"username\": \"TwitterIndia\"\n },\n {\n \"id\": \"586198217\",\n \"name\": \"Twitter TV\",\n \"username\": \"TwitterTV\"\n },\n {\n \"id\": \"216531294\",\n \"name\": \"Twitter Korea\",\n \"username\": \"TwitterKorea\"\n },\n {\n \"id\": \"1526228120\",\n \"name\": \"Twitter Data\",\n \"username\": \"TwitterData\"\n },\n {\n \"id\": \"222953824\",\n \"name\": \"TwitterGov\",\n \"username\": \"TwitterGov\"\n },\n {\n \"id\": \"1603818258\",\n \"name\": \"Twitter Investor Relations\",\n \"username\": \"TwitterIR\"\n },\n {\n \"id\": \"2548979088\",\n \"name\": \"Twitter Alas\",\n \"username\": \"TwitterAlas\"\n },\n {\n \"id\": \"2244983430\",\n \"name\": \"Twitter Singapore\",\n \"username\": \"TwitterSG\"\n },\n {\n \"id\": \"1347713256\",\n \"name\": \"Twitter Canada\",\n \"username\": \"TwitterCanada\"\n },\n {\n \"id\": \"376825877\",\n \"name\": \"Twitter Open Source\",\n \"username\": \"TwitterOSS\"\n },\n {\n \"id\": \"6844292\",\n \"name\": \"Twitter Engineering\",\n \"username\": \"TwitterEng\"\n },\n {\n \"id\": \"738118115595165697\",\n \"name\": \"Twitter Stripes\",\n \"username\": \"TwitterStripes\"\n },\n {\n \"id\": \"738118487122419712\",\n \"name\": \"Twitter Asians\",\n \"username\": \"TwitterAsians\"\n },\n {\n \"id\": \"218984871\",\n \"name\": \"Twitter Public Policy\",\n \"username\": \"Policy\"\n },\n {\n \"id\": \"2550997820\",\n \"name\": \"Twitter Indonesia\",\n \"username\": \"TwitterID\"\n },\n {\n \"id\": \"1159458169\",\n \"name\": \"Twitter 政治\",\n \"username\": \"TwitterGovJP\"\n },\n {\n \"id\": \"2296297326\",\n \"name\": \"Twitter Moments UK & Ireland\",\n \"username\": \"UKMoments\"\n },\n {\n \"id\": \"234489024\",\n \"name\": \"Twitter Comms\",\n \"username\": \"TwitterComms\"\n },\n {\n \"id\": \"3873936134\",\n \"name\": \"Twitter Gaming @ home\",\n \"username\": \"TwitterGaming\"\n },\n {\n \"id\": \"2228891959\",\n \"name\": \"Twitter MENA\",\n \"username\": \"TwitterMENA\"\n },\n {\n \"id\": \"791978718\",\n \"name\": \"Twitter Official Partner\",\n \"username\": \"OfficialPartner\"\n },\n {\n \"id\": \"427475002\",\n \"name\": \"Twitter Books\",\n \"username\": \"TwitterBooks\"\n },\n {\n \"id\": \"1194267639100723200\",\n \"name\": \"Twitter Retweets\",\n \"username\": \"TwitterRetweets\"\n },\n {\n \"id\": \"1168976680867762177\",\n \"name\": \"Twitter Able\",\n \"username\": \"TwitterAble\"\n },\n {\n \"id\": \"905409822\",\n \"name\": \"Twitter SRE\",\n \"username\": \"TwitterSRE\"\n },\n {\n \"id\": \"738115375477362688\",\n \"name\": \"Twitter Moments India\",\n \"username\": \"MomentsIndia\"\n },\n {\n \"id\": \"88723966\",\n \"name\": \"Twitter Seguro\",\n \"username\": \"TwitterSeguro\"\n },\n {\n \"id\": \"1049385226424786944\",\n \"name\": \"Twitter Miami\",\n \"username\": \"TwitterMiami\"\n },\n {\n \"id\": \"284201599\",\n \"name\": \"Twitter Terns\",\n \"username\": \"terns\"\n },\n {\n \"id\": \"1705676064\",\n \"name\": \"Twitter公式採用アカウント\",\n \"username\": \"JoinTheFlockJP\"\n },\n {\n \"id\": \"2861317614\",\n \"name\": \"Twitter ファッション\",\n \"username\": \"TwitterFashnJP\"\n },\n {\n \"id\": \"3873965293\",\n \"name\": \"Twitter Moments en Español\",\n \"username\": \"MomentsES\"\n },\n {\n \"id\": \"1244731491088809984\",\n \"name\": \"Twitter Thailand\",\n \"username\": \"TwitterThailand\"\n },\n {\n \"id\": \"4172587277\",\n \"name\": \"Twitter Moments Brasil\",\n \"username\": \"MomentsBrasil\"\n },\n {\n \"id\": \"717465714357972992\",\n \"name\": \"Twitter Video India\",\n \"username\": \"TwitterVideoIN\"\n },\n {\n \"id\": \"862314223\",\n \"name\": \"Twitter ミュージック\",\n \"username\": \"TwitterMusicJP\"\n },\n {\n \"id\": \"2551000568\",\n \"name\": \"Twitter Mktg Latam\",\n \"username\": \"TwitterMktLatam\"\n },\n {\n \"id\": \"2548977510\",\n \"name\": \"Twitter Careers Brasil\",\n \"username\": \"JoinTheFlockBR\"\n },\n {\n \"id\": \"1159274324\",\n \"name\": \"Twitter スポーツ\",\n \"username\": \"TwitterSportsJP\"\n }\n ]\n}"
},
{
"name": "200 Success - Request User Fields",
"originalRequest": {
"method": "GET",
"header": [
],
"url": {
"raw": "https://api.twitter.com/2/users?ids=783214,2244994945,6253282,495309159,172020392,95731075,2548985366,277761722,17874544,300392950,87532773,372575989,3260518932,121291606,158079127,3282859598,103770785,586198217,216531294,1526228120,222953824,1603818258,2548979088,2244983430,1347713256,376825877,6844292,738118115595165697,738118487122419712,218984871,2550997820,1159458169,2296297326,234489024,3873936134,2228891959,791978718,427475002,1194267639100723200,1168976680867762177,905409822,738115375477362688,88723966,1049385226424786944,284201599,1705676064,2861317614,3873965293,1244731491088809984,4172587277,717465714357972992,862314223,2551000568,2548977510,1159274324&user.fields=created_at,description,entities,id,location,name,pinned_tweet_id,profile_image_url,protected,url,username,verified,withheld&expansions&tweet.fields",
"protocol": "https",
"host": [
"api",
"twitter",
"com"
],
"path": [
"2",
"users"
],
"query": [
{
"key": "ids",
"value": "783214,2244994945,6253282,495309159,172020392,95731075,2548985366,277761722,17874544,300392950,87532773,372575989,3260518932,121291606,158079127,3282859598,103770785,586198217,216531294,1526228120,222953824,1603818258,2548979088,2244983430,1347713256,376825877,6844292,738118115595165697,738118487122419712,218984871,2550997820,1159458169,2296297326,234489024,3873936134,2228891959,791978718,427475002,1194267639100723200,1168976680867762177,905409822,738115375477362688,88723966,1049385226424786944,284201599,1705676064,2861317614,3873965293,1244731491088809984,4172587277,717465714357972992,862314223,2551000568,2548977510,1159274324",
"description": "Required. Enter up to 100 comma-separated IDs."
},
{
"key": "user.fields",
"value": "created_at,description,entities,id,location,name,pinned_tweet_id,profile_image_url,protected,url,username,verified,withheld",
"description": "created_at,description,entities,id,location,name,pinned_tweet_id,profile_image_url,protected,public_metrics,url,username,verified,withheld"
},
{
"key": "expansions",
"value": null,
"description": "pinned_tweet_id"
},
{
"key": "tweet.fields",
"value": null,
"description": "attachments,author_id,context_annotations,conversation_id,created_at,entities,geo,id,in_reply_to_user_id,lang,non_public_metrics,organic_metrics,possibly_sensitive,promoted_metrics,public_metrics,referenced_tweets,source,text,withheld"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "content-disposition",
"value": "attachment; filename=json.json"
},
{
"key": "content-encoding",
"value": "gzip"
},
{
"key": "content-length",
"value": "7695"
},
{
"key": "content-type",
"value": "application/json; charset=utf-8"
},
{
"key": "date",
"value": "Tue, 30 Jun 2020 17:15:02 GMT"
},
{
"key": "server",
"value": "tsa_b"
},
{
"key": "strict-transport-security",
"value": "max-age=631138519"
},
{
"key": "x-access-level",
"value": "read"
},
{
"key": "x-connection-hash",
"value": "857207159289071cdd445778e071a674"
},
{
"key": "x-content-type-options",
"value": "nosniff"
},
{
"key": "x-frame-options",
"value": "SAMEORIGIN"
},
{
"key": "x-rate-limit-limit",
"value": "15"
},
{
"key": "x-rate-limit-remaining",
"value": "13"
},
{
"key": "x-rate-limit-reset",
"value": "1593538196"
},
{
"key": "x-response-time",
"value": "133"
},
{
"key": "x-xss-protection",
"value": "0"
}
],
"cookie": [
],
"body": "{\n \"data\": [\n {\n \"created_at\": \"2007-02-20T14:35:54.000Z\",\n \"description\": \"#BlackTransLivesMatter\\n#BlackLivesMatter\",\n \"entities\": {\n \"url\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/TAXQpspyHn\",\n \"expanded_url\": \"https://about.twitter.com/\",\n \"display_url\": \"about.twitter.com\"\n }\n ]\n },\n \"description\": {\n \"hashtags\": [\n {\n \"start\": 0,\n \"end\": 22,\n \"tag\": \"BlackTransLivesMatter\"\n },\n {\n \"start\": 23,\n \"end\": 40,\n \"tag\": \"BlackLivesMatter\"\n }\n ]\n }\n },\n \"id\": \"783214\",\n \"location\": \"Everywhere\",\n \"name\": \"Twitter\",\n \"pinned_tweet_id\": \"1274087687469715457\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/1270500941498912768/W-80pLvu_normal.jpg\",\n \"protected\": false,\n \"url\": \"https://t.co/TAXQpspyHn\",\n \"username\": \"Twitter\",\n \"verified\": true\n },\n {\n \"created_at\": \"2013-12-14T04:35:55.000Z\",\n \"description\": \"The voice of Twitter's #DevRel team, and your official source for updates, news, & events about Twitter's API. \\n\\n#BlackLivesMatter\",\n \"entities\": {\n \"url\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/3ZX3TNiZCY\",\n \"expanded_url\": \"https://developer.twitter.com/en/community\",\n \"display_url\": \"developer.twitter.com/en/community\"\n }\n ]\n },\n \"description\": {\n \"hashtags\": [\n {\n \"start\": 23,\n \"end\": 30,\n \"tag\": \"DevRel\"\n },\n {\n \"start\": 113,\n \"end\": 130,\n \"tag\": \"BlackLivesMatter\"\n }\n ]\n }\n },\n \"id\": \"2244994945\",\n \"location\": \"127.0.0.1\",\n \"name\": \"Twitter Dev\",\n \"pinned_tweet_id\": \"1255542774432063488\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/1267175364003901441/tBZNFAgA_normal.jpg\",\n \"protected\": false,\n \"url\": \"https://t.co/3ZX3TNiZCY\",\n \"username\": \"TwitterDev\",\n \"verified\": true\n },\n {\n \"created_at\": \"2007-05-23T06:01:13.000Z\",\n \"description\": \"The Real Twitter API. Tweets about API changes, service issues and our Developer Platform. Don't get an answer? It's on my website.\",\n \"entities\": {\n \"url\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/8IkCzCDr19\",\n \"expanded_url\": \"https://developer.twitter.com\",\n \"display_url\": \"developer.twitter.com\"\n }\n ]\n }\n },\n \"id\": \"6253282\",\n \"location\": \"San Francisco, CA\",\n \"name\": \"Twitter API\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/942858479592554497/BbazLO9L_normal.jpg\",\n \"protected\": false,\n \"url\": \"https://t.co/8IkCzCDr19\",\n \"username\": \"TwitterAPI\",\n \"verified\": true\n },\n {\n \"created_at\": \"2012-02-17T20:40:28.000Z\",\n \"description\": \"#BlackLivesMatter\",\n \"entities\": {\n \"url\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/UFN8PpMrxw\",\n \"expanded_url\": \"https://careers.twitter.com/content/careers-twitter/en/jobs.html#location=careers-twitter%3Alocation\",\n \"display_url\": \"careers.twitter.com/content/career…\"\n }\n ]\n },\n \"description\": {\n \"hashtags\": [\n {\n \"start\": 0,\n \"end\": 17,\n \"tag\": \"BlackLivesMatter\"\n }\n ]\n }\n },\n \"id\": \"495309159\",\n \"location\": \"New York, NY\",\n \"name\": \"Twitter New York City\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/1016781101011034115/p0Ie-_Dr_normal.jpg\",\n \"protected\": false,\n \"url\": \"https://t.co/UFN8PpMrxw\",\n \"username\": \"TwitterNYC\",\n \"verified\": true\n },\n {\n \"created_at\": \"2010-07-28T18:40:01.000Z\",\n \"description\": \"#BlackLivesMatter\",\n \"entities\": {\n \"url\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/MQRffLoRTw\",\n \"expanded_url\": \"https://careers.twitter.com/\",\n \"display_url\": \"careers.twitter.com\"\n }\n ]\n },\n \"description\": {\n \"hashtags\": [\n {\n \"start\": 0,\n \"end\": 17,\n \"tag\": \"BlackLivesMatter\"\n }\n ]\n }\n },\n \"id\": \"172020392\",\n \"location\": \"San Francisco, CA\",\n \"name\": \"Twitter San Francisco\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/875159529008226305/7jXeHhZC_normal.jpg\",\n \"protected\": false,\n \"url\": \"https://t.co/MQRffLoRTw\",\n \"username\": \"TwitterSF\",\n \"verified\": true\n },\n {\n \"created_at\": \"2009-12-09T21:00:57.000Z\",\n \"description\": \"Tweeting the latest safety tools, resources, and updates from @Twitter. For support, visit https://t.co/heEvRrCFXn\",\n \"entities\": {\n \"url\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/heEvRrCFXn\",\n \"expanded_url\": \"https://help.twitter.com\",\n \"display_url\": \"help.twitter.com\"\n }\n ]\n },\n \"description\": {\n \"urls\": [\n {\n \"start\": 91,\n \"end\": 114,\n \"url\": \"https://t.co/heEvRrCFXn\",\n \"expanded_url\": \"https://help.twitter.com\",\n \"display_url\": \"help.twitter.com\"\n }\n ],\n \"mentions\": [\n {\n \"start\": 62,\n \"end\": 70,\n \"username\": \"Twitter\"\n }\n ]\n }\n },\n \"id\": \"95731075\",\n \"location\": \"Twitter HQ\",\n \"name\": \"Twitter Safety\",\n \"pinned_tweet_id\": \"1271186240323432452\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/875170358218735617/qYyASCpq_normal.jpg\",\n \"protected\": false,\n \"url\": \"https://t.co/heEvRrCFXn\",\n \"username\": \"TwitterSafety\",\n \"verified\": true\n },\n {\n \"created_at\": \"2014-06-06T01:19:20.000Z\",\n \"description\": \"#BlackLivesMatter Header Art by @itsayybee\",\n \"entities\": {\n \"url\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/EoaAx7ae6x\",\n \"expanded_url\": \"https://about.twitter.com/careers\",\n \"display_url\": \"about.twitter.com/careers\"\n }\n ]\n },\n \"description\": {\n \"hashtags\": [\n {\n \"start\": 0,\n \"end\": 17,\n \"tag\": \"BlackLivesMatter\"\n }\n ],\n \"mentions\": [\n {\n \"start\": 34,\n \"end\": 44,\n \"username\": \"itsayybee\"\n }\n ]\n }\n },\n \"id\": \"2548985366\",\n \"location\": \"#JoinTheFlock\",\n \"name\": \"Twitter Blackbirds\",\n \"pinned_tweet_id\": \"1274014870707437570\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/1013002743278170113/VWJApXAh_normal.jpg\",\n \"protected\": false,\n \"url\": \"https://t.co/EoaAx7ae6x\",\n \"username\": \"Blackbirds\",\n \"verified\": true\n },\n {\n \"created_at\": \"2011-04-06T00:11:41.000Z\",\n \"description\": \"#BlackLivesMatter\",\n \"entities\": {\n \"url\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/990q7Opv1s\",\n \"expanded_url\": \"https://www.twitter.com\",\n \"display_url\": \"twitter.com\"\n }\n ]\n },\n \"description\": {\n \"hashtags\": [\n {\n \"start\": 0,\n \"end\": 17,\n \"tag\": \"BlackLivesMatter\"\n }\n ]\n }\n },\n \"id\": \"277761722\",\n \"name\": \"Twitter UK\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/1270621519740313600/lZTxsbZt_normal.jpg\",\n \"protected\": false,\n \"url\": \"https://t.co/990q7Opv1s\",\n \"username\": \"TwitterUK\",\n \"verified\": true\n },\n {\n \"created_at\": \"2008-12-04T18:51:57.000Z\",\n \"description\": \"#BlackLivesMatter #AlwaysProud\\nHere to help. 🖤\",\n \"entities\": {\n \"url\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/heEvRrl4yN\",\n \"expanded_url\": \"https://help.twitter.com\",\n \"display_url\": \"help.twitter.com\"\n }\n ]\n },\n \"description\": {\n \"hashtags\": [\n {\n \"start\": 0,\n \"end\": 17,\n \"tag\": \"BlackLivesMatter\"\n },\n {\n \"start\": 18,\n \"end\": 30,\n \"tag\": \"AlwaysProud\"\n }\n ]\n }\n },\n \"id\": \"17874544\",\n \"location\": \"Twitter HQ\",\n \"name\": \"Twitter Support\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/1266884366279471105/OTps6MBS_normal.jpg\",\n \"protected\": false,\n \"url\": \"https://t.co/heEvRrl4yN\",\n \"username\": \"TwitterSupport\",\n \"verified\": true\n },\n {\n \"created_at\": \"2011-05-17T17:54:29.000Z\",\n \"description\": \"We ride with Bubba.\",\n \"id\": \"300392950\",\n \"name\": \"Twitter Sports\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/1275163449937387520/wEcMEvmG_normal.jpg\",\n \"protected\": false,\n \"url\": \"\",\n \"username\": \"TwitterSports\",\n \"verified\": true\n },\n {\n \"created_at\": \"2009-11-04T21:06:16.000Z\",\n \"description\": \"The voice of Twitter’s product design team.\",\n \"id\": \"87532773\",\n \"location\": \"SF, NYC, BDR, LON, SEA, JP, DC\",\n \"name\": \"Twitter Design\",\n \"pinned_tweet_id\": \"1277664599400042496\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/453289910363906048/mybOhh4Z_normal.jpeg\",\n \"protected\": false,\n \"url\": \"\",\n \"username\": \"TwitterDesign\",\n \"verified\": true\n },\n {\n \"created_at\": \"2011-09-13T01:06:02.000Z\",\n \"description\": \"Spotlighting best practices and innovative uses of Twitter by journalists and newsrooms.\",\n \"entities\": {\n \"url\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/ZJ2tqfNy3t\",\n \"expanded_url\": \"https://media.twitter.com/news\",\n \"display_url\": \"media.twitter.com/news\"\n }\n ]\n }\n },\n \"id\": \"372575989\",\n \"location\": \"Newsrooms everywhere\",\n \"name\": \"Twitter News\",\n \"pinned_tweet_id\": \"1276168522134102017\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/875126165597372416/NXVpRuG2_normal.jpg\",\n \"protected\": false,\n \"url\": \"https://t.co/ZJ2tqfNy3t\",\n \"username\": \"TwitterNews\",\n \"verified\": true\n },\n {\n \"created_at\": \"2015-06-30T01:06:59.000Z\",\n \"description\": \"The best of what’s happening on Twitter in an instant.\",\n \"entities\": {\n \"url\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/nYOx6qThjk\",\n \"expanded_url\": \"https://about.twitter.com/company/moments-guidelines\",\n \"display_url\": \"about.twitter.com/company/moment…\"\n }\n ]\n }\n },\n \"id\": \"3260518932\",\n \"location\": \"New York, USA\",\n \"name\": \"Twitter Moments\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/651463624330907648/OzaAcuSR_normal.png\",\n \"protected\": false,\n \"url\": \"https://t.co/nYOx6qThjk\",\n \"username\": \"TwitterMoments\",\n \"verified\": true\n },\n {\n \"created_at\": \"2010-03-09T01:53:22.000Z\",\n \"description\": \"Get better at Twitter. We're your resource for how to find your corner of Twitter and grow your business.\",\n \"entities\": {\n \"url\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/5kMjmqmojX\",\n \"expanded_url\": \"https://business.twitter.com/\",\n \"display_url\": \"business.twitter.com\"\n }\n ]\n }\n },\n \"id\": \"121291606\",\n \"location\": \"San Francisco, CA\",\n \"name\": \"Twitter Business\",\n \"pinned_tweet_id\": \"1245486325643403264\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/941415294794317824/gaj36XL5_normal.jpg\",\n \"protected\": false,\n \"url\": \"https://t.co/5kMjmqmojX\",\n \"username\": \"TwitterBusiness\",\n \"verified\": true\n },\n {\n \"created_at\": \"2010-06-21T18:34:36.000Z\",\n \"description\": \"Highlighting great uses of @Twitter in the foundation & non-profit communities. For press inquiries, please contact press@twitter.com.\",\n \"entities\": {\n \"description\": {\n \"mentions\": [\n {\n \"start\": 27,\n \"end\": 35,\n \"username\": \"Twitter\"\n }\n ]\n }\n },\n \"id\": \"158079127\",\n \"location\": \"Twitter\",\n \"name\": \"Twitter Nonprofits\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/875159126459924481/FpgRIUJr_normal.jpg\",\n \"protected\": false,\n \"url\": \"\",\n \"username\": \"Nonprofits\",\n \"verified\": true\n },\n {\n \"created_at\": \"2015-07-18T00:54:11.000Z\",\n \"description\": \"horizontal over vertical\",\n \"id\": \"3282859598\",\n \"name\": \"Twitter Video\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/1104106979788763138/lFxnLjkv_normal.png\",\n \"protected\": false,\n \"url\": \"\",\n \"username\": \"TwitterVideo\",\n \"verified\": true\n },\n {\n \"created_at\": \"2010-01-11T05:44:35.000Z\",\n \"description\": \"ट्विटर - The official Twitter India account.\",\n \"entities\": {\n \"url\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/7IDoW8iFLm\",\n \"expanded_url\": \"https://twitter.com\",\n \"display_url\": \"twitter.com\"\n }\n ]\n }\n },\n \"id\": \"103770785\",\n \"name\": \"Twitter India\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/1012752671344771072/V7P59P0p_normal.jpg\",\n \"protected\": false,\n \"url\": \"https://t.co/7IDoW8iFLm\",\n \"username\": \"TwitterIndia\",\n \"verified\": true\n },\n {\n \"created_at\": \"2012-05-21T03:07:38.000Z\",\n \"description\": \"#BlackLivesMatter\",\n \"entities\": {\n \"description\": {\n \"hashtags\": [\n {\n \"start\": 0,\n \"end\": 17,\n \"tag\": \"BlackLivesMatter\"\n }\n ]\n }\n },\n \"id\": \"586198217\",\n \"name\": \"Twitter TV\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/1273408970162462720/ZlrL3pgd_normal.jpg\",\n \"protected\": false,\n \"url\": \"\",\n \"username\": \"TwitterTV\",\n \"verified\": true\n },\n {\n \"created_at\": \"2010-11-16T23:59:11.000Z\",\n \"description\": \"트위터 코리아의 공식 계정입니다. 트위터 서비스 관련 문의는 https://t.co/jTMg7YsLw5 을, 광고 관련 문의는 @TwitterMktgKR 계정을 이용해 주세요\",\n \"entities\": {\n \"url\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/SvWUEpsmUj\",\n \"expanded_url\": \"https://blog.twitter.com/korea\",\n \"display_url\": \"blog.twitter.com/korea\"\n }\n ]\n },\n \"description\": {\n \"urls\": [\n {\n \"start\": 34,\n \"end\": 57,\n \"url\": \"https://t.co/jTMg7YsLw5\",\n \"expanded_url\": \"https://support.twitter.com\",\n \"display_url\": \"support.twitter.com\"\n }\n ],\n \"mentions\": [\n {\n \"start\": 71,\n \"end\": 85,\n \"username\": \"TwitterMktgKR\"\n }\n ]\n }\n },\n \"id\": \"216531294\",\n \"location\": \"대한민국\",\n \"name\": \"Twitter Korea\",\n \"pinned_tweet_id\": \"1277782541995401216\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/1256433106891845632/OwLFJ_N4_normal.jpg\",\n \"protected\": false,\n \"url\": \"https://t.co/SvWUEpsmUj\",\n \"username\": \"TwitterKorea\",\n \"verified\": true\n },\n {\n \"created_at\": \"2013-06-17T23:57:45.000Z\",\n \"description\": \"Data-driven insights about notable moments and conversations from Twitter, Inc., plus tips and tricks to help you get the most out of Twitter data.\",\n \"entities\": {\n \"url\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/Ca4ib1oKLW\",\n \"expanded_url\": \"https://blog.twitter.com/data\",\n \"display_url\": \"blog.twitter.com/data\"\n }\n ]\n }\n },\n \"id\": \"1526228120\",\n \"location\": \"San Francisco\",\n \"name\": \"Twitter Data\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/875168307585794048/yuE68O2__normal.jpg\",\n \"protected\": false,\n \"url\": \"https://t.co/Ca4ib1oKLW\",\n \"username\": \"TwitterData\",\n \"verified\": true\n },\n {\n \"created_at\": \"2010-12-04T23:27:01.000Z\",\n \"description\": \"What’s happening in government & elections worldwide. Multilingual 🗣️ & well-traveled. 🛄\",\n \"id\": \"222953824\",\n \"name\": \"TwitterGov\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/875135141135302656/eiM2Wz66_normal.jpg\",\n \"protected\": false,\n \"url\": \"\",\n \"username\": \"TwitterGov\",\n \"verified\": true\n },\n {\n \"created_at\": \"2013-07-18T16:41:59.000Z\",\n \"description\": \"Official Account of Twitter Investor Relations.\",\n \"entities\": {\n \"url\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/0pgKNEmUjt\",\n \"expanded_url\": \"https://investor.twitterinc.com/\",\n \"display_url\": \"investor.twitterinc.com\"\n }\n ]\n }\n },\n \"id\": \"1603818258\",\n \"name\": \"Twitter Investor Relations\",\n \"pinned_tweet_id\": \"1255826376885596161\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/941403661216899072/n_fXrUW9_normal.jpg\",\n \"protected\": false,\n \"url\": \"https://t.co/0pgKNEmUjt\",\n \"username\": \"TwitterIR\",\n \"verified\": true\n },\n {\n \"created_at\": \"2014-06-06T01:23:52.000Z\",\n \"description\": \"#BlackLivesMatter\\nProfile Art by @temi_coker\",\n \"entities\": {\n \"url\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/EoaAx7rOY5\",\n \"expanded_url\": \"https://about.twitter.com/careers\",\n \"display_url\": \"about.twitter.com/careers\"\n }\n ]\n },\n \"description\": {\n \"hashtags\": [\n {\n \"start\": 0,\n \"end\": 17,\n \"tag\": \"BlackLivesMatter\"\n }\n ],\n \"mentions\": [\n {\n \"start\": 33,\n \"end\": 44,\n \"username\": \"temi_coker\"\n }\n ]\n }\n },\n \"id\": \"2548979088\",\n \"location\": \"Global\",\n \"name\": \"Twitter Alas\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/1013158245853085696/88c5YF8V_normal.jpg\",\n \"protected\": false,\n \"url\": \"https://t.co/EoaAx7rOY5\",\n \"username\": \"TwitterAlas\",\n \"verified\": true\n },\n {\n \"created_at\": \"2013-12-14T04:31:10.000Z\",\n \"description\": \"The official Twitter Singapore account. For anything needing immediate attention, please contact https://t.co/qq1HEzdMA2.\",\n \"entities\": {\n \"description\": {\n \"urls\": [\n {\n \"start\": 97,\n \"end\": 120,\n \"url\": \"https://t.co/qq1HEzdMA2\",\n \"expanded_url\": \"https://support.twitter.com\",\n \"display_url\": \"support.twitter.com\"\n }\n ]\n }\n },\n \"id\": \"2244983430\",\n \"name\": \"Twitter Singapore\",\n \"pinned_tweet_id\": \"1276392707968004096\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/875094332365090816/tcm6HqXp_normal.jpg\",\n \"protected\": false,\n \"url\": \"\",\n \"username\": \"TwitterSG\",\n \"verified\": true\n },\n {\n \"created_at\": \"2013-04-12T21:02:58.000Z\",\n \"description\": \"All things Canada on Twitter. #BlackLivesMatter\",\n \"entities\": {\n \"description\": {\n \"hashtags\": [\n {\n \"start\": 30,\n \"end\": 47,\n \"tag\": \"BlackLivesMatter\"\n }\n ]\n }\n },\n \"id\": \"1347713256\",\n \"name\": \"Twitter Canada\",\n \"pinned_tweet_id\": \"1273291819527352321\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/1270799737680207876/bfMP4_DT_normal.jpg\",\n \"protected\": false,\n \"url\": \"\",\n \"username\": \"TwitterCanada\",\n \"verified\": true\n },\n {\n \"created_at\": \"2011-09-20T15:18:34.000Z\",\n \"description\": \"Open Programs at Twitter.\",\n \"entities\": {\n \"url\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 22,\n \"url\": \"http://t.co/Hc7Cv220E7\",\n \"expanded_url\": \"https://opensource.twitter.com\",\n \"display_url\": \"opensource.twitter.com\"\n }\n ]\n }\n },\n \"id\": \"376825877\",\n \"location\": \"Twitter HQ\",\n \"name\": \"Twitter Open Source\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/875169334573678592/I7zte5WY_normal.jpg\",\n \"protected\": false,\n \"url\": \"http://t.co/Hc7Cv220E7\",\n \"username\": \"TwitterOSS\",\n \"verified\": true\n },\n {\n \"created_at\": \"2007-06-16T00:14:36.000Z\",\n \"description\": \"#BlackLivesMatter\",\n \"entities\": {\n \"description\": {\n \"hashtags\": [\n {\n \"start\": 0,\n \"end\": 17,\n \"tag\": \"BlackLivesMatter\"\n }\n ]\n }\n },\n \"id\": \"6844292\",\n \"name\": \"Twitter Engineering\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/1267839380405665793/uunuoNK4_normal.jpg\",\n \"protected\": false,\n \"url\": \"\",\n \"username\": \"TwitterEng\",\n \"verified\": true\n },\n {\n \"created_at\": \"2016-06-01T21:20:47.000Z\",\n \"description\": \"#BlackLivesMatter\",\n \"entities\": {\n \"description\": {\n \"hashtags\": [\n {\n \"start\": 0,\n \"end\": 17,\n \"tag\": \"BlackLivesMatter\"\n }\n ]\n }\n },\n \"id\": \"738118115595165697\",\n \"name\": \"Twitter Stripes\",\n \"pinned_tweet_id\": \"1193902721755230209\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/1012738853247959040/4-g31u_p_normal.jpg\",\n \"protected\": false,\n \"url\": \"\",\n \"username\": \"TwitterStripes\",\n \"verified\": true\n },\n {\n \"created_at\": \"2016-06-01T21:22:15.000Z\",\n \"description\": \"#BlackLivesMatter #AlwaysProud\",\n \"entities\": {\n \"description\": {\n \"hashtags\": [\n {\n \"start\": 0,\n \"end\": 17,\n \"tag\": \"BlackLivesMatter\"\n },\n {\n \"start\": 18,\n \"end\": 30,\n \"tag\": \"AlwaysProud\"\n }\n ]\n }\n },\n \"id\": \"738118487122419712\",\n \"name\": \"Twitter Asians\",\n \"pinned_tweet_id\": \"1265347362853191681\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/942832773999423488/984rqZa-_normal.jpg\",\n \"protected\": false,\n \"url\": \"\",\n \"username\": \"TwitterAsians\",\n \"verified\": true\n },\n {\n \"created_at\": \"2010-11-23T16:45:21.000Z\",\n \"description\": \"The voice of Twitter's Global Public Policy team\",\n \"id\": \"218984871\",\n \"name\": \"Twitter Public Policy\",\n \"pinned_tweet_id\": \"1235212091923013632\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/880132255011586048/rlZKfFFe_normal.jpg\",\n \"protected\": false,\n \"url\": \"\",\n \"username\": \"Policy\",\n \"verified\": true\n },\n {\n \"created_at\": \"2014-06-06T21:10:35.000Z\",\n \"description\": \"Selamat datang di akun resmi Twitter Indonesia. Untuk informasi lebih lanjut, kunjungi https://t.co/heEvRrl4yN. Blog: https://t.co/fst66a65my.\",\n \"entities\": {\n \"url\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/7IDoW8iFLm\",\n \"expanded_url\": \"https://twitter.com\",\n \"display_url\": \"twitter.com\"\n }\n ]\n },\n \"description\": {\n \"urls\": [\n {\n \"start\": 87,\n \"end\": 110,\n \"url\": \"https://t.co/heEvRrl4yN\",\n \"expanded_url\": \"https://help.twitter.com\",\n \"display_url\": \"help.twitter.com\"\n },\n {\n \"start\": 118,\n \"end\": 141,\n \"url\": \"https://t.co/fst66a65my\",\n \"expanded_url\": \"https://blog.twitter.com/indonesia\",\n \"display_url\": \"blog.twitter.com/indonesia\"\n }\n ]\n }\n },\n \"id\": \"2550997820\",\n \"name\": \"Twitter Indonesia\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/941531180448415744/ghwtfXVM_normal.jpg\",\n \"protected\": false,\n \"url\": \"https://t.co/7IDoW8iFLm\",\n \"username\": \"TwitterID\",\n \"verified\": true\n },\n {\n \"created_at\": \"2013-02-08T07:33:47.000Z\",\n \"description\": \"政治、行政、自治体の話題をお届けするTwitter Japanによる公式アカウントです。\",\n \"id\": \"1159458169\",\n \"location\": \"Tokyo, JAPAN\",\n \"name\": \"Twitter 政治\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/875135373034143744/rJ9cIT6v_normal.jpg\",\n \"protected\": false,\n \"url\": \"\",\n \"username\": \"TwitterGovJP\",\n \"verified\": true\n },\n {\n \"created_at\": \"2014-01-17T15:28:22.000Z\",\n \"description\": \"The best of what’s happening on Twitter in an instant.\",\n \"entities\": {\n \"url\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/nYOx6qThjk\",\n \"expanded_url\": \"https://about.twitter.com/company/moments-guidelines\",\n \"display_url\": \"about.twitter.com/company/moment…\"\n }\n ]\n }\n },\n \"id\": \"2296297326\",\n \"location\": \"London, England\",\n \"name\": \"Twitter Moments UK & Ireland\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/826180910974377984/c5YMMdP5_normal.jpg\",\n \"protected\": false,\n \"url\": \"https://t.co/nYOx6qThjk\",\n \"username\": \"UKMoments\",\n \"verified\": true\n },\n {\n \"created_at\": \"2011-01-05T19:52:33.000Z\",\n \"description\": \"👋 Twitter Communications team here! Check out our Tweets to see what's happening at Twitter. For media Qs @ us. #BlackLivesMatter\",\n \"entities\": {\n \"url\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/SPGIfM1UIR\",\n \"expanded_url\": \"https://about.twitter.com\",\n \"display_url\": \"about.twitter.com\"\n }\n ]\n },\n \"description\": {\n \"hashtags\": [\n {\n \"start\": 112,\n \"end\": 129,\n \"tag\": \"BlackLivesMatter\"\n }\n ]\n }\n },\n \"id\": \"234489024\",\n \"name\": \"Twitter Comms\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/1270788093931446273/bkOFGWwe_normal.jpg\",\n \"protected\": false,\n \"url\": \"https://t.co/SPGIfM1UIR\",\n \"username\": \"TwitterComms\",\n \"verified\": true\n },\n {\n \"created_at\": \"2015-10-12T22:08:01.000Z\",\n \"description\": \"#BlackLivesMatter\",\n \"entities\": {\n \"description\": {\n \"hashtags\": [\n {\n \"start\": 0,\n \"end\": 17,\n \"tag\": \"BlackLivesMatter\"\n }\n ]\n }\n },\n \"id\": \"3873936134\",\n \"location\": \"Twitter Island\",\n \"name\": \"Twitter Gaming @ home\",\n \"pinned_tweet_id\": \"1250499154054270976\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/1270501407573995520/RvaQxXZ6_normal.jpg\",\n \"protected\": false,\n \"url\": \"\",\n \"username\": \"TwitterGaming\",\n \"verified\": true\n },\n {\n \"created_at\": \"2013-12-03T21:39:44.000Z\",\n \"description\": \"Welcome to the official @Twitter account for the #MiddleEast and #NorthAfrica كلّ ما يتعلّق بآخر أخبار ومستجدّات #تويتر في #الشرق_الأوسط و #شمال_أفريقيا\",\n \"entities\": {\n \"url\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/f6xSlVOvPK\",\n \"expanded_url\": \"https://blog.twitter.com/official/ar.html\",\n \"display_url\": \"blog.twitter.com/official/ar.ht…\"\n }\n ]\n },\n \"description\": {\n \"hashtags\": [\n {\n \"start\": 49,\n \"end\": 60,\n \"tag\": \"MiddleEast\"\n },\n {\n \"start\": 65,\n \"end\": 77,\n \"tag\": \"NorthAfrica\"\n },\n {\n \"start\": 113,\n \"end\": 119,\n \"tag\": \"تويتر\"\n },\n {\n \"start\": 123,\n \"end\": 136,\n \"tag\": \"الشرق_الأوسط\"\n },\n {\n \"start\": 139,\n \"end\": 152,\n \"tag\": \"شمال_أفريقيا\"\n }\n ],\n \"mentions\": [\n {\n \"start\": 24,\n \"end\": 32,\n \"username\": \"Twitter\"\n }\n ]\n }\n },\n \"id\": \"2228891959\",\n \"location\": \"MENA\",\n \"name\": \"Twitter MENA\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/942432939748364290/z-jTRDuZ_normal.jpg\",\n \"protected\": false,\n \"url\": \"https://t.co/f6xSlVOvPK\",\n \"username\": \"TwitterMENA\",\n \"verified\": true\n },\n {\n \"created_at\": \"2012-08-30T16:54:44.000Z\",\n \"description\": \"News and updates about the Twitter Official Partner Program.\",\n \"entities\": {\n \"url\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/fsX4hsZ5Tr\",\n \"expanded_url\": \"https://partners.twitter.com/\",\n \"display_url\": \"partners.twitter.com\"\n }\n ]\n }\n },\n \"id\": \"791978718\",\n \"name\": \"Twitter Official Partner\",\n \"pinned_tweet_id\": \"1229818273325371392\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/1270792615013711872/VR70tT9T_normal.jpg\",\n \"protected\": false,\n \"url\": \"https://t.co/fsX4hsZ5Tr\",\n \"username\": \"OfficialPartner\",\n \"verified\": true\n },\n {\n \"created_at\": \"2011-12-03T15:36:31.000Z\",\n \"description\": \"Reading: everything\",\n \"entities\": {\n \"url\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/SPGIfM1UIR\",\n \"expanded_url\": \"https://about.twitter.com\",\n \"display_url\": \"about.twitter.com\"\n }\n ]\n }\n },\n \"id\": \"427475002\",\n \"name\": \"Twitter Books\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/1270501673790775297/pxixrhAT_normal.jpg\",\n \"protected\": false,\n \"url\": \"https://t.co/SPGIfM1UIR\",\n \"username\": \"TwitterBooks\",\n \"verified\": true\n },\n {\n \"created_at\": \"2019-11-12T14:56:22.000Z\",\n \"description\": \"Your best Tweets. Retweeted.\",\n \"id\": \"1194267639100723200\",\n \"name\": \"Twitter Retweets\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/1201611308950532096/rBjVNSsR_normal.png\",\n \"protected\": false,\n \"url\": \"\",\n \"username\": \"TwitterRetweets\",\n \"verified\": true\n },\n {\n \"created_at\": \"2019-09-03T19:59:02.000Z\",\n \"description\": \"#BlackLivesMatter\",\n \"entities\": {\n \"description\": {\n \"hashtags\": [\n {\n \"start\": 0,\n \"end\": 17,\n \"tag\": \"BlackLivesMatter\"\n }\n ]\n }\n },\n \"id\": \"1168976680867762177\",\n \"name\": \"Twitter Able\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/1168989681444425733/XTZAcOSc_normal.jpg\",\n \"protected\": false,\n \"url\": \"\",\n \"username\": \"TwitterAble\",\n \"verified\": true\n },\n {\n \"created_at\": \"2012-10-26T06:22:03.000Z\",\n \"description\": \"The official account for Twitter SRE.\",\n \"entities\": {\n \"url\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 22,\n \"url\": \"http://t.co/gJvsjUZJ3O\",\n \"expanded_url\": \"https://engineering.twitter.com\",\n \"display_url\": \"engineering.twitter.com\"\n }\n ]\n }\n },\n \"id\": \"905409822\",\n \"location\": \"San Francisco, CA\",\n \"name\": \"Twitter SRE\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/3755128758/8c6e4cd8246c24c432372385ee534b1c_normal.jpeg\",\n \"protected\": false,\n \"url\": \"http://t.co/gJvsjUZJ3O\",\n \"username\": \"TwitterSRE\",\n \"verified\": true\n },\n {\n \"created_at\": \"2016-06-01T21:09:54.000Z\",\n \"description\": \"The best of what’s happening on Twitter in an instant.\",\n \"entities\": {\n \"url\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/JvK2Aw7iqc\",\n \"expanded_url\": \"https://twitter.com/i/moments\",\n \"display_url\": \"twitter.com/i/moments\"\n }\n ]\n }\n },\n \"id\": \"738115375477362688\",\n \"location\": \"India\",\n \"name\": \"Twitter Moments India\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/939174997540638721/pn1lxe4y_normal.jpg\",\n \"protected\": false,\n \"url\": \"https://t.co/JvK2Aw7iqc\",\n \"username\": \"MomentsIndia\",\n \"verified\": true\n },\n {\n \"created_at\": \"2009-11-09T18:18:15.000Z\",\n \"description\": \"Información y consejos de seguridad y actualizaciones de @Twitter.\\n\\nInformações e conselhos de segurança e atualizações do @Twitter.\",\n \"entities\": {\n \"url\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/heEvRrCFXn\",\n \"expanded_url\": \"https://help.twitter.com\",\n \"display_url\": \"help.twitter.com\"\n }\n ]\n },\n \"description\": {\n \"mentions\": [\n {\n \"start\": 57,\n \"end\": 65,\n \"username\": \"Twitter\"\n },\n {\n \"start\": 123,\n \"end\": 131,\n \"username\": \"Twitter\"\n }\n ]\n }\n },\n \"id\": \"88723966\",\n \"name\": \"Twitter Seguro\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/875437956118360064/ZOwIAvAb_normal.jpg\",\n \"protected\": false,\n \"url\": \"https://t.co/heEvRrCFXn\",\n \"username\": \"TwitterSeguro\",\n \"verified\": true\n },\n {\n \"created_at\": \"2018-10-08T19:45:09.000Z\",\n \"description\": \"Que pasa ahora in the most vibrant multicultural city in the world. #SoMiami\",\n \"entities\": {\n \"description\": {\n \"hashtags\": [\n {\n \"start\": 68,\n \"end\": 76,\n \"tag\": \"SoMiami\"\n }\n ]\n }\n },\n \"id\": \"1049385226424786944\",\n \"location\": \"Miami, FL\",\n \"name\": \"Twitter Miami\",\n \"pinned_tweet_id\": \"1275168469542146049\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/1275178822107791361/4egjzUcS_normal.jpg\",\n \"protected\": false,\n \"url\": \"\",\n \"username\": \"TwitterMiami\",\n \"verified\": true\n },\n {\n \"created_at\": \"2011-04-18T20:48:55.000Z\",\n \"description\": \"The trials and tribulations of Twitter's past & present interns, also known as the 'Terns'. Find out what they're working on and why you should join the flock.\",\n \"entities\": {\n \"url\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/Zn0hsX64IK\",\n \"expanded_url\": \"https://careers.twitter.com/en/university.html\",\n \"display_url\": \"careers.twitter.com/en/university.…\"\n }\n ]\n }\n },\n \"id\": \"284201599\",\n \"location\": \"San Francisco\",\n \"name\": \"Twitter Terns\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/875164144483180544/vaHSsa6n_normal.jpg\",\n \"protected\": false,\n \"url\": \"https://t.co/Zn0hsX64IK\",\n \"username\": \"terns\",\n \"verified\": true\n },\n {\n \"created_at\": \"2013-08-27T22:03:14.000Z\",\n \"description\": \"Twitter Recruiting in Japan | Twitter Japanでの採用、キャリア、イベントなどについてツイートしています。\\n#LoveWhereYouWork\",\n \"entities\": {\n \"url\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/UFN8Pq42p4\",\n \"expanded_url\": \"https://careers.twitter.com/content/careers-twitter/en/jobs.html#location=careers-twitter%3Alocation\",\n \"display_url\": \"careers.twitter.com/content/career…\"\n }\n ]\n },\n \"description\": {\n \"hashtags\": [\n {\n \"start\": 74,\n \"end\": 91,\n \"tag\": \"LoveWhereYouWork\"\n }\n ]\n }\n },\n \"id\": \"1705676064\",\n \"location\": \"Tokyo, Japan\",\n \"name\": \"Twitter公式採用アカウント\",\n \"pinned_tweet_id\": \"1139089650008510464\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/875166441439232000/uiHVcOJs_normal.jpg\",\n \"protected\": false,\n \"url\": \"https://t.co/UFN8Pq42p4\",\n \"username\": \"JoinTheFlockJP\",\n \"verified\": true\n },\n {\n \"created_at\": \"2014-10-17T22:38:01.000Z\",\n \"description\": \"Twitter Fashion Japan 公式アカウントです\",\n \"id\": \"2861317614\",\n \"name\": \"Twitter ファッション\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/875118807391420419/ZsSkVDBs_normal.jpg\",\n \"protected\": false,\n \"url\": \"\",\n \"username\": \"TwitterFashnJP\",\n \"verified\": true\n },\n {\n \"created_at\": \"2015-10-12T22:05:00.000Z\",\n \"description\": \"Lo mejor que está sucediendo en Twitter en español, en un instante.\",\n \"entities\": {\n \"url\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/ttGn9BmUWD\",\n \"expanded_url\": \"https://blog.twitter.com/es/2016/tweets-que-cuentan-historias-moments-m-xico-ya-est-disponible\",\n \"display_url\": \"blog.twitter.com/es/2016/tweets…\"\n }\n ]\n }\n },\n \"id\": \"3873965293\",\n \"location\": \"Worldwide\",\n \"name\": \"Twitter Moments en Español\",\n \"pinned_tweet_id\": \"1254702677424058369\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/752568687761186816/AEtUZtm1_normal.jpg\",\n \"protected\": false,\n \"url\": \"https://t.co/ttGn9BmUWD\",\n \"username\": \"MomentsES\",\n \"verified\": true\n },\n {\n \"created_at\": \"2020-03-30T21:02:29.000Z\",\n \"description\": \"ยินดีต้อนรับสู่แอคเคาท์ทวิตเตอร์อย่างเป็นทางการประจำประเทศไทย! ต้องการข้อมูลเกี่ยวกับการใช้งานทวิตเตอร์เพิ่มเติม โปรดคลิก https://t.co/heEvRrl4yN.\",\n \"entities\": {\n \"url\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/f9RtbmyN3p\",\n \"expanded_url\": \"https://twitter.com/home\",\n \"display_url\": \"twitter.com/home\"\n }\n ]\n },\n \"description\": {\n \"urls\": [\n {\n \"start\": 123,\n \"end\": 146,\n \"url\": \"https://t.co/heEvRrl4yN\",\n \"expanded_url\": \"https://help.twitter.com\",\n \"display_url\": \"help.twitter.com\"\n }\n ]\n }\n },\n \"id\": \"1244731491088809984\",\n \"name\": \"Twitter Thailand\",\n \"pinned_tweet_id\": \"1262948030271062016\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/1248629937025753089/yt0lggXd_normal.png\",\n \"protected\": false,\n \"url\": \"https://t.co/f9RtbmyN3p\",\n \"username\": \"TwitterThailand\",\n \"verified\": true\n },\n {\n \"created_at\": \"2015-11-12T16:46:02.000Z\",\n \"description\": \"O melhor do que está acontecendo no Twitter em um instante.\",\n \"entities\": {\n \"url\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/XPT5uPLlUa\",\n \"expanded_url\": \"https://help.twitter.com/pt/rules-and-policies/twitter-moments-guidelines-and-principles\",\n \"display_url\": \"help.twitter.com/pt/rules-and-p…\"\n }\n ]\n }\n },\n \"id\": \"4172587277\",\n \"location\": \"Sao Paulo, Brazil\",\n \"name\": \"Twitter Moments Brasil\",\n \"pinned_tweet_id\": \"1258114553470160896\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/666324297489739776/nyQKZybh_normal.png\",\n \"protected\": false,\n \"url\": \"https://t.co/XPT5uPLlUa\",\n \"username\": \"MomentsBrasil\",\n \"verified\": true\n },\n {\n \"created_at\": \"2016-04-05T21:35:30.000Z\",\n \"description\": \"The best videos on @TwitterIndia every day. Featuring product updates, videos, and tips!\",\n \"entities\": {\n \"url\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/tlbGqc89EN\",\n \"expanded_url\": \"https://www.blog.twitter.com/india\",\n \"display_url\": \"blog.twitter.com/india\"\n }\n ]\n },\n \"description\": {\n \"mentions\": [\n {\n \"start\": 19,\n \"end\": 32,\n \"username\": \"TwitterIndia\"\n }\n ]\n }\n },\n \"id\": \"717465714357972992\",\n \"location\": \"India\",\n \"name\": \"Twitter Video India\",\n \"pinned_tweet_id\": \"895195543802060801\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/875794713214726144/_eT7MWCI_normal.jpg\",\n \"protected\": false,\n \"url\": \"https://t.co/tlbGqc89EN\",\n \"username\": \"TwitterVideoIN\",\n \"verified\": true\n },\n {\n \"created_at\": \"2012-10-05T01:15:47.000Z\",\n \"description\": \"Music on Twitter | 日本公式アカウント\",\n \"entities\": {\n \"url\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/QjOgMnzmxL\",\n \"expanded_url\": \"https://blog.twitter.com/ja/media\",\n \"display_url\": \"blog.twitter.com/ja/media\"\n }\n ]\n }\n },\n \"id\": \"862314223\",\n \"location\": \"Tokyo, Japan\",\n \"name\": \"Twitter ミュージック\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/875133214624436224/wPJZeP0H_normal.jpg\",\n \"protected\": false,\n \"url\": \"https://t.co/QjOgMnzmxL\",\n \"username\": \"TwitterMusicJP\",\n \"verified\": true\n },\n {\n \"created_at\": \"2014-06-06T21:13:39.000Z\",\n \"description\": \"#BlackLivesMatter\",\n \"entities\": {\n \"url\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/6Xy5Trzaep\",\n \"expanded_url\": \"https://marketing.twitter.com\",\n \"display_url\": \"marketing.twitter.com\"\n }\n ]\n },\n \"description\": {\n \"hashtags\": [\n {\n \"start\": 0,\n \"end\": 17,\n \"tag\": \"BlackLivesMatter\"\n }\n ]\n }\n },\n \"id\": \"2551000568\",\n \"location\": \"Mexico\",\n \"name\": \"Twitter Mktg Latam\",\n \"pinned_tweet_id\": \"1242161083646869509\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/1275443824593039361/eGA-rVKf_normal.jpg\",\n \"protected\": false,\n \"url\": \"https://t.co/6Xy5Trzaep\",\n \"username\": \"TwitterMktLatam\",\n \"verified\": true\n },\n {\n \"created_at\": \"2014-06-06T01:22:29.000Z\",\n \"description\": \"Já pensou em trabalhar no Twitter Brasil? Acompanhe por aqui as nossas novidades e oportunidades de carreira. Bem-vindo (a) ao nosso ninho!\",\n \"entities\": {\n \"url\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/2Ien1T4L94\",\n \"expanded_url\": \"https://careers.twitter.com\",\n \"display_url\": \"careers.twitter.com\"\n }\n ]\n }\n },\n \"id\": \"2548977510\",\n \"location\": \"São Paulo\",\n \"name\": \"Twitter Careers Brasil\",\n \"pinned_tweet_id\": \"1159857897012105219\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/875166905111166976/7kYhxexq_normal.jpg\",\n \"protected\": false,\n \"url\": \"https://t.co/2Ien1T4L94\",\n \"username\": \"JoinTheFlockBR\",\n \"verified\": true\n },\n {\n \"created_at\": \"2013-02-08T05:54:29.000Z\",\n \"description\": \"Twitter Sports Japan 公式アカウントです。\",\n \"entities\": {\n \"url\": {\n \"urls\": [\n {\n \"start\": 0,\n \"end\": 23,\n \"url\": \"https://t.co/QjOgMnzmxL\",\n \"expanded_url\": \"https://blog.twitter.com/ja/media\",\n \"display_url\": \"blog.twitter.com/ja/media\"\n }\n ]\n }\n },\n \"id\": \"1159274324\",\n \"location\": \"Tokyo, JAPAN\",\n \"name\": \"Twitter スポーツ\",\n \"profile_image_url\": \"https://pbs.twimg.com/profile_images/875125949771128832/dCo30emX_normal.jpg\",\n \"protected\": false,\n \"url\": \"https://t.co/QjOgMnzmxL\",\n \"username\": \"TwitterSportsJP\",\n \"verified\": true\n }\n ]\n}"
},
{
"name": "400 Bad Request - Too Many Users",
"originalRequest": {
"method": "GET",
"header": [
],
"url": {
"raw": "https://api.twitter.com/2/users?ids=783214,2244994945,6253282,495309159,172020392,95731075,2548985366,277761722,17874544,300392950,87532773,372575989,3260518932,121291606,158079127,3282859598,103770785,586198217,216531294,1526228120,222953824,1603818258,2548979088,2244983430,1347713256,376825877,6844292,738118115595165697,738118487122419712,218984871,2550997820,1159458169,2296297326,234489024,3873936134,2228891959,791978718,427475002,1194267639100723200,1168976680867762177,905409822,738115375477362688,88723966,1049385226424786944,284201599,1705676064,2861317614,3873965293,1244731491088809984,4172587277,717465714357972992,862314223,2551000568,2548977510,1159274324,783214,2244994945,6253282,495309159,172020392,95731075,2548985366,277761722,17874544,300392950,87532773,372575989,3260518932,121291606,158079127,3282859598,103770785,586198217,216531294,1526228120,222953824,1603818258,2548979088,2244983430,1347713256,376825877,6844292,738118115595165697,738118487122419712,218984871,2550997820,1159458169,2296297326,234489024,3873936134,2228891959,791978718,427475002,1194267639100723200,1168976680867762177,905409822,738115375477362688,88723966,1049385226424786944,284201599,1705676064,2861317614,3873965293,1244731491088809984,4172587277,717465714357972992,862314223,2551000568,2548977510,1159274324&user.fields=&expansions=&tweet.fields=",
"protocol": "https",
"host": [
"api",
"twitter",
"com"
],
"path": [
"2",
"users"
],
"query": [
{
"key": "ids",
"value": "783214,2244994945,6253282,495309159,172020392,95731075,2548985366,277761722,17874544,300392950,87532773,372575989,3260518932,121291606,158079127,3282859598,103770785,586198217,216531294,1526228120,222953824,1603818258,2548979088,2244983430,1347713256,376825877,6844292,738118115595165697,738118487122419712,218984871,2550997820,1159458169,2296297326,234489024,3873936134,2228891959,791978718,427475002,1194267639100723200,1168976680867762177,905409822,738115375477362688,88723966,1049385226424786944,284201599,1705676064,2861317614,3873965293,1244731491088809984,4172587277,717465714357972992,862314223,2551000568,2548977510,1159274324,783214,2244994945,6253282,495309159,172020392,95731075,2548985366,277761722,17874544,300392950,87532773,372575989,3260518932,121291606,158079127,3282859598,103770785,586198217,216531294,1526228120,222953824,1603818258,2548979088,2244983430,1347713256,376825877,6844292,738118115595165697,738118487122419712,218984871,2550997820,1159458169,2296297326,234489024,3873936134,2228891959,791978718,427475002,1194267639100723200,1168976680867762177,905409822,738115375477362688,88723966,1049385226424786944,284201599,1705676064,2861317614,3873965293,1244731491088809984,4172587277,717465714357972992,862314223,2551000568,2548977510,1159274324",
"description": "Required. Enter up to 100 comma-separated IDs."
},
{
"key": "user.fields",
"value": "",
"description": "created_at,description,entities,id,location,name,pinned_tweet_id,profile_image_url,protected,public_metrics,url,username,verified,withheld"
},
{
"key": "expansions",
"value": "",
"description": "pinned_tweet_id"
},
{
"key": "tweet.fields",
"value": "",
"description": "attachments,author_id,context_annotations,conversation_id,created_at,entities,geo,id,in_reply_to_user_id,lang,non_public_metrics,organic_metrics,possibly_sensitive,promoted_metrics,public_metrics,referenced_tweets,source,text,withheld"
}
]
}
},
"status": "Bad Request",
"code": 400,
"_postman_previewlanguage": "json",
"header": [
{
"key": "content-disposition",
"value": "attachment; filename=json.json"
},
{
"key": "content-encoding",
"value": "gzip"
},
{
"key": "content-length",
"value": "568"
},
{
"key": "content-type",
"value": "application/json; charset=utf-8"
},
{
"key": "date",
"value": "Tue, 30 Jun 2020 17:17:22 GMT"
},
{
"key": "server",
"value": "tsa_b"
},
{
"key": "strict-transport-security",
"value": "max-age=631138519"
},
{
"key": "x-access-level",
"value": "read"
},
{
"key": "x-connection-hash",
"value": "857207159289071cdd445778e071a674"
},
{
"key": "x-content-type-options",
"value": "nosniff"
},
{
"key": "x-frame-options",
"value": "SAMEORIGIN"
},
{
"key": "x-rate-limit-limit",
"value": "15"
},
{
"key": "x-rate-limit-remaining",
"value": "7"
},
{
"key": "x-rate-limit-reset",
"value": "1593538196"
},
{
"key": "x-response-time",
"value": "19"
},
{
"key": "x-xss-protection",
"value": "0"
}
],
"cookie": [
],
"body": "{\n \"errors\": [\n {\n \"parameters\": {\n \"ids\": [\n \"783214,2244994945,6253282,495309159,172020392,95731075,2548985366,277761722,17874544,300392950,87532773,372575989,3260518932,121291606,158079127,3282859598,103770785,586198217,216531294,1526228120,222953824,1603818258,2548979088,2244983430,1347713256,376825877,6844292,738118115595165697,738118487122419712,218984871,2550997820,1159458169,2296297326,234489024,3873936134,2228891959,791978718,427475002,1194267639100723200,1168976680867762177,905409822,738115375477362688,88723966,1049385226424786944,284201599,1705676064,2861317614,3873965293,1244731491088809984,4172587277,717465714357972992,862314223,2551000568,2548977510,1159274324,783214,2244994945,6253282,495309159,172020392,95731075,2548985366,277761722,17874544,300392950,87532773,372575989,3260518932,121291606,158079127,3282859598,103770785,586198217,216531294,1526228120,222953824,1603818258,2548979088,2244983430,1347713256,376825877,6844292,738118115595165697,738118487122419712,218984871,2550997820,1159458169,2296297326,234489024,3873936134,2228891959,791978718,427475002,1194267639100723200,1168976680867762177,905409822,738115375477362688,88723966,1049385226424786944,284201599,1705676064,2861317614,3873965293,1244731491088809984,4172587277,717465714357972992,862314223,2551000568,2548977510,1159274324\"\n ]\n },\n \"message\": \"size [110] is not between 1 and 100\"\n }\n ],\n \"title\": \"Invalid Request\",\n \"detail\": \"One or more parameters to your request was invalid.\",\n \"type\": \"https://api.twitter.com/2/problems/invalid-request\"\n}"
},
{
"name": "200 Success - Multiple Users, 1 Not Found",
"originalRequest": {
"method": "GET",
"header": [
],
"url": {
"raw": "https://api.twitter.com/2/users?ids=12,2244994945,2244994946",
"protocol": "https",
"host": [
"api",
"twitter",
"com"
],
"path": [
"2",
"users"
],
"query": [
{
"key": "ids",
"value": "12,2244994945,2244994946"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "content-disposition",
"value": "attachment; filename=json.json"
},
{
"key": "content-encoding",
"value": "gzip"
},
{
"key": "content-length",
"value": "236"
},
{
"key": "content-type",
"value": "application/json; charset=utf-8"
},
{
"key": "date",
"value": "Fri, 26 Jun 2020 16:27:29 GMT"
},
{
"key": "server",
"value": "tsa_b"
},
{
"key": "strict-transport-security",
"value": "max-age=631138519"
},
{
"key": "x-access-level",
"value": "read"
},
{
"key": "x-connection-hash",
"value": "eae8bea11e85fe49e732de33763f0cf2"
},
{
"key": "x-content-type-options",
"value": "nosniff"
},
{
"key": "x-frame-options",
"value": "SAMEORIGIN"
},
{
"key": "x-rate-limit-limit",
"value": "15"
},
{
"key": "x-rate-limit-remaining",
"value": "6"
},
{
"key": "x-rate-limit-reset",
"value": "1593189419"
},
{
"key": "x-response-time",
"value": "60"
},
{
"key": "x-xss-protection",
"value": "0"
}
],
"cookie": [
],
"body": "{\n \"data\": [\n {\n \"id\": \"12\",\n \"name\": \"jack\",\n \"username\": \"jack\"\n },\n {\n \"id\": \"2244994945\",\n \"name\": \"Twitter Dev\",\n \"username\": \"TwitterDev\"\n }\n ],\n \"errors\": [\n {\n \"detail\": \"Could not find user with ids: [2244994946].\",\n \"title\": \"Not Found Error\",\n \"resource_type\": \"user\",\n \"parameter\": \"ids\",\n \"value\": \"2244994946\",\n \"type\": \"https://api.twitter.com/2/problems/resource-not-found\"\n }\n ]\n}"
}
]
}