{"info":{"_postman_id":"8ca6d656-d843-4bd6-a0b1-ec6c36838502","name":"sixthsense_back","description":"<html><head></head><body><p>1차프로젝트 sxithsense팀 백엔드 API 문서</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"20004181","collectionId":"8ca6d656-d843-4bd6-a0b1-ec6c36838502","publishedId":"Uyr4Lfof","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-04-15T07:07:54.000Z"},"item":[{"name":"Users","item":[{"name":"Signup","id":"efa0ee6b-c502-437b-a622-9d202df7ca47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"subinkim@hello.com\",\r\n    \"password\": \"1q2w3e4r1!\",\r\n    \"username\": \"김수빈\",\r\n    \"phoneNumber\": \"010-1234-5678\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/users/signup","description":"<p>클라이언트가 회원가입 할때 사용하는 API</p>\n","urlObject":{"protocol":"http","port":"8000","path":["users","signup"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"57313e48-711c-416d-b955-9fa0b53a2edf","name":"Signup","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"subinkim@hello.com\",\r\n    \"password\": \"1q2w3e4r1!\",\r\n    \"username\": \"김수빈\",\r\n    \"phoneNumber\": \"010-1234-5678\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/users/signup"},"status":"Created","code":201,"_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":"28"},{"key":"ETag","value":"W/\"1c-ulRBHCvEIUyICQa7+YSt689/+bk\""},{"key":"Date","value":"Fri, 15 Apr 2022 05:58:21 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"SIGNUP_SUCCESS\"\n}"}],"_postman_id":"efa0ee6b-c502-437b-a622-9d202df7ca47"},{"name":"Login","id":"d90b0910-fb0b-4bf5-ba92-666c91044b11","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"subinkim@hello.com\",\r\n    \"password\": \"1q2w3e4r1!\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/users/login","description":"<p>클라이언트가 로그인 할 때 사용하는 API</p>\n","urlObject":{"protocol":"http","port":"8000","path":["users","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"f762fa19-24a0-42da-819e-b02f4b722e03","name":"New Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"subinkim@hello.com\",\r\n    \"password\": \"1q2w3e4r1!\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/users/login"},"status":"Created","code":201,"_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":"165"},{"key":"ETag","value":"W/\"a5-/0BTHBQU/cYQfHds9O1MByy3Lys\""},{"key":"Date","value":"Fri, 15 Apr 2022 06:03:26 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"LOGIN_SUCCESS\",\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6W3siaWQiOjF9XSwiaWF0IjoxNjUwMDAyNjA2fQ.GqRFF0QYIS183jOO0DXbxj_usgc8ALcfqh1w1V0HaJ4\"\n}"}],"_postman_id":"d90b0910-fb0b-4bf5-ba92-666c91044b11"}],"id":"a003037c-58ec-464f-ad92-09b2bf36deb7","description":"<p>클라이언트의 로그인 혹은 회원가입에 관한 APIs</p>\n","_postman_id":"a003037c-58ec-464f-ad92-09b2bf36deb7"},{"name":"Dormitory","item":[{"name":"getDormitoriesForSlides","id":"62a9b5b6-a161-4b27-91c2-aacb7c2e4849","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/dormitories/","description":"<p>메인페이지 슬라이드 이미지를 위한 API</p>\n","urlObject":{"protocol":"http","port":"8000","path":["dormitories",""],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"0b02075f-fb29-449c-bc47-0e4b8fdf7b0c","name":"getDormitoriesForSlides","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8000/dormitories/"},"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":"4204"},{"key":"ETag","value":"W/\"106c-a54u4B0T2OS48gXPtEb7fXWcNbc\""},{"key":"Date","value":"Fri, 15 Apr 2022 06:11:10 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"category\": \"펜션\",\n            \"name\": \"제주조랑말\",\n            \"comment\": \"감귤과수원의 풍경을 끌어들인 특별한 공간에서의 휴식\",\n            \"city\": \"제주\",\n            \"district\": \"서귀포시\",\n            \"price\": [\n                130000,\n                170000\n            ],\n            \"headCount\": [\n                2,\n                3\n            ],\n            \"imageUrl\": [\n                \"https://images.unsplash.com/photo-1584132869994-873f9363a562?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2070&q=80\",\n                \"https://images.unsplash.com/photo-1551882547-ff40c63fe5fa?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2070&q=80\",\n                \"https://images.unsplash.com/photo-1498503182468-3b51cbb6cb24?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2070&q=80\"\n            ]\n        },\n        {\n            \"id\": 2,\n            \"category\": \"호텔\",\n            \"name\": \"스테이에프\",\n            \"comment\": \"일상으로부터 벗어나 바다를 마주보다\",\n            \"city\": \"강원\",\n            \"district\": \"고성군\",\n            \"price\": [\n                250000,\n                300000\n            ],\n            \"headCount\": [\n                2,\n                3\n            ],\n            \"imageUrl\": [\n                \"https://images.unsplash.com/photo-1584132967334-10e028bd69f7?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2070&q=80\",\n                \"https://images.unsplash.com/photo-1596436889106-be35e843f974?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2070&q=80\",\n                \"https://images.unsplash.com/photo-1584132869994-873f9363a562?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2070&q=80\"\n            ]\n        },\n        {\n            \"id\": 3,\n            \"category\": \"펜션\",\n            \"name\": \"라온다\",\n            \"comment\": \"허기진 마음을 가득 채워가는 곳\",\n            \"city\": \"강원\",\n            \"district\": \"강릉시\",\n            \"price\": [\n                250000,\n                400000\n            ],\n            \"headCount\": [\n                2,\n                5\n            ],\n            \"imageUrl\": [\n                \"https://images.unsplash.com/photo-1610641818989-c2051b5e2cfd?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2070&q=80\",\n                \"https://images.unsplash.com/photo-1534009502677-4e5080efa8c6?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2071&q=80\",\n                \"https://images.unsplash.com/photo-1506059612708-99d6c258160e?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2069&q=80\"\n            ]\n        },\n        {\n            \"id\": 4,\n            \"category\": \"펜션\",\n            \"name\": \"칠월학교\",\n            \"comment\": \"자연이 흐르는 가족의 안식처\",\n            \"city\": \"강원\",\n            \"district\": \"춘천시\",\n            \"price\": [\n                450000\n            ],\n            \"headCount\": [\n                5\n            ],\n            \"imageUrl\": [\n                \"https://images.unsplash.com/photo-1592965046687-1acdbcdb5642?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2066&q=80\",\n                \"https://images.unsplash.com/photo-1565380405453-a60d3941c3a3?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1548&q=80\",\n                \"https://images.unsplash.com/photo-1440151050977-247552660a3b?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2180&q=80\"\n            ]\n        },\n        {\n            \"id\": 5,\n            \"category\": \"렌탈 하우스\",\n            \"name\": \"우연 스테이\",\n            \"comment\": \"산과 계곡, 자연과 함께하는 온전한 휴식\",\n            \"city\": \"전라\",\n            \"district\": \"완주군\",\n            \"price\": [\n                150000\n            ],\n            \"headCount\": [\n                2\n            ],\n            \"imageUrl\": [\n                \"https://images.unsplash.com/photo-1567636788276-40a47795ba4d?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1548&q=80\",\n                \"https://images.unsplash.com/photo-1600763773929-ed69f0097b2d?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2064&q=80\",\n                \"https://images.unsplash.com/photo-1500930287596-c1ecaa373bb2?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2070&q=80\"\n            ]\n        },\n        {\n            \"id\": 6,\n            \"category\": \"게스트하우스\",\n            \"name\": \"예스모어\",\n            \"comment\": \"모든 것을 내려 놓으며, 비로소 느낄 수 있는 머무름의 시간\",\n            \"city\": \"서울\",\n            \"district\": \"서대문구\",\n            \"price\": [\n                140000,\n                170000\n            ],\n            \"headCount\": [\n                2,\n                3\n            ],\n            \"imageUrl\": [\n                \"https://images.unsplash.com/photo-1542568190-441f9553ca64?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2070&q=80\",\n                \"https://images.unsplash.com/photo-1569369926169-9ee7fb80adeb?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2063&q=80\",\n                \"https://images.unsplash.com/photo-1554289087-51d078c78d8a?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2070&q=80\"\n            ]\n        }\n    ]\n}"}],"_postman_id":"62a9b5b6-a161-4b27-91c2-aacb7c2e4849"},{"name":"getDormitoryImages","id":"8976bad1-9f4e-4562-83a8-fa5e8ec7d02f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/dormitories/images","description":"<p>슬라이드를 제외한 기타 이미지들을 위한 API</p>\n","urlObject":{"protocol":"http","port":"8000","path":["dormitories","images"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c851b28f-b936-4167-bca5-f739c3091ebb","name":"getDormitoryImages","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8000/dormitories/images"},"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":"1818"},{"key":"ETag","value":"W/\"71a-P/0FhWb2pRHpXF9LReVOiBJx0ok\""},{"key":"Date","value":"Fri, 15 Apr 2022 06:11:41 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"imageUrl\": \"https://images.unsplash.com/photo-1584132869994-873f9363a562?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2070&q=80\"\n        },\n        {\n            \"id\": 2,\n            \"imageUrl\": \"https://images.unsplash.com/photo-1551882547-ff40c63fe5fa?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2070&q=80\"\n        },\n        {\n            \"id\": 3,\n            \"imageUrl\": \"https://images.unsplash.com/photo-1498503182468-3b51cbb6cb24?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2070&q=80\"\n        },\n        {\n            \"id\": 4,\n            \"imageUrl\": \"https://images.unsplash.com/photo-1584132967334-10e028bd69f7?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2070&q=80\"\n        },\n        {\n            \"id\": 5,\n            \"imageUrl\": \"https://images.unsplash.com/photo-1596436889106-be35e843f974?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2070&q=80\"\n        },\n        {\n            \"id\": 6,\n            \"imageUrl\": \"https://images.unsplash.com/photo-1584132869994-873f9363a562?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2070&q=80\"\n        },\n        {\n            \"id\": 7,\n            \"imageUrl\": \"https://images.unsplash.com/photo-1610641818989-c2051b5e2cfd?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2070&q=80\"\n        },\n        {\n            \"id\": 8,\n            \"imageUrl\": \"https://images.unsplash.com/photo-1534009502677-4e5080efa8c6?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2071&q=80\"\n        },\n        {\n            \"id\": 9,\n            \"imageUrl\": \"https://images.unsplash.com/photo-1506059612708-99d6c258160e?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2069&q=80\"\n        },\n        {\n            \"id\": 10,\n            \"imageUrl\": \"https://images.unsplash.com/photo-1592965046687-1acdbcdb5642?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2066&q=80\"\n        }\n    ]\n}"}],"_postman_id":"8976bad1-9f4e-4562-83a8-fa5e8ec7d02f"},{"name":"getCities","id":"26bfbb5f-9c8c-43fb-b31c-90cf31c60a90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/dormitories/cities","description":"<p>여러 국가 정보들을 가져오기 위한 API</p>\n","urlObject":{"protocol":"http","port":"8000","path":["dormitories","cities"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"f703312b-30dd-4970-b85c-0b2e34e63e7f","name":"getCities","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8000/dormitories/cities"},"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":"339"},{"key":"ETag","value":"W/\"153-G6H5bm+DXs+1nFAFZNMLJMNya/c\""},{"key":"Date","value":"Fri, 15 Apr 2022 06:12:14 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 2,\n            \"name\": \"강원\"\n        },\n        {\n            \"id\": 5,\n            \"name\": \"경기\"\n        },\n        {\n            \"id\": 8,\n            \"name\": \"경상\"\n        },\n        {\n            \"id\": 10,\n            \"name\": \"광주\"\n        },\n        {\n            \"id\": 12,\n            \"name\": \"대구\"\n        },\n        {\n            \"id\": 11,\n            \"name\": \"대전\"\n        },\n        {\n            \"id\": 6,\n            \"name\": \"부산\"\n        },\n        {\n            \"id\": 4,\n            \"name\": \"서울\"\n        },\n        {\n            \"id\": 13,\n            \"name\": \"울산\"\n        },\n        {\n            \"id\": 9,\n            \"name\": \"인천\"\n        },\n        {\n            \"id\": 3,\n            \"name\": \"전라\"\n        },\n        {\n            \"id\": 1,\n            \"name\": \"제주\"\n        },\n        {\n            \"id\": 7,\n            \"name\": \"충청\"\n        }\n    ]\n}"}],"_postman_id":"26bfbb5f-9c8c-43fb-b31c-90cf31c60a90"},{"name":"getSearchedDormitories","id":"93f27797-07fa-4943-a8a5-ef18709402a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/dormitories/search/?category=pension","description":"<p>리스트페이지에서 필터링 된 숙소 정보를 가져오기 위한 API</p>\n","urlObject":{"protocol":"http","port":"8000","path":["dormitories","search",""],"host":["localhost"],"query":[{"key":"category","value":"pension"}],"variable":[]}},"response":[{"id":"cee0e102-7296-421e-ad1c-a68133a9ce22","name":"getSearchedDormitories","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8000/dormitories/search/?category=pension","protocol":"http","host":["localhost"],"port":"8000","path":["dormitories","search",""],"query":[{"key":"category","value":"pension"}]}},"status":"Created","code":201,"_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":"1900"},{"key":"ETag","value":"W/\"76c-sFchF9gd677En4QLbTdPFxtYOfE\""},{"key":"Date","value":"Fri, 15 Apr 2022 06:55:56 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"searchedDormitories\": [\n        {\n            \"id\": 1,\n            \"category\": \"펜션\",\n            \"name\": \"제주조랑말\",\n            \"city\": \"제주\",\n            \"district\": \"서귀포시\",\n            \"price\": [\n                130000,\n                170000\n            ],\n            \"headCount\": [\n                2,\n                3\n            ],\n            \"imageUrl\": [\n                \"https://images.unsplash.com/photo-1584132869994-873f9363a562?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2070&q=80\",\n                \"https://images.unsplash.com/photo-1551882547-ff40c63fe5fa?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2070&q=80\",\n                \"https://images.unsplash.com/photo-1498503182468-3b51cbb6cb24?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2070&q=80\"\n            ]\n        },\n        {\n            \"id\": 3,\n            \"category\": \"펜션\",\n            \"name\": \"라온다\",\n            \"city\": \"강원\",\n            \"district\": \"강릉시\",\n            \"price\": [\n                250000,\n                400000\n            ],\n            \"headCount\": [\n                2,\n                5\n            ],\n            \"imageUrl\": [\n                \"https://images.unsplash.com/photo-1610641818989-c2051b5e2cfd?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2070&q=80\",\n                \"https://images.unsplash.com/photo-1534009502677-4e5080efa8c6?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2071&q=80\",\n                \"https://images.unsplash.com/photo-1506059612708-99d6c258160e?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2069&q=80\"\n            ]\n        },\n        {\n            \"id\": 4,\n            \"category\": \"펜션\",\n            \"name\": \"칠월학교\",\n            \"city\": \"강원\",\n            \"district\": \"춘천시\",\n            \"price\": [\n                450000\n            ],\n            \"headCount\": [\n                5\n            ],\n            \"imageUrl\": [\n                \"https://images.unsplash.com/photo-1592965046687-1acdbcdb5642?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2066&q=80\",\n                \"https://images.unsplash.com/photo-1565380405453-a60d3941c3a3?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1548&q=80\",\n                \"https://images.unsplash.com/photo-1440151050977-247552660a3b?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2180&q=80\"\n            ]\n        }\n    ]\n}"}],"_postman_id":"93f27797-07fa-4943-a8a5-ef18709402a7"},{"name":"getDetail","id":"609a6540-0d59-4bb7-b983-e1fcde5609f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/dormitories/1","description":"<p>해당 숙소의 디테일한 정보를 가져오기 위한 API</p>\n","urlObject":{"protocol":"http","port":"8000","path":["dormitories","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"070fc255-d9af-4d0e-a7fa-ecec781ba75c","name":"getDetail","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8000/dormitories/1"},"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":"3042"},{"key":"ETag","value":"W/\"be2-qR220aJP2+DrKJsZD9Ee0zwMtDs\""},{"key":"Date","value":"Fri, 15 Apr 2022 06:35:00 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"dormitoryName\": \"제주조랑말\",\n            \"comment\": \"감귤과수원의 풍경을 끌어들인 특별한 공간에서의 휴식\",\n            \"main_description\": \"제주조랑말은 감귤과수원 안에 있는 비정형적인 외관으로 프라이빗한 휴식 그리고 충실한 편안함과 동시에 특별한 제주에서의 휴식을 제공하고 싶습니다.\",\n            \"sub_description\": \"제주조랑말에서 아침에 눈을 뜨면 누운채로도 푸릇푸릇 반짝이는 귤밭을 시야에 채울 수 있으며 방문을 열면 귤 밭 사이사이에서 조잘거리는 새소리가 들립니다. 천연덕스럽게 야외복도를 넘어 자라고 있는 로즈마리의 향도 차분하게 온몸으로 스며듭니다. 느지막히 일어나서 바로 내린 커피향과 갓구운 빵냄새가 가득한 카페에서 감귤밭에 둘러쌓여 조식을 즐겨 보세요. 제주토끼는 앞만보고 달리기를 강요받는 도시사람들에게 잠시 달리기를 멈추고 몸과 마음이 쉴 수 있는 휴식을 선물하고 싶습니다.\",\n            \"city\": \"제주\",\n            \"district\": \"서귀포시\",\n            \"dormitoryImageUrl\": [\n                \"https://images.unsplash.com/photo-1584132869994-873f9363a562?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2070&q=80\",\n                \"https://images.unsplash.com/photo-1551882547-ff40c63fe5fa?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2070&q=80\",\n                \"https://images.unsplash.com/photo-1498503182468-3b51cbb6cb24?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2070&q=80\"\n            ],\n            \"roomSpecialTitle\": [\n                \"귤밭\",\n                \"조식\",\n                \"건축\"\n            ],\n            \"roomSpecialDes\": [\n                \"제주조랑말은 귤밭에 둘러싸여 있어 4계절 내내 초록초록함을 느낄 수 있습니다. 특히 5월에는 숙소에 계시는동안 은은한 귤꽃향을 즐기실 수 있으며, 여름에는 풋귤을, 가을에는 주렁주렁 달려있는 감귤을, 겨울에는 밭에서 바로 딴 감귤을 맛보실 수 있습니다.\",\n                \"제주조랑말은 화려하진 않지만 기본에 충실한 조식을 제공합니다. 로즈마리의 향과 귀를 간지럽히는 새소리를 들으며 카페에 오시면 귤밭에 둘러 쌓인 공간에서 신선한 제철 샐러드, 갓구운 빵, 직접 내리는 핸드드립 커피를 즐기실 수 있습니다.\",\n                \"비정형적인 외관과 주변의 감귤과수원을 내부로 충분히 끌어들인 공간은 최-페레이라 건축의 설계로 탄생되었습니다. 레벨을 달리하여 더욱 프라이빗하게, 벽돌을 이용한 영롱쌓기로 제주의 바람과 빛을 더욱 변화무쌍하게 느끼실 수 있습니다.\"\n            ],\n            \"recommendPlacesName\": [\n                \"ICC제주국제컨벤션센터\",\n                \"큰돈가\",\n                \"중문색달해변\"\n            ],\n            \"recommendPlacesType\": [\n                \"shop\",\n                \"food\",\n                \"nature\"\n            ],\n            \"recommendPlacesDes\": [\n                \"국제회의전문시설이자 강연회·연회·이벤트·전시회·공연 등을 열 수 있는 복합공간\",\n                \" 직접 구워주는 제주 흑돼지 맛집\",\n                \"서핑과 노을을 즐길 수 있는 해변\"\n            ]\n        }\n    ]\n}"}],"_postman_id":"609a6540-0d59-4bb7-b983-e1fcde5609f3"}],"id":"834c4949-2b24-4816-934d-ae2e8a73429f","description":"<p>숙소에 관련된 정보를 받아오는 APIs</p>\n","_postman_id":"834c4949-2b24-4816-934d-ae2e8a73429f"},{"name":"Rooms","item":[{"name":"getImages","id":"7e68030a-4b12-49b5-bc9b-0ab486d0093e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/rooms/images","description":"<p>해당 숙소의 여러 방 이미지를 가져오기 위한 API</p>\n","urlObject":{"protocol":"http","port":"8000","path":["rooms","images"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"ca34f5ab-89f8-4bba-b9df-bdb17eefd467","name":"getImages","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8000/rooms/images"},"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":"1100"},{"key":"ETag","value":"W/\"44c-eVYymuiWYR27cHo90iDwy/SAsEo\""},{"key":"Date","value":"Fri, 15 Apr 2022 06:58:32 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"imageUrl\": \"https://images.unsplash.com/photo-1564078516393-cf04bd966897?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxzZWFyY2h8M3x8cm9vbXxlbnwwfHwwfHw%3D&auto=format&fit=crop&w=600&q=60\"\n        },\n        {\n            \"id\": 2,\n            \"imageUrl\": \"https://images.unsplash.com/photo-1600596542815-ffad4c1539a9?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1175&q=80\"\n        },\n        {\n            \"id\": 3,\n            \"imageUrl\": \"https://images.unsplash.com/photo-1560448204-e02f11c3d0e2?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1170&q=80\"\n        },\n        {\n            \"id\": 4,\n            \"imageUrl\": \"https://images.unsplash.com/photo-1589834390005-5d4fb9bf3d32?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxzZWFyY2h8NXx8cm9vbXxlbnwwfHwwfHw%3D&auto=format&fit=crop&w=600&q=60\"\n        },\n        {\n            \"id\": 5,\n            \"imageUrl\": \"https://images.unsplash.com/photo-1576493169316-0745093ae312?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1170&q=80\"\n        },\n        {\n            \"id\": 6,\n            \"imageUrl\": \"https://images.unsplash.com/photo-1560185007-5f0bb1866cab?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1170&q=80\"\n        }\n    ]\n}"}],"_postman_id":"7e68030a-4b12-49b5-bc9b-0ab486d0093e"}],"id":"a99a59d7-9354-4b3f-a716-704f57896659","description":"<p>숙소 하나에 여러개 존재하는 방에 대한 정보를 가져오기 위한 APIs</p>\n","_postman_id":"a99a59d7-9354-4b3f-a716-704f57896659"}]}