[{
    "request": {
        "method": "POST",
        "url": "https:\/\/api.twitter.com\/oauth2\/token",
        "headers": {
            "Host": "api.twitter.com",
            "Accept": "application\/json",
            "Authorization": "Basic YXdKZk5ENHpGR2FwR09GS2Zkamc6TGZrbU5TUlBJWHdrUWtaVUI5RE5XU3p4NUxJYWl2U2tuVjRyeG5nb2pKYw==",
            "Expect": null
        },
        "body": "grant_type=client_credentials"
    },
    "response": {
        "status": {
            "http_version": "2",
            "code": "200",
            "message": ""
        },
        "headers": {
            "cache-control": "no-cache, no-store, must-revalidate, pre-check=0, post-check=0",
            "content-disposition": "attachment; filename=json.json",
            "content-encoding": "gzip",
            "content-length": "152",
            "content-type": "application\/json;charset=utf-8",
            "date": "Sun, 26 Apr 2020 00:31:09 GMT",
            "expires": "Tue, 31 Mar 1981 05:00:00 GMT",
            "last-modified": "Sun, 26 Apr 2020 00:31:09 GMT",
            "ml": "A",
            "pragma": "no-cache",
            "server": "tsa_b",
            "set-cookie": "personalization_id=\"v1_NF00blSG9GZe8w8KpZvUDA==\"; Max-Age=63072000; Expires=Tue, 26 Apr 2022 00:31:09 GMT; Path=\/; Domain=.twitter.com; Secure; SameSite=None, guest_id=v1%3A158786106988547101; Max-Age=63072000; Expires=Tue, 26 Apr 2022 00:31:09 GMT; Path=\/; Domain=.twitter.com; Secure; SameSite=None",
            "status": "200 OK",
            "strict-transport-security": "max-age=631138519",
            "x-connection-hash": "34e2373c53e7f9e0e80fe6af071dd6b8",
            "x-content-type-options": "nosniff",
            "x-frame-options": "DENY",
            "x-response-time": "20",
            "x-transaction": "007d4d19009f7a59",
            "x-tsa-request-body-time": "0",
            "x-twitter-response-tags": "BouncerCompliant",
            "x-ua-compatible": "IE=edge,chrome=1",
            "x-xss-protection": "0"
        },
        "body": "{\"token_type\":\"bearer\",\"access_token\":\"AAAAAAAAAAAAAAAAAAAAAFobAAAAAAAAjPes3FlPiFKh9HaIg%2Fw80waE0s8%3DQqxjhHDgZyjihGIK7olugzbpS0R1Gg8KNhzmer58a6oVbsSGc0\"}"
    }
}]