{"info":{"_postman_id":"b6da76b2-bc34-4134-a3ca-f8b0e1b3c8c7","name":"wescanner","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"21511958","collectionId":"b6da76b2-bc34-4134-a3ca-f8b0e1b3c8c7","publishedId":"UzQvs4eh","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-07-16T04:35:33.000Z"},"item":[{"name":"메인페이지 검색 데이터","id":"6a4cfd53-befc-4d31-bef1-2d7309218a32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"127.0.0.1:8000/hotels/search","urlObject":{"port":"8000","path":["hotels","search"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"6a4cfd53-befc-4d31-bef1-2d7309218a32"},{"name":"\b카카오 로그인","id":"89a70d2e-15d4-4ed4-8e2f-d99468e72eed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"clientSecret","value":"<client-secret>"},{"key":"clientId","value":"<client-id>"},{"key":"redirect_uri","value":"<redirect_uri>"},{"key":"tokenName","value":"<token-name>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"authUrl","value":"<auth-url>"}]},"isInherited":false},"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"1Ym9s3ZbPM5FTXkAjDTP_qNaZ6QDK3oRslPZGPuHCj10mQAAAYH71LRm","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"","variables":""}},"url":"http://127.0.0.1:8000/users/kakao","urlObject":{"protocol":"http","port":"8000","path":["users","kakao"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"89a70d2e-15d4-4ed4-8e2f-d99468e72eed"},{"name":"이메일 로그인","id":"2f40fed1-0c3b-4db7-9ec2-b5fd2a05727f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"useBrowser","value":"<use-browser>"},{"key":"clientSecret","value":"<client-secret>"},{"key":"clientId","value":"<client-id>"},{"key":"redirect_uri","value":"<redirect_uri>"},{"key":"tokenName","value":"<token-name>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"authUrl","value":"<auth-url>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\":\"wlals3968@naver.com\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/users/email","urlObject":{"protocol":"http","port":"8000","path":["users","email"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"2f40fed1-0c3b-4db7-9ec2-b5fd2a05727f"},{"name":"호텔 리스트 ","id":"f55e1b55-a586-4514-ba18-faab15bc6ac3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"price_max","value":"100000","type":"text","disabled":true}]},"url":"127.0.0.1:8000/hotels?city_id=1&rating=[3,4]&conformation_id=[2,4]&price_max=200000&sort=random","urlObject":{"port":"8000","path":["hotels"],"host":["127","0","0","1"],"query":[{"disabled":true,"key":"hotel_id","value":"3"},{"disabled":true,"key":"country_id","value":"3"},{"key":"city_id","value":"1"},{"disabled":true,"key":"check_in","value":"2022-07-20"},{"disabled":true,"key":"check_out","value":"2022-07-23"},{"key":"rating","value":"[3,4]"},{"key":"conformation_id","value":"[2,4]"},{"key":"price_max","value":"200000"},{"disabled":true,"key":"sort","value":"low_price"},{"disabled":true,"key":"sort","value":"high_price"},{"key":"sort","value":"random"}],"variable":[]}},"response":[],"_postman_id":"f55e1b55-a586-4514-ba18-faab15bc6ac3"},{"name":"리뷰 등록","id":"48c82c63-e2f6-4dc4-8390-adf343361320","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"useBrowser","value":"<use-browser>"},{"key":"clientSecret","value":"<client-secret>"},{"key":"clientId","value":"<client-id>"},{"key":"redirect_uri","value":"<redirect_uri>"},{"key":"tokenName","value":"<token-name>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"authUrl","value":"<auth-url>"}]},"isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoxfQ.uQ-4zhqcB527pplZq8pMnHUdpMwBXR3GsFzdGJyQOTI","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"review_image","type":"file","src":"/Users/jimin/Documents/KakaoTalk_Photo_2022-07-08-01-40-01.jpeg"},{"key":"hotel_id","value":"1","type":"text"},{"key":"rating","value":"3","type":"text"},{"key":"content","value":"ㅂㅈㄷㅂㅈ","type":"text"}]},"url":"http://127.0.0.1:8000/users/review","urlObject":{"protocol":"http","port":"8000","path":["users","review"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"48c82c63-e2f6-4dc4-8390-adf343361320"}]}