{"info":{"_postman_id":"3c19039e-8d16-48df-bbd7-5ed83f19c04a","name":"Twitter","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"12300172","collectionId":"3c19039e-8d16-48df-bbd7-5ed83f19c04a","publishedId":"TVmMhdva","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-12-03T09:51:19.000Z"},"item":[{"name":"github 로그인","id":"fce9687e-011d-4a21-bbe0-81e7e746e0b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation{\r\n    github_login(code:\"a3c8b9f7b1faec7e930d\"){\r\n        token\r\n    }\r\n}","variables":""}},"url":"127.0.0.1:3000/graphql","urlObject":{"port":"3000","path":["graphql"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"26522b8c-7480-4f82-9ba2-f266cbadcb67","name":"github 로그인","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":"127.0.0.1:3000/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"372"},{"key":"ETag","value":"W/\"174-vQsRQlfe4BESKGjYVseEeBt5psA\""},{"key":"Date","value":"Mon, 30 Nov 2020 09:04:58 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"github_login\": {\n            \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI1ZmMwNjNlYmFhODIxMjI1MThhZGU5NDIiLCJuYW1lIjoiRVYyUzN4QUk1THdheUhmIiwidXNlcl9pZCI6Impvb2phZXdvbyIsInByb2ZpbGVfaW1nX3VybCI6Imh0dHBzOi8vYXZhdGFyczIuZ2l0aHVidXNlcmNvbnRlbnQuY29tL3UvNDYxOTU2MTM_dj00IiwiaWF0IjoxNjA2NzI3MDk4LCJleHAiOjE2MDY4MTM0OTh9.jB2Ae3wnzMUBCv6Rsbd1jOYEbzF85kj1oidUBx70TTQ\"\n        }\n    }\n}"}],"_postman_id":"fce9687e-011d-4a21-bbe0-81e7e746e0b0"},{"name":"로컬 회원가입 API","id":"5622bb87-5ec2-4992-a70f-c80b9463f4ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"title","value":"To do","type":"text"},{"key":"pos","value":"1","type":"text"},{"key":"nickname","value":"shmallow","type":"text","disabled":true},{"key":"email","value":"shmallow@naver.com","type":"text","disabled":true}]},"url":"http://localhost:3000/column/add","urlObject":{"protocol":"http","port":"3000","path":["column","add"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"5622bb87-5ec2-4992-a70f-c80b9463f4ab"},{"name":"로컬 로그인 ","id":"37c220ad-cd0e-46fb-982f-c79c29a42f6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation($user_id: String!, $password: String!){\r\n    local_login(user_id: $user_id, password: $password){\r\n        token\r\n    }\r\n}","variables":"{\r\n    \"user_id\": \"shmallow\",\r\n    \"password\": \"1234\"\r\n}"}},"url":"http://localhost:3001/graphql","urlObject":{"protocol":"http","port":"3001","path":["graphql"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"37c220ad-cd0e-46fb-982f-c79c29a42f6b"},{"name":"팔로우 하는 유저들의 Tweet 가져오기","id":"a0f69e06-eb3e-4e2b-93bd-2897570e9902","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query{\r\n    following_tweet_list{\r\n        content\r\n        child_tweet_number\r\n        retweet_user_number\r\n        heart_user_number\r\n        author {\r\n            user_id\r\n        }\r\n    }\r\n}","variables":""}},"url":"127.0.0.1:3000/graphql","urlObject":{"port":"3000","path":["graphql"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"1a636894-85b7-4e4f-8eba-56f397283e5c","name":"팔로우 하는 유저들의 Tweet 가져오기","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":"127.0.0.1:3000/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2028"},{"key":"ETag","value":"W/\"7ec-+dPU4f5WCGMfxBUyJYrTSYKCmKw\""},{"key":"Date","value":"Tue, 01 Dec 2020 06:54:03 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"following_tweet_list\": [\n            {\n                \"content\": \"테스트1\",\n                \"child_tweet_number\": 0,\n                \"retweet_user_number\": 0,\n                \"heart_user_number\": 0,\n                \"author\": {\n                    \"user_id\": \"wseungjin\"\n                }\n            },\n            {\n                \"content\": \"테스트2\",\n                \"child_tweet_number\": 0,\n                \"retweet_user_number\": 0,\n                \"heart_user_number\": 0,\n                \"author\": {\n                    \"user_id\": \"wseungjin\"\n                }\n            },\n            {\n                \"content\": \"테스트3\",\n                \"child_tweet_number\": 0,\n                \"retweet_user_number\": 0,\n                \"heart_user_number\": 0,\n                \"author\": {\n                    \"user_id\": \"wseungjin\"\n                }\n            },\n            {\n                \"content\": \"테스트4\",\n                \"child_tweet_number\": 0,\n                \"retweet_user_number\": 0,\n                \"heart_user_number\": 0,\n                \"author\": {\n                    \"user_id\": \"wseungjin\"\n                }\n            },\n            {\n                \"content\": \"테스트5\",\n                \"child_tweet_number\": 0,\n                \"retweet_user_number\": 0,\n                \"heart_user_number\": 0,\n                \"author\": {\n                    \"user_id\": \"wseungjin\"\n                }\n            },\n            {\n                \"content\": \"테스트6\",\n                \"child_tweet_number\": 0,\n                \"retweet_user_number\": 0,\n                \"heart_user_number\": 0,\n                \"author\": {\n                    \"user_id\": \"wseungjin\"\n                }\n            },\n            {\n                \"content\": \"테스트7\",\n                \"child_tweet_number\": 0,\n                \"retweet_user_number\": 0,\n                \"heart_user_number\": 0,\n                \"author\": {\n                    \"user_id\": \"wseungjin\"\n                }\n            },\n            {\n                \"content\": \"테스트8\",\n                \"child_tweet_number\": 0,\n                \"retweet_user_number\": 0,\n                \"heart_user_number\": 0,\n                \"author\": {\n                    \"user_id\": \"wseungjin\"\n                }\n            },\n            {\n                \"content\": \"테스트9\",\n                \"child_tweet_number\": 0,\n                \"retweet_user_number\": 0,\n                \"heart_user_number\": 0,\n                \"author\": {\n                    \"user_id\": \"wseungjin\"\n                }\n            },\n            {\n                \"content\": \"테스트11\",\n                \"child_tweet_number\": 0,\n                \"retweet_user_number\": 0,\n                \"heart_user_number\": 0,\n                \"author\": {\n                    \"user_id\": \"wseungjin\"\n                }\n            },\n            {\n                \"content\": \"테스트12\",\n                \"child_tweet_number\": 0,\n                \"retweet_user_number\": 0,\n                \"heart_user_number\": 0,\n                \"author\": {\n                    \"user_id\": \"wseungjin\"\n                }\n            },\n            {\n                \"content\": \"데모발표 기대중~\",\n                \"child_tweet_number\": 1,\n                \"retweet_user_number\": 0,\n                \"heart_user_number\": 0,\n                \"author\": {\n                    \"user_id\": \"joojaewoo\"\n                }\n            },\n            {\n                \"content\": \"우승진입니다\",\n                \"child_tweet_number\": 0,\n                \"retweet_user_number\": 0,\n                \"heart_user_number\": 0,\n                \"author\": {\n                    \"user_id\": \"wseungjin\"\n                }\n            },\n            {\n                \"content\": \"데모 조아요\",\n                \"child_tweet_number\": 0,\n                \"retweet_user_number\": 0,\n                \"heart_user_number\": 0,\n                \"author\": {\n                    \"user_id\": \"wseungjin\"\n                }\n            },\n            {\n                \"content\": \"@joojaewoo asdfasd fasdfce wqf q rewq @wseungjin @shmallow1 @1231421\",\n                \"child_tweet_number\": 0,\n                \"retweet_user_number\": 0,\n                \"heart_user_number\": 0,\n                \"author\": {\n                    \"user_id\": \"joojaewoo\"\n                }\n            }\n        ]\n    }\n}"}],"_postman_id":"a0f69e06-eb3e-4e2b-93bd-2897570e9902"},{"name":"유저가 쓴 글 가져오기","id":"50495123-20df-4648-a9f2-104391d943cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query{\r\n    user_tweet_list(user_id:\"joojaewoo\"){\r\n        content\r\n        child_tweet_number\r\n        retweet_user_number\r\n        heart_user_number\r\n        author{\r\n            user_id\r\n        }\r\n    }\r\n}","variables":""}},"url":"127.0.0.1:3000/graphql","urlObject":{"port":"3000","path":["graphql"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"32b79c6f-1f9a-413f-a1bc-223914b3e09c","name":"유저가 쓴 글 가져오기","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":"127.0.0.1:3000/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"356"},{"key":"ETag","value":"W/\"164-nluN2LbIL6JoeZE6lEsRipHa/GI\""},{"key":"Date","value":"Mon, 30 Nov 2020 09:07:48 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"user_tweet_list\": [\n            {\n                \"content\": \"데모발표 기대중~\",\n                \"child_tweet_number\": 1,\n                \"retweet_user_number\": 0,\n                \"heart_user_number\": 0,\n                \"author\": {\n                    \"user_id\": \"joojaewoo\"\n                }\n            },\n            {\n                \"content\": \"@joojaewoo asdfasd fasdfce wqf q rewq @wseungjin @shmallow1 @1231421\",\n                \"child_tweet_number\": 0,\n                \"retweet_user_number\": 0,\n                \"heart_user_number\": 0,\n                \"author\": {\n                    \"user_id\": \"joojaewoo\"\n                }\n            }\n        ]\n    }\n}"}],"_postman_id":"50495123-20df-4648-a9f2-104391d943cd"},{"name":"유저가의 모든 글 가져오기","id":"14b3c855-5d0d-477e-b0c2-9fa7c9e288e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query{\r\n    user_all_tweet_list(user_id:\"joojaewoo\"){\r\n        content\r\n        child_tweet_number\r\n        retweet_user_number\r\n        heart_user_number\r\n        author{\r\n            user_id\r\n        }\r\n    }\r\n}","variables":""}},"url":"127.0.0.1:3000/graphql","urlObject":{"port":"3000","path":["graphql"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"810786dd-7533-4a96-8630-858760f0b1fd","name":"유저가의 모든 글 가져오기","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":"127.0.0.1:3000/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"493"},{"key":"ETag","value":"W/\"1ed-nZVI87gRjSJhmyZqLTYXiWgM6/U\""},{"key":"Date","value":"Mon, 30 Nov 2020 09:08:56 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"user_all_tweet_list\": [\n            {\n                \"content\": \"데모발표 기대중~\",\n                \"child_tweet_number\": 1,\n                \"retweet_user_number\": 0,\n                \"heart_user_number\": 0,\n                \"author\": {\n                    \"user_id\": \"joojaewoo\"\n                }\n            },\n            {\n                \"content\": \"test중입니다\",\n                \"child_tweet_number\": 0,\n                \"retweet_user_number\": 0,\n                \"heart_user_number\": 0,\n                \"author\": {\n                    \"user_id\": \"joojaewoo\"\n                }\n            },\n            {\n                \"content\": \"@joojaewoo asdfasd fasdfce wqf q rewq @wseungjin @shmallow1 @1231421\",\n                \"child_tweet_number\": 0,\n                \"retweet_user_number\": 0,\n                \"heart_user_number\": 0,\n                \"author\": {\n                    \"user_id\": \"joojaewoo\"\n                }\n            }\n        ]\n    }\n}"}],"_postman_id":"14b3c855-5d0d-477e-b0c2-9fa7c9e288e0"},{"name":"댓글 트윗 리스트 조회 API","id":"1cba1b79-081c-4ec2-be62-5b54b56bc405","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query($tweet_id: String!){\r\n    child_tweet_list(tweet_id: $tweet_id){\r\n        content\r\n        author{\r\n            user_id\r\n        }\r\n    }\r\n}","variables":"{\r\n    \"tweet_id\": \"5fc06cd70741098354f95e88\"\r\n}"}},"url":"http://localhost:3001/graphql","urlObject":{"protocol":"http","port":"3001","path":["graphql"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"1cba1b79-081c-4ec2-be62-5b54b56bc405"},{"name":"트윗 상세 조회 API","id":"a21745d2-91c9-4d07-887c-cc536eb4028e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query($tweet_id: String!){\r\n    detail_tweet(tweet_id: $tweet_id){\r\n        _id\r\n        content\r\n        author{\r\n            user_id\r\n        }\r\n        img_url_list\r\n        createAt\r\n        child_tweet_number\r\n        heart_user_number\r\n        retweet_user_number\r\n    }\r\n}","variables":"{\r\n    \"tweet_id\": \"5fc89fae6aecb5102c0f5dfa\"\r\n}"}},"url":"http://localhost:3001/graphql","urlObject":{"protocol":"http","port":"3001","path":["graphql"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"a21745d2-91c9-4d07-887c-cc536eb4028e"},{"name":"유저가 하트한 트윗 리스트 조회 API","id":"511fe9b5-36af-4a1d-85cb-3a417e809644","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query($user_id: String!){\r\n    heart_tweet_list(user_id: $user_id){\r\n        _id\r\n        content\r\n        author{\r\n            user_id\r\n        }\r\n        img_url_list\r\n        createAt\r\n        child_tweet_number\r\n        heart_user_number\r\n        retweet_user_number\r\n    }\r\n}","variables":"{\r\n    \"user_id\": \"shmallow1\"\r\n}"}},"url":"http://localhost:3001/graphql","urlObject":{"protocol":"http","port":"3001","path":["graphql"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"511fe9b5-36af-4a1d-85cb-3a417e809644"},{"name":"검색된 트윗 리스트 조회 API","id":"4abb51e8-fe1c-4303-96a4-8b0595d6f8bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query($search_word: String!){\r\n    search_tweet_list(search_word: $search_word){\r\n        _id\r\n        content\r\n        author{\r\n            user_id\r\n        }\r\n        img_url_list\r\n        createAt\r\n        child_tweet_number\r\n        heart_user_number\r\n        retweet_user_number\r\n    }\r\n}","variables":"{\r\n    \"search_word\": \"댓글\"\r\n}"}},"url":"http://localhost:3001/graphql","urlObject":{"protocol":"http","port":"3001","path":["graphql"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"4abb51e8-fe1c-4303-96a4-8b0595d6f8bf"},{"name":"add basic tweet","id":"ba9a18c0-446c-4835-a6a3-7aad9b7ce8db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation{\r\n    add_basic_tweet(content: \"test 중입니다.\"){\r\n        content\r\n        child_tweet_number\r\n        retweet_user_number\r\n        heart_user_number\r\n        createdAt\r\n    }\r\n}","variables":""}},"url":"127.0.0.1:3000/graphql","urlObject":{"port":"3000","path":["graphql"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"3e16f100-ff31-43a7-83d3-fd6c7e0597d7","name":"팔로우 하는 유저들의 Tweet 가져오기","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":"127.0.0.1:3000/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2028"},{"key":"ETag","value":"W/\"7ec-+dPU4f5WCGMfxBUyJYrTSYKCmKw\""},{"key":"Date","value":"Tue, 01 Dec 2020 06:54:03 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"following_tweet_list\": [\n            {\n                \"content\": \"테스트1\",\n                \"child_tweet_number\": 0,\n                \"retweet_user_number\": 0,\n                \"heart_user_number\": 0,\n                \"author\": {\n                    \"user_id\": \"wseungjin\"\n                }\n            },\n            {\n                \"content\": \"테스트2\",\n                \"child_tweet_number\": 0,\n                \"retweet_user_number\": 0,\n                \"heart_user_number\": 0,\n                \"author\": {\n                    \"user_id\": \"wseungjin\"\n                }\n            },\n            {\n                \"content\": \"테스트3\",\n                \"child_tweet_number\": 0,\n                \"retweet_user_number\": 0,\n                \"heart_user_number\": 0,\n                \"author\": {\n                    \"user_id\": \"wseungjin\"\n                }\n            },\n            {\n                \"content\": \"테스트4\",\n                \"child_tweet_number\": 0,\n                \"retweet_user_number\": 0,\n                \"heart_user_number\": 0,\n                \"author\": {\n                    \"user_id\": \"wseungjin\"\n                }\n            },\n            {\n                \"content\": \"테스트5\",\n                \"child_tweet_number\": 0,\n                \"retweet_user_number\": 0,\n                \"heart_user_number\": 0,\n                \"author\": {\n                    \"user_id\": \"wseungjin\"\n                }\n            },\n            {\n                \"content\": \"테스트6\",\n                \"child_tweet_number\": 0,\n                \"retweet_user_number\": 0,\n                \"heart_user_number\": 0,\n                \"author\": {\n                    \"user_id\": \"wseungjin\"\n                }\n            },\n            {\n                \"content\": \"테스트7\",\n                \"child_tweet_number\": 0,\n                \"retweet_user_number\": 0,\n                \"heart_user_number\": 0,\n                \"author\": {\n                    \"user_id\": \"wseungjin\"\n                }\n            },\n            {\n                \"content\": \"테스트8\",\n                \"child_tweet_number\": 0,\n                \"retweet_user_number\": 0,\n                \"heart_user_number\": 0,\n                \"author\": {\n                    \"user_id\": \"wseungjin\"\n                }\n            },\n            {\n                \"content\": \"테스트9\",\n                \"child_tweet_number\": 0,\n                \"retweet_user_number\": 0,\n                \"heart_user_number\": 0,\n                \"author\": {\n                    \"user_id\": \"wseungjin\"\n                }\n            },\n            {\n                \"content\": \"테스트11\",\n                \"child_tweet_number\": 0,\n                \"retweet_user_number\": 0,\n                \"heart_user_number\": 0,\n                \"author\": {\n                    \"user_id\": \"wseungjin\"\n                }\n            },\n            {\n                \"content\": \"테스트12\",\n                \"child_tweet_number\": 0,\n                \"retweet_user_number\": 0,\n                \"heart_user_number\": 0,\n                \"author\": {\n                    \"user_id\": \"wseungjin\"\n                }\n            },\n            {\n                \"content\": \"데모발표 기대중~\",\n                \"child_tweet_number\": 1,\n                \"retweet_user_number\": 0,\n                \"heart_user_number\": 0,\n                \"author\": {\n                    \"user_id\": \"joojaewoo\"\n                }\n            },\n            {\n                \"content\": \"우승진입니다\",\n                \"child_tweet_number\": 0,\n                \"retweet_user_number\": 0,\n                \"heart_user_number\": 0,\n                \"author\": {\n                    \"user_id\": \"wseungjin\"\n                }\n            },\n            {\n                \"content\": \"데모 조아요\",\n                \"child_tweet_number\": 0,\n                \"retweet_user_number\": 0,\n                \"heart_user_number\": 0,\n                \"author\": {\n                    \"user_id\": \"wseungjin\"\n                }\n            },\n            {\n                \"content\": \"@joojaewoo asdfasd fasdfce wqf q rewq @wseungjin @shmallow1 @1231421\",\n                \"child_tweet_number\": 0,\n                \"retweet_user_number\": 0,\n                \"heart_user_number\": 0,\n                \"author\": {\n                    \"user_id\": \"joojaewoo\"\n                }\n            }\n        ]\n    }\n}"}],"_postman_id":"ba9a18c0-446c-4835-a6a3-7aad9b7ce8db"},{"name":"답글 추가 API","id":"10ce5a86-4abe-4237-a007-207d2319885a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation($content: String!, $parent_id: String!){\r\n    add_reply_tweet(content: $content, parent_id: $parent_id){\r\n        content\r\n        child_tweet_number\r\n        retweet_user_number\r\n        heart_user_number\r\n        createAt\r\n    }\r\n}","variables":"{\r\n    \"content\": \"댓글이다!\",\r\n    \"parent_id\": \"5fc89b9aed13bc61ccc94512\"\r\n}"}},"url":"http://localhost:3001/graphql","urlObject":{"protocol":"http","port":"3001","path":["graphql"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"10ce5a86-4abe-4237-a007-207d2319885a"},{"name":"리트윗 추가 API","id":"83cfe755-a435-43d1-8b78-dc7b11591c62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation($content: String!, $retweet_id: String!){\r\n    add_retweet(content: $content, retweet_id: $retweet_id){\r\n        content\r\n        child_tweet_number\r\n        retweet_user_number\r\n        heart_user_number\r\n        createAt\r\n    }\r\n}","variables":"{\r\n    \"content\": \"리트윗 테스트\",\r\n    \"retweet_id\": \"5fc89de8ed13bc61ccc94514\"\r\n}"}},"url":"http://localhost:3001/graphql","urlObject":{"protocol":"http","port":"3001","path":["graphql"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"83cfe755-a435-43d1-8b78-dc7b11591c62"},{"name":"트윗 삭제 API","id":"69422d32-91e9-45df-bb64-09fa04cc55ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation($tweet_id: String!){\r\n    delete_tweet(tweet_id: $tweet_id){\r\n        response\r\n    }\r\n}","variables":"{\r\n    \"tweet_id\": \"5fc89de8ed13bc61ccc94514\"\r\n}"}},"url":"http://localhost:3001/graphql","urlObject":{"protocol":"http","port":"3001","path":["graphql"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"69422d32-91e9-45df-bb64-09fa04cc55ce"},{"name":"트윗 하트 추가 API","id":"1102e3ea-020e-43d2-81e9-97666b02468e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation($tweet_id: String!){\r\n    heart_tweet(tweet_id: $tweet_id){\r\n        content\r\n        createAt\r\n    }\r\n}","variables":"{\r\n    \"tweet_id\": \"5fc89fae6aecb5102c0f5dfa\"\r\n}"}},"url":"http://localhost:3001/graphql","urlObject":{"protocol":"http","port":"3001","path":["graphql"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"1102e3ea-020e-43d2-81e9-97666b02468e"},{"name":"트윗 하트 삭제 API","id":"300a3d35-bcd4-4e31-9376-a798b9b6d4e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation($tweet_id: String!){\r\n    unheart_tweet(tweet_id: $tweet_id){\r\n        content\r\n        createAt\r\n    }\r\n}","variables":"{\r\n    \"tweet_id\": \"5fc89fae6aecb5102c0f5dfa\"\r\n}"}},"url":"http://localhost:3001/graphql","urlObject":{"protocol":"http","port":"3001","path":["graphql"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"300a3d35-bcd4-4e31-9376-a798b9b6d4e2"},{"name":"최신 트윗 조회 API","id":"3c43638a-f250-4341-ba84-690a0d80a459","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query($latest_tweet_id: String!){\r\n    latest_tweet_list(latest_tweet_id: $latest_tweet_id){\r\n        _id\r\n        content\r\n        author{\r\n            user_id\r\n        }\r\n        img_url_list\r\n        createAt\r\n        child_tweet_number\r\n        heart_user_number\r\n        retweet_user_number\r\n    }\r\n}","variables":"{\r\n    \"latest_tweet_id\": \"5fc8b1a2baa582b658322c31\" \r\n}"}},"url":"http://localhost:3001/graphql","urlObject":{"protocol":"http","port":"3001","path":["graphql"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"3c43638a-f250-4341-ba84-690a0d80a459"},{"name":"팔로잉 리스트 조회 API","id":"a1d235bb-2a76-4d34-8250-e568da00f1b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query{\r\n    following_list(user_id:\"joojaewoo\"){\r\n        following_user{\r\n            user_id\r\n            profile_img_url\r\n        }\r\n    }\r\n}","variables":""}},"url":"127.0.0.1:3000/graphql","urlObject":{"port":"3000","path":["graphql"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"32c9eb06-c1e1-4cbd-a6ac-06e4b31f28af","name":"팔로잉 리스트","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":"127.0.0.1:3000/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"264"},{"key":"ETag","value":"W/\"108-aGc7teeLv0d9qOF9d1lHq+/Ym68\""},{"key":"Date","value":"Mon, 30 Nov 2020 09:11:58 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"following_list\": [\n            {\n                \"following_user\": {\n                    \"user_id\": \"wseungjin\",\n                    \"profile_img_url\": \"https://avatars2.githubusercontent.com/u/38158709?v=4\"\n                }\n            },\n            {\n                \"following_user\": {\n                    \"user_id\": \"shmallow1\",\n                    \"profile_img_url\": \"https://avatars2.githubusercontent.com/u/48504561?v=4\"\n                }\n            }\n        ]\n    }\n}"}],"_postman_id":"a1d235bb-2a76-4d34-8250-e568da00f1b6"},{"name":"팔로워 리스트 조회 API","id":"511e2dad-2864-4bcf-bafc-8db44d02d831","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query{\r\n    follower_list(user_id:\"joojaewoo\"){\r\n            user_id\r\n            profile_img_url\r\n    }\r\n}","variables":""}},"url":"127.0.0.1:3000/graphql","urlObject":{"port":"3000","path":["graphql"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"b4b7dfd6-9198-4bc7-8357-27b19483954d","name":"팔로워 리스트 조회","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":"127.0.0.1:3000/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"224"},{"key":"ETag","value":"W/\"e0-dIYAAC252dcs5BK4rymgXna+Jd0\""},{"key":"Date","value":"Mon, 30 Nov 2020 09:13:06 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"follower_list\": [\n            {\n                \"user_id\": \"shmallow1\",\n                \"profile_img_url\": \"https://avatars2.githubusercontent.com/u/48504561?v=4\"\n            },\n            {\n                \"user_id\": \"16010948\",\n                \"profile_img_url\": \"https://avatars2.githubusercontent.com/u/37282087?v=4\"\n            }\n        ]\n    }\n}"}],"_postman_id":"511e2dad-2864-4bcf-bafc-8db44d02d831"},{"name":"유저 검색 API","id":"0ce29be7-10ff-4ba0-8701-beb88b5e88bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query{\r\n    search_user_list(search_word:\"j\"){\r\n            user_id\r\n            profile_img_url\r\n    }\r\n}","variables":""}},"url":"127.0.0.1:3000/graphql","urlObject":{"port":"3000","path":["graphql"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"68707ce3-4800-43d8-9409-30e43d259522","name":"유저 검색 API","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":"127.0.0.1:3000/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"228"},{"key":"ETag","value":"W/\"e4-2HlGUR2xMogBqiGSPEKfM2uQdxM\""},{"key":"Date","value":"Mon, 30 Nov 2020 09:15:52 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"search_user_list\": [\n            {\n                \"user_id\": \"wseungjin\",\n                \"profile_img_url\": \"https://avatars2.githubusercontent.com/u/38158709?v=4\"\n            },\n            {\n                \"user_id\": \"joojaewoo\",\n                \"profile_img_url\": \"https://avatars2.githubusercontent.com/u/46195613?v=4\"\n            }\n        ]\n    }\n}"}],"_postman_id":"0ce29be7-10ff-4ba0-8701-beb88b5e88bc"},{"name":"유저 정보 조회 API","id":"a00cca6a-0db1-4ff3-8bfd-55421da59b80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query{\r\n    user_info{\r\n            user_id\r\n            profile_img_url\r\n    }\r\n}","variables":""}},"url":"127.0.0.1:3000/graphql","urlObject":{"port":"3000","path":["graphql"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"9dc42f7d-260c-4aab-9845-aea5d66689f1","name":"유저 정보 조회 API","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":"127.0.0.1:3000/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"121"},{"key":"ETag","value":"W/\"79-nhHDptOfp07MCzZ9Xkq8DvujvD8\""},{"key":"Date","value":"Mon, 30 Nov 2020 09:16:09 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"user_info\": {\n            \"user_id\": \"joojaewoo\",\n            \"profile_img_url\": \"https://avatars2.githubusercontent.com/u/46195613?v=4\"\n        }\n    }\n}"}],"_postman_id":"a00cca6a-0db1-4ff3-8bfd-55421da59b80"},{"name":"유저 이름 변경 API","id":"b27ce9de-4860-4920-bb74-c398a84248e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation($user_id: String!, $password: String!){\r\n    local_login(user_id: $user_id, password: $password){\r\n        token\r\n    }\r\n}","variables":"{\r\n    \"user_id\": \"abcd\"\r\n}"}},"url":"http://localhost:3001/graphql","urlObject":{"protocol":"http","port":"3001","path":["graphql"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"b27ce9de-4860-4920-bb74-c398a84248e5"},{"name":"유저 팔로우 API","id":"057437e7-f8d7-43d3-8b55-5aaa1db4711d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation($follow_user_id: String!){\r\n    follow_user(follow_user_id: $follow_user_id){\r\n        user_id\r\n        name\r\n        following_id_list\r\n    }\r\n}","variables":"{\r\n    \"follow_user_id\": \"joojaewoo\"\r\n}"}},"url":"http://localhost:3001/graphql","urlObject":{"protocol":"http","port":"3001","path":["graphql"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"057437e7-f8d7-43d3-8b55-5aaa1db4711d"},{"name":"유저 언팔로우 API","id":"fbcd5686-6026-4cd1-b4dc-ececcfaa0207","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation($unfollow_user_id: String!){\r\n    unfollow_user(unfollow_user_id: $unfollow_user_id){\r\n        user_id\r\n        name\r\n        following_id_list\r\n    }\r\n}","variables":"{\r\n    \"unfollow_user_id\": \"joojaewoo\"\r\n}"}},"url":"http://localhost:3001/graphql","urlObject":{"protocol":"http","port":"3001","path":["graphql"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"fbcd5686-6026-4cd1-b4dc-ececcfaa0207"},{"name":"알람 개수 조회 API","id":"b630fef9-43c0-4a40-a460-3d1f1abec773","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query{\r\n    get_notification_count{\r\n        count\r\n    }\r\n}","variables":""}},"url":"127.0.0.1:3000/graphql","urlObject":{"port":"3000","path":["graphql"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"12560fe2-5048-44e9-b789-6cabbf332cce","name":"알람 개수 조회 API","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":"127.0.0.1:3000/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"48"},{"key":"ETag","value":"W/\"30-n9/ITiDsG7CshVnUqOA3kCJmvcM\""},{"key":"Date","value":"Mon, 30 Nov 2020 09:16:37 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"get_notification_count\": {\n            \"count\": 3\n        }\n    }\n}"}],"_postman_id":"b630fef9-43c0-4a40-a460-3d1f1abec773"},{"name":"알람 조회 API","id":"1786d3d4-7240-41b8-a239-67071ffda960","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query{\r\n    get_notification{\r\n        user{\r\n            user_id\r\n            profile_img_url\r\n        }\r\n        tweet{\r\n            content\r\n            author{\r\n                user_id\r\n                profile_img_url\r\n            }\r\n        }\r\n        type\r\n        is_read\r\n    }\r\n}","variables":""}},"url":"127.0.0.1:3000/graphql","urlObject":{"port":"3000","path":["graphql"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"6f922504-6f32-4c39-892e-9eb9387c36fc","name":"알람 조회 API","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":"127.0.0.1:3000/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"646"},{"key":"ETag","value":"W/\"286-DKRXm8JtqpQOacqw6ssh9q/muSI\""},{"key":"Date","value":"Mon, 30 Nov 2020 09:21:09 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"get_notification\": [\n            {\n                \"user\": null,\n                \"tweet\": {\n                    \"content\": \"test중입니다\",\n                    \"author\": {\n                        \"user_id\": \"joojaewoo\",\n                        \"profile_img_url\": \"https://avatars2.githubusercontent.com/u/46195613?v=4\"\n                    }\n                },\n                \"type\": \"reply\",\n                \"is_read\": false\n            },\n            {\n                \"user\": null,\n                \"tweet\": {\n                    \"content\": \"@joojaewoo asdfasd fasdfce wqf q rewq @wseungjin @shmallow1 @1231421\",\n                    \"author\": {\n                        \"user_id\": \"joojaewoo\",\n                        \"profile_img_url\": \"https://avatars2.githubusercontent.com/u/46195613?v=4\"\n                    }\n                },\n                \"type\": \"mention\",\n                \"is_read\": false\n            },\n            {\n                \"user\": {\n                    \"user_id\": \"shmallow1\",\n                    \"profile_img_url\": \"https://avatars2.githubusercontent.com/u/48504561?v=4\"\n                },\n                \"tweet\": {\n                    \"content\": null,\n                    \"author\": null\n                },\n                \"type\": \"follow\",\n                \"is_read\": false\n            }\n        ]\n    }\n}"}],"_postman_id":"1786d3d4-7240-41b8-a239-67071ffda960"},{"name":"알람 상태 변경 API","id":"afb0e193-f513-4b8e-ac1d-00727662d8f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation{\r\n    update_notification{\r\n        response\r\n    }\r\n}","variables":""}},"url":"http://localhost:3001/graphql","urlObject":{"protocol":"http","port":"3001","path":["graphql"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"afb0e193-f513-4b8e-ac1d-00727662d8f8"},{"name":"파일업로드 test","id":"1917efd4-f5a4-4f1d-be3c-5ffb77310509","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"operations","value":"{\"query\":\"mutation ($file: Upload!)  {\\n  single_upload (file: $file) {img_url}\\n}\"}","type":"text"},{"key":"map","value":"{\"0\": [\"variables.file\"]}","type":"text"},{"key":"0","type":"file","src":"/C:/Users/user/Desktop/부스트캠프/boostcamp/day15/crf/image/1597456743055.png"}]},"url":"127.0.0.1:3000/graphql","urlObject":{"port":"3000","path":["graphql"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"0d5be172-2bbe-4727-b456-a3e3f17507c9","name":"유저가 쓴 글 가져오기","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":"127.0.0.1:3000/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"356"},{"key":"ETag","value":"W/\"164-nluN2LbIL6JoeZE6lEsRipHa/GI\""},{"key":"Date","value":"Mon, 30 Nov 2020 09:07:48 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"user_tweet_list\": [\n            {\n                \"content\": \"데모발표 기대중~\",\n                \"child_tweet_number\": 1,\n                \"retweet_user_number\": 0,\n                \"heart_user_number\": 0,\n                \"author\": {\n                    \"user_id\": \"joojaewoo\"\n                }\n            },\n            {\n                \"content\": \"@joojaewoo asdfasd fasdfce wqf q rewq @wseungjin @shmallow1 @1231421\",\n                \"child_tweet_number\": 0,\n                \"retweet_user_number\": 0,\n                \"heart_user_number\": 0,\n                \"author\": {\n                    \"user_id\": \"joojaewoo\"\n                }\n            }\n        ]\n    }\n}"}],"_postman_id":"1917efd4-f5a4-4f1d-be3c-5ffb77310509"}]}