{"info":{"_postman_id":"b12db06a-f67c-4ad3-bdee-a7684c282768","name":"Tiramisu","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"37993476","collectionId":"b12db06a-f67c-4ad3-bdee-a7684c282768","publishedId":"2sAXjM5sA2","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-09-03T04:16:03.000Z"},"item":[{"name":"Order","item":[{"name":"getOrderById","event":[{"listen":"test","script":{"id":"1fbb4bf8-eb23-418e-963d-c878d4282c89","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"76ad24e4-28af-4996-b936-87a450f5708b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJhYmMxMjMxMjMiLCJhdXRoIjoiQ1VTVE9NRVIiLCJleHAiOjE3MjUzMDc5NjMsImlhdCI6MTcyNTMwNDM2M30.1QjRk4MU8ksAH2sz0QRSYlY7f9M7HKafjaRJGtJy_ew","type":"text"}],"url":"http://localhost:8080/orders/5d7930c8-8b8d-4bbf-a18d-f850088f06aa","description":"<p>This is a GET request and it is used to \"get\" data from an endpoint. There is no request body for a GET request, but you can use query parameters to help specify the resource you want data on (e.g., in this request, we have <code>id=1</code>).</p>\n<p>A successful GET response will have a <code>200 OK</code> status, and should include some kind of response body - for example, HTML web content or JSON data.</p>\n","urlObject":{"protocol":"http","port":"8080","path":["orders","5d7930c8-8b8d-4bbf-a18d-f850088f06aa"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"76ad24e4-28af-4996-b936-87a450f5708b"},{"name":"createOrder","event":[{"listen":"test","script":{"id":"3ee992e1-dc79-4053-82d4-de77f8ebe463","exec":["pm.test(\"Successful POST request\", function () {","    pm.expect(pm.response.code).to.be.oneOf([200, 201]);","});",""],"type":"text/javascript","packages":{}}}],"id":"2b5d93e9-035a-4f1c-a143-d142a8ad50c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJhYmMxMjMxMjMiLCJhdXRoIjoiQ1VTVE9NRVIiLCJleHAiOjE3MjUzMDc5NjMsImlhdCI6MTcyNTMwNDM2M30.1QjRk4MU8ksAH2sz0QRSYlY7f9M7HKafjaRJGtJy_ew","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"storeId\" : \"81979097-6186-4b3a-b465-b00f0aaf22ae\",\n    \"orderType\": \"ONLINE\",\n    \"deliveryAddress\": \"서울특별시 서초구 양재동 222-11\",\n    \"detail\": \"빠른 배달 부탁해요!!\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/orders","description":"<p>This is a POST request, submitting data to an API via the request body. This request submits JSON data, and the data is reflected in the response.</p>\n<p>A successful POST request typically returns a <code>200 OK</code> or <code>201 Created</code> response code.</p>\n","urlObject":{"protocol":"http","port":"8080","path":["orders"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"2b5d93e9-035a-4f1c-a143-d142a8ad50c3"},{"name":"detedOrderById","event":[{"listen":"test","script":{"id":"2d4a309e-650a-4967-b6e5-071a82e6edde","exec":["pm.test(\"Successful DELETE request\", function () {","    pm.expect(pm.response.code).to.be.oneOf([200, 202, 204]);","});",""],"type":"text/javascript","packages":{}}}],"id":"fec9e21a-781c-42fe-a930-b73691ccd234","request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJhYmMxMjMiLCJhdXRoIjoiQ1VTVE9NRVIiLCJleHAiOjE3MjQ5NDI4MjgsImlhdCI6MTcyNDkzOTIyOH0.gTxbGua56RoMy8Q1Z0qao1ea6xUnGg0rWpK9Spio-S0","type":"text"}],"url":"http://localhost:8080/orders/29c98569-73bd-4df8-82fa-6743ec71a353","description":"<p>This is a DELETE request, and it is used to delete data that was previously created via a POST request. You typically identify the entity being updated by including an identifier in the URL (eg. <code>id=1</code>).</p>\n<p>A successful DELETE request typically returns a <code>200 OK</code>, <code>202 Accepted</code>, or <code>204 No Content</code> response code.</p>\n","urlObject":{"protocol":"http","port":"8080","path":["orders","29c98569-73bd-4df8-82fa-6743ec71a353"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"fec9e21a-781c-42fe-a930-b73691ccd234"},{"name":"getOrderByUserId","id":"2a1b44af-90f0-4b60-944a-8744e23a249b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJhYmMxMjMiLCJhdXRoIjoiQ1VTVE9NRVIiLCJleHAiOjE3MjUyMjgyNjUsImlhdCI6MTcyNTIyNDY2NX0.VSNZJXIJtXPWD7WnzBTX9F7MDTb1Fh9E-tYns8FztXY","type":"text"}],"url":"http://localhost:8080/orders/user","urlObject":{"protocol":"http","port":"8080","path":["orders","user"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"2a1b44af-90f0-4b60-944a-8744e23a249b"},{"name":"getByStoreId","id":"0cae9834-531e-4a6b-95d8-5c73b1e81929","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/orders/store/","urlObject":{"protocol":"http","port":"8080","path":["orders","store",""],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"0cae9834-531e-4a6b-95d8-5c73b1e81929"},{"name":"updateOrder","id":"bd818967-13f2-4fa2-a25f-eb7e7a0a4c99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJhYmMxMjMiLCJhdXRoIjoiQ1VTVE9NRVIiLCJleHAiOjE3MjQ5MzY0MjAsImlhdCI6MTcyNDkzMjgyMH0.GfkWaMgZZPp9d9CeoxrdC2Z9GlN5M6p4tZJRp7hZ9rc","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"orderId\" : \"5d7930c8-8b8d-4bbf-a18d-f850088f06aa\",\n    \"detail\" : \"리뷰 이벤트 할게욥!! 치킨 너겟 주시면 감사하겠습니다!!\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/orders","urlObject":{"protocol":"http","port":"8080","path":["orders"],"host":["localhost"],"query":[{"disabled":true,"key":"","value":null}],"variable":[]}},"response":[],"_postman_id":"bd818967-13f2-4fa2-a25f-eb7e7a0a4c99"}],"id":"909457da-3e81-4a04-9207-f4a9ffef5dcb","_postman_id":"909457da-3e81-4a04-9207-f4a9ffef5dcb","description":""},{"name":"User","item":[{"name":"sign-in(User)","id":"7bf83688-3596-4a6b-9b94-3f35e0666c0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"username\": \"abc123\",\n    \"password\": \"qwerqwer123!\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/users/signIn","urlObject":{"protocol":"http","port":"8080","path":["users","signIn"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"7bf83688-3596-4a6b-9b94-3f35e0666c0d"},{"name":"sign-up(Admin)","id":"0732ddc4-1804-44ed-bcbf-ef227abd3554","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"username\": \"abc3\",\n    \"password\": \"qwerqwer123!\",\n    \"email\": \"whdrb2643@naver.net\",\n    \"address\": \"서울시 노원구 공릉동 333-33\",\n    \"phone\": \"010-1234-1234\",\n    \"role\": \"MASTER\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/admin/create-admin","urlObject":{"protocol":"http","port":"8080","path":["admin","create-admin"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"0732ddc4-1804-44ed-bcbf-ef227abd3554"},{"name":"verify","id":"8e5a6a21-c86b-4ca7-9bba-23c459ead54e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://13.125.243.45:8080/users/verify","urlObject":{"protocol":"http","port":"8080","path":["users","verify"],"host":["13","125","243","45"],"query":[],"variable":[]}},"response":[],"_postman_id":"8e5a6a21-c86b-4ca7-9bba-23c459ead54e"},{"name":"findAll","id":"456e594a-1d06-4f0f-a946-1b03482f9173","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/admin/users?page=0&size=10&sortBy=createdAt&isAsc=true","urlObject":{"protocol":"http","port":"8080","path":["admin","users"],"host":["localhost"],"query":[{"key":"page","value":"0"},{"key":"size","value":"10"},{"key":"sortBy","value":"createdAt"},{"key":"isAsc","value":"true"}],"variable":[]}},"response":[],"_postman_id":"456e594a-1d06-4f0f-a946-1b03482f9173"},{"name":"findById","id":"13d38b37-d426-4664-936d-b5a89dbb83f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJtYXN0ZXIiLCJhdXRoIjoiTUFTVEVSIiwiZXhwIjoxNzI1MTI3MjAxLCJpYXQiOjE3MjUxMjM2MDF9.qVmg0gR8UNfw-nPVegu7EaDYRvOjt-ygnMYTD22jdpI","type":"text"}],"url":"http://localhost:8080/users/admin1","urlObject":{"protocol":"http","port":"8080","path":["users","admin1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"13d38b37-d426-4664-936d-b5a89dbb83f0"},{"name":"delete","id":"503c6c7b-1d9f-48d2-ac65-67922bd37ac8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJtYXN0ZXI5OSIsImF1dGgiOiJNQVNURVIiLCJleHAiOjE3MjUyMDcwNDEsImlhdCI6MTcyNTIwMzQ0MX0.X1Q9YK4d9HrIpPJUoZvTwvKc1ukQUvI6cThv5Q9kZhM","type":"text"}],"url":"http://localhost:8080/users/delete","urlObject":{"protocol":"http","port":"8080","path":["users","delete"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"503c6c7b-1d9f-48d2-ac65-67922bd37ac8"},{"name":"update","id":"13435fd9-7309-4362-a5c9-0c7dfdd56e8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"username\": \"test1\",\n    \"email\": \"zazazaza1@email.com\",\n    \"phone\": \"010-1234-1111\",\n    \"address\": \"회기로\",\n    \"password\": \"qweasd123!\",\n    \"role\":\"CUSTOMER\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/users/update","urlObject":{"protocol":"http","port":"8080","path":["users","update"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"13435fd9-7309-4362-a5c9-0c7dfdd56e8f"},{"name":"adminToUserDelete","id":"a3e6b9a6-00c5-4952-a9db-c687752beb5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJtYXN0ZXIiLCJhdXRoIjoiTUFTVEVSIiwiZXhwIjoxNzI1MjA4ODA5LCJpYXQiOjE3MjUyMDUyMDl9.J0RCwXdzmbNQgZ6IRHKVC0lZsDrur4Ms17d-c_0HXxs","type":"text"}],"url":"http://localhost:8080/admin/delete/37","urlObject":{"protocol":"http","port":"8080","path":["admin","delete","37"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"a3e6b9a6-00c5-4952-a9db-c687752beb5b"},{"name":"sign-up(User)","id":"c040526c-8084-41f6-a92b-cd3444201d98","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"username\": \"abc123\",\n    \"password\": \"qwerqwer123!\",\n    \"email\": \"whdrb2643@paran.net\",\n    \"address\": \"서울시 노원구 공릉동 333-33\",\n    \"phone\": \"010-1234-1234\",\n    \"role\": \"CUSTOMER\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/users/sign-up","urlObject":{"protocol":"http","port":"8080","path":["users","sign-up"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"c040526c-8084-41f6-a92b-cd3444201d98"},{"name":"sign-up(Master)","id":"e06bf5ba-05e3-4939-86ab-7a80af502a1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJhYmMxMjMxMjMiLCJhdXRoIjoiQ1VTVE9NRVIiLCJleHAiOjE3NDAxNTY3MDYsImlhdCI6MTc0MDE1MzEwNn0.HLdVjt-Llls3kT4MOE3Z8iFx0Fb35gt4qMrq-ALgXl4","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"username\": \"master\",\n    \"password\": \"qwerqwer123!\",\n    \"email\": \"whdrb2643@hanmail.net\",\n    \"address\": \"서울시 노원구 공릉동 333-33\",\n    \"phone\": \"010-1234-1234\",\n    \"role\": \"MASTER\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/admin/create-admin","urlObject":{"protocol":"http","port":"8080","path":["admin","create-admin"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"e06bf5ba-05e3-4939-86ab-7a80af502a1b"},{"name":"sign-in(Master)","id":"bf785e4b-f412-4a44-8b73-555c4d14059a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"username\": \"abc3\",\n    \"password\": \"qwerqwer123!\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/users/signIn","urlObject":{"protocol":"http","port":"8080","path":["users","signIn"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"bf785e4b-f412-4a44-8b73-555c4d14059a"},{"name":"Sign-In(Owner)","id":"487dbc48-38a7-4f2d-a62e-05b384e9eb15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"username\": \"qwer123\",\n    \"password\": \"abcabcabc123!\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/users/signIn","urlObject":{"protocol":"http","port":"8080","path":["users","signIn"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"487dbc48-38a7-4f2d-a62e-05b384e9eb15"},{"name":"Sign-Up(Owner)","id":"276247cb-a922-4c84-b474-eb3c36a6e352","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"username\": \"qwer123\",\n    \"password\": \"abcabcabc123!\",\n    \"email\": \"whdrb2643@abcde.com\",\n    \"address\": \"서울시 노원구 공릉동 333-33\",\n    \"phone\": \"010-1234-1234\",\n    \"role\": \"OWNER\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/users/sign-up","urlObject":{"protocol":"http","port":"8080","path":["users","sign-up"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"276247cb-a922-4c84-b474-eb3c36a6e352"}],"id":"e7388372-bb19-4f6b-b756-fde024f826e9","_postman_id":"e7388372-bb19-4f6b-b756-fde024f826e9","description":""},{"name":"Store","item":[{"name":"Post data","event":[{"listen":"test","script":{"id":"bc1116e3-bfdf-4087-8c43-189f5094cf7b","exec":["pm.test(\"Successful POST request\", function () {","    pm.expect(pm.response.code).to.be.oneOf([200, 201]);","});",""],"type":"text/javascript","packages":{}}}],"id":"1057155a-5808-4805-968d-998cc74fc0c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJxd2VyMTIzIiwiYXV0aCI6Ik9XTkVSIiwiZXhwIjoxNzQwMjY4MDM2LCJpYXQiOjE3NDAyNjQ0MzZ9.-uOTOlm7WRGu3UBk1HIPSXHnczpcbB3ClPjGMMt-65k","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"categoryId\": 102,\n    \"regionId\" : 102,\n    \"name\" : \"맛있는 치킨\",\n    \"phone\" : \"010-0000-1234\",\n    \"address\" : \"서울시 양재동\",\n\t\"description\": \"치킨 맛집입니다!! \",\n\t\"status\": \"true\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/stores","description":"<p>This is a POST request, submitting data to an API via the request body. This request submits JSON data, and the data is reflected in the response.</p>\n<p>A successful POST request typically returns a <code>200 OK</code> or <code>201 Created</code> response code.</p>\n","urlObject":{"protocol":"http","port":"8080","path":["stores"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"1057155a-5808-4805-968d-998cc74fc0c9"},{"name":"Get data","event":[{"listen":"test","script":{"id":"7c4867c1-0f7c-45c5-a3ca-794d4c9ce45d","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"4eb3af5d-3c66-43d4-b8fc-2bb04692e4f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stores","description":"<p>This is a GET request and it is used to \"get\" data from an endpoint. There is no request body for a GET request, but you can use query parameters to help specify the resource you want data on (e.g., in this request, we have <code>id=1</code>).</p>\n<p>A successful GET response will have a <code>200 OK</code> status, and should include some kind of response body - for example, HTML web content or JSON data.</p>\n","urlObject":{"protocol":"http","port":"8080","path":["stores"],"host":["localhost"],"query":[{"disabled":true,"key":"storeId","value":"1"}],"variable":[]}},"response":[],"_postman_id":"4eb3af5d-3c66-43d4-b8fc-2bb04692e4f8"},{"name":"Get Single data","event":[{"listen":"test","script":{"id":"4f9d1b93-6d9d-4ad7-bc46-1a3cefca004f","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"9f109cee-ee0b-4b25-9345-c84995b03c5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJxd2VyMTIzIiwiYXV0aCI6Ik9XTkVSIiwiZXhwIjoxNzQwMjQ1MTkxLCJpYXQiOjE3NDAyNDE1OTF9.RZxgv-PzLtmg5mi2iOPTlqOb-FgKego5ZgbUanejyFI","type":"text"}],"url":"http://localhost:8080/stores/880a4896-3ae1-4780-ac7a-dd2745fe63ff","description":"<p>This is a GET request and it is used to \"get\" data from an endpoint. There is no request body for a GET request, but you can use query parameters to help specify the resource you want data on (e.g., in this request, we have <code>id=1</code>).</p>\n<p>A successful GET response will have a <code>200 OK</code> status, and should include some kind of response body - for example, HTML web content or JSON data.</p>\n","urlObject":{"protocol":"http","port":"8080","path":["stores","880a4896-3ae1-4780-ac7a-dd2745fe63ff"],"host":["localhost"],"query":[{"disabled":true,"key":"storeId","value":"1"}],"variable":[]}},"response":[],"_postman_id":"9f109cee-ee0b-4b25-9345-c84995b03c5b"},{"name":"Get Store data","event":[{"listen":"test","script":{"id":"c6f86af5-51da-464e-9b79-b312c0f7783b","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"5dfdb603-0719-42e3-b51c-11fe3769ac2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJhYmMxMjMiLCJhdXRoIjoiQ1VTVE9NRVIiLCJleHAiOjE3MjUyNzc4MTgsImlhdCI6MTcyNTI3NDIxOH0.W5dB4eDDy26uvv6-6Tka6xk01N4xgCuqS4scknGEQdE","type":"text"}],"url":"http://localhost:8080/stores","description":"<p>This is a GET request and it is used to \"get\" data from an endpoint. There is no request body for a GET request, but you can use query parameters to help specify the resource you want data on (e.g., in this request, we have <code>id=1</code>).</p>\n<p>A successful GET response will have a <code>200 OK</code> status, and should include some kind of response body - for example, HTML web content or JSON data.</p>\n","urlObject":{"protocol":"http","port":"8080","path":["stores"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"5dfdb603-0719-42e3-b51c-11fe3769ac2e"},{"name":"Update data","event":[{"listen":"test","script":{"exec":["pm.test(\"Successful PUT request\", function () {","    pm.expect(pm.response.code).to.be.oneOf([200, 201, 204]);","});",""],"type":"text/javascript","packages":{},"id":"0be1fd4a-f16e-480b-955b-1eca625ade76"}}],"id":"2a073e55-649b-467e-af42-a9751e9629f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"userId\" : \"\",\n\t\"categoryId\": 1,\n    \"regionId\" : 1,\n    \"name\" : \"BHC\",\n    \"phone\" : \"010-0000-0000\",\n    \"address\" : \"서울시 개포동\",\n\t\"description\": \"맛좋은 치킨집입니다\",\n\t\"status\": \"true\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/stores/ef590ac8-cf73-4d18-b3c8-ea9c29ad2d2e","description":"<p>This is a PUT request and it is used to overwrite an existing piece of data. For instance, after you create an entity with a POST request, you may want to modify that later. You can do that using a PUT request. You typically identify the entity being updated by including an identifier in the URL (eg. <code>id=1</code>).</p>\n<p>A successful PUT request typically returns a <code>200 OK</code>, <code>201 Created</code>, or <code>204 No Content</code> response code.</p>\n","urlObject":{"protocol":"http","port":"8080","path":["stores","ef590ac8-cf73-4d18-b3c8-ea9c29ad2d2e"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"2a073e55-649b-467e-af42-a9751e9629f5"},{"name":"Delete data","event":[{"listen":"test","script":{"exec":["pm.test(\"Successful DELETE request\", function () {","    pm.expect(pm.response.code).to.be.oneOf([200, 202, 204]);","});",""],"type":"text/javascript","packages":{},"id":"8f686464-b21c-4f3d-957e-caa95739374c"}}],"id":"96724394-c181-4b6b-8552-13a61de22225","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/stores/6050107c-d51a-4b9a-ab86-72dfca5fc0cf","description":"<p>This is a DELETE request, and it is used to delete data that was previously created via a POST request. You typically identify the entity being updated by including an identifier in the URL (eg. <code>id=1</code>).</p>\n<p>A successful DELETE request typically returns a <code>200 OK</code>, <code>202 Accepted</code>, or <code>204 No Content</code> response code.</p>\n","urlObject":{"protocol":"http","port":"8080","path":["stores","6050107c-d51a-4b9a-ab86-72dfca5fc0cf"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"96724394-c181-4b6b-8552-13a61de22225"},{"name":"Get Store By Category","event":[{"listen":"test","script":{"id":"83c9c822-3f3f-4a7b-ba5c-f3d16fb64f78","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"af0f6835-719e-424e-8e69-87f410adfde8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJhYmMxMjMiLCJhdXRoIjoiQ1VTVE9NRVIiLCJleHAiOjE3MjUyNzc4MTgsImlhdCI6MTcyNTI3NDIxOH0.W5dB4eDDy26uvv6-6Tka6xk01N4xgCuqS4scknGEQdE","type":"text"}],"url":"http://localhost:8080/stores/categories/2","description":"<p>This is a GET request and it is used to \"get\" data from an endpoint. There is no request body for a GET request, but you can use query parameters to help specify the resource you want data on (e.g., in this request, we have <code>id=1</code>).</p>\n<p>A successful GET response will have a <code>200 OK</code> status, and should include some kind of response body - for example, HTML web content or JSON data.</p>\n","urlObject":{"protocol":"http","port":"8080","path":["stores","categories","2"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"af0f6835-719e-424e-8e69-87f410adfde8"},{"name":"Get Menu By Store","id":"94d3f008-05da-4dee-8d94-6632a3cfe9c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/stores/9cd7498d-5bb8-43ca-87b3-ac9c6073337c/menus","urlObject":{"protocol":"http","port":"8080","path":["stores","9cd7498d-5bb8-43ca-87b3-ac9c6073337c","menus"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"94d3f008-05da-4dee-8d94-6632a3cfe9c4"},{"name":"Get Store By \bRegion","event":[{"listen":"test","script":{"id":"d9dc8fe2-b662-4739-9f26-a4fd9be23ba8","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"724e1b9e-9b32-4dcc-b3d9-b99e6b28aa75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJhYmMxMjMiLCJhdXRoIjoiQ1VTVE9NRVIiLCJleHAiOjE3MjUyNzc4MTgsImlhdCI6MTcyNTI3NDIxOH0.W5dB4eDDy26uvv6-6Tka6xk01N4xgCuqS4scknGEQdE","type":"text"}],"url":"http://localhost:8080/stores/regions/1","description":"<p>This is a GET request and it is used to \"get\" data from an endpoint. There is no request body for a GET request, but you can use query parameters to help specify the resource you want data on (e.g., in this request, we have <code>id=1</code>).</p>\n<p>A successful GET response will have a <code>200 OK</code> status, and should include some kind of response body - for example, HTML web content or JSON data.</p>\n","urlObject":{"protocol":"http","port":"8080","path":["stores","regions","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"724e1b9e-9b32-4dcc-b3d9-b99e6b28aa75"},{"name":"\bSearch","id":"9bf331fc-d346-4f29-9bbf-6ef70d11e5e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/stores/search?page=2&size=17","urlObject":{"protocol":"http","port":"8080","path":["stores","search"],"host":["localhost"],"query":[{"disabled":true,"key":"region","value":"102"},{"disabled":true,"key":"category","value":"102"},{"disabled":true,"key":"keyword","value":"피"},{"key":"page","value":"2"},{"key":"size","value":"17"}],"variable":[]}},"response":[],"_postman_id":"9bf331fc-d346-4f29-9bbf-6ef70d11e5e3"}],"id":"0df98231-3131-4a1a-a24b-2dfe92dc018f","_postman_id":"0df98231-3131-4a1a-a24b-2dfe92dc018f","description":""},{"name":"Review","item":[{"name":"review","id":"b9dbb2a0-71a2-433c-b5ee-27777f254e33","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJhYmMxMjMiLCJhdXRoIjoiQ1VTVE9NRVIiLCJleHAiOjE3NDAyNjgyMDUsImlhdCI6MTc0MDI2NDYwNX0.Ms5iDHOU4FkvPmFtIIKsvFT-6kaIVAZcqInzC3DaVv0","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"orderId\" : \"bd85a447-f317-4cbb-9bab-53fc925fe179\",\n    \"reviewDesc\" : \"너무 맛있어요!!!\",\n    \"score\" : 2\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/review","urlObject":{"protocol":"http","port":"8080","path":["review"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"b9dbb2a0-71a2-433c-b5ee-27777f254e33"},{"name":"{storeId}","id":"ed52b970-498b-45b2-af36-9c8a1f9f326f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJxd2VyMTIzIiwiYXV0aCI6Ik9XTkVSIiwiZXhwIjoxNzQwMjQ1MTkxLCJpYXQiOjE3NDAyNDE1OTF9.RZxgv-PzLtmg5mi2iOPTlqOb-FgKego5ZgbUanejyFI","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/review/880a4896-3ae1-4780-ac7a-dd2745fe63ff","urlObject":{"protocol":"http","port":"8080","path":["review","880a4896-3ae1-4780-ac7a-dd2745fe63ff"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"ed52b970-498b-45b2-af36-9c8a1f9f326f"},{"name":"report","id":"213f4dcd-09a9-4b2b-aa64-b37699e05c72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJhYmMxMjMiLCJhdXRoIjoiQ1VTVE9NRVIiLCJleHAiOjE3MjUxOTExNjksImlhdCI6MTcyNTE4NzU2OX0.fOuVErcSy-gKxdxAc8HXUuHT0WGQRfmlsp2XeyOvV34","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"orderId\" : \"fd4f8c91-c31e-4754-b61a-b2076ddf5f3d\",\n    \"report\" : \"밥이 안왔어요!!\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/review/report","urlObject":{"protocol":"http","port":"8080","path":["review","report"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"213f4dcd-09a9-4b2b-aa64-b37699e05c72"},{"name":"review","id":"f09dadbf-76c9-42b9-9399-55d22ce22007","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJxd2VyMTIzIiwiYXV0aCI6Ik9XTkVSIiwiZXhwIjoxNzQwMjQ1MTkxLCJpYXQiOjE3NDAyNDE1OTF9.RZxgv-PzLtmg5mi2iOPTlqOb-FgKego5ZgbUanejyFI","type":"text"}],"url":"http://localhost:8080/review","urlObject":{"protocol":"http","port":"8080","path":["review"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"f09dadbf-76c9-42b9-9399-55d22ce22007"},{"name":"{reviewId}","id":"01751b3f-e394-4917-9e8f-5854b34e896c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJhYmMxMjMiLCJhdXRoIjoiQ1VTVE9NRVIiLCJleHAiOjE3MjUyMDkzODksImlhdCI6MTcyNTIwNTc4OX0.TbU_z9xNna08OeLz7EtF0tjeVlc5I338Y2upuRiKRqE","type":"text"}],"url":"http://localhost:8080/review/7bfbfc63-a726-4462-ada2-fe448a4b0455","urlObject":{"protocol":"http","port":"8080","path":["review","7bfbfc63-a726-4462-ada2-fe448a4b0455"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"01751b3f-e394-4917-9e8f-5854b34e896c"},{"name":"review","id":"725e3921-de88-4ac5-a86d-890d8f0d684b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJhYmMxMjMiLCJhdXRoIjoiQ1VTVE9NRVIiLCJleHAiOjE3MjUyMTE0ODcsImlhdCI6MTcyNTIwNzg4N30.s-b4t2Z50hQTWx0fSFy86929uzngaNoCJmh9teoCO-M","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reviewId\": \"7bfbfc63-a726-4462-ada2-fe448a4b0455\",\n    \"reviewDesc\" : \"업데이트했습니다.\",\n    \"score\" : 2\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/review","urlObject":{"protocol":"http","port":"8080","path":["review"],"host":["localhost"],"query":[{"disabled":true,"key":"Autho","value":null}],"variable":[]}},"response":[],"_postman_id":"725e3921-de88-4ac5-a86d-890d8f0d684b"}],"id":"200b9fff-97ca-461e-aef5-26d768aee795","_postman_id":"200b9fff-97ca-461e-aef5-26d768aee795","description":""},{"name":"Region","item":[{"name":"Post data","event":[{"listen":"test","script":{"id":"ca3cf684-f5aa-4c4a-8fff-3c29c7611a34","exec":["pm.test(\"Successful POST request\", function () {","    pm.expect(pm.response.code).to.be.oneOf([200, 201]);","});",""],"type":"text/javascript","packages":{}}}],"id":"a0b61796-5fe4-4f83-8fdd-4321ea372712","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJhYmMzIiwiYXV0aCI6Ik1BU1RFUiIsImV4cCI6MTc0MDIyNTU3MiwiaWF0IjoxNzQwMjIxOTcyfQ.3Jzofttc8viU0dxzMu2xQb8CIVh4emtUrW0JG6tDqFU","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"regionName\": \"양재동\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/regions","description":"<p>This is a POST request, submitting data to an API via the request body. This request submits JSON data, and the data is reflected in the response.</p>\n<p>A successful POST request typically returns a <code>200 OK</code> or <code>201 Created</code> response code.</p>\n","urlObject":{"protocol":"http","port":"8080","path":["regions"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"a0b61796-5fe4-4f83-8fdd-4321ea372712"},{"name":"Get data","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{},"id":"fd629eb3-0ed1-4158-980d-ea7bb9d391e5"}}],"id":"e9ff4909-47e2-480b-9e0a-df295da2207d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/regions","description":"<p>This is a GET request and it is used to \"get\" data from an endpoint. There is no request body for a GET request, but you can use query parameters to help specify the resource you want data on (e.g., in this request, we have <code>id=1</code>).</p>\n<p>A successful GET response will have a <code>200 OK</code> status, and should include some kind of response body - for example, HTML web content or JSON data.</p>\n","urlObject":{"protocol":"http","port":"8080","path":["regions"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"e9ff4909-47e2-480b-9e0a-df295da2207d"},{"name":"Get Single data","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{},"id":"4ecba8f8-42a9-4f8d-9ed2-af73ae6f4292"}}],"id":"5d7571d4-76e7-4265-8d04-6f592e279194","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/regions/2","description":"<p>This is a GET request and it is used to \"get\" data from an endpoint. There is no request body for a GET request, but you can use query parameters to help specify the resource you want data on (e.g., in this request, we have <code>id=1</code>).</p>\n<p>A successful GET response will have a <code>200 OK</code> status, and should include some kind of response body - for example, HTML web content or JSON data.</p>\n","urlObject":{"protocol":"http","port":"8080","path":["regions","2"],"host":["localhost"],"query":[{"disabled":true,"key":"storeId","value":"1"}],"variable":[]}},"response":[],"_postman_id":"5d7571d4-76e7-4265-8d04-6f592e279194"},{"name":"Update data","event":[{"listen":"test","script":{"exec":["pm.test(\"Successful PUT request\", function () {","    pm.expect(pm.response.code).to.be.oneOf([200, 201, 204]);","});",""],"type":"text/javascript","packages":{},"id":"665124af-3764-4c3d-89b3-2bd93b5f75c5"}}],"id":"36bdf14f-11ff-4f39-ab44-09efabcda5ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n\t\"regionName\": \"서대문\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/regions/2","description":"<p>This is a PUT request and it is used to overwrite an existing piece of data. For instance, after you create an entity with a POST request, you may want to modify that later. You can do that using a PUT request. You typically identify the entity being updated by including an identifier in the URL (eg. <code>id=1</code>).</p>\n<p>A successful PUT request typically returns a <code>200 OK</code>, <code>201 Created</code>, or <code>204 No Content</code> response code.</p>\n","urlObject":{"protocol":"http","port":"8080","path":["regions","2"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"36bdf14f-11ff-4f39-ab44-09efabcda5ff"},{"name":"Delete data","event":[{"listen":"test","script":{"exec":["pm.test(\"Successful DELETE request\", function () {","    pm.expect(pm.response.code).to.be.oneOf([200, 202, 204]);","});",""],"type":"text/javascript","packages":{},"id":"c50b985d-ae69-4781-a36e-38507bf1065c"}}],"id":"c47c0c33-0f31-4cbe-938e-e61b32834f45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/regions/1","description":"<p>This is a DELETE request, and it is used to delete data that was previously created via a POST request. You typically identify the entity being updated by including an identifier in the URL (eg. <code>id=1</code>).</p>\n<p>A successful DELETE request typically returns a <code>200 OK</code>, <code>202 Accepted</code>, or <code>204 No Content</code> response code.</p>\n","urlObject":{"protocol":"http","port":"8080","path":["regions","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"c47c0c33-0f31-4cbe-938e-e61b32834f45"}],"id":"f23cb487-d03b-4841-8a37-a5c7853533a7","_postman_id":"f23cb487-d03b-4841-8a37-a5c7853533a7","description":""},{"name":"Payment","item":[{"name":"payment","id":"205831bc-ecc0-4541-9817-8f7ee7e49b96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJhYmMxMjMiLCJhdXRoIjoiQ1VTVE9NRVIiLCJleHAiOjE3NDAyNjgyMDUsImlhdCI6MTc0MDI2NDYwNX0.Ms5iDHOU4FkvPmFtIIKsvFT-6kaIVAZcqInzC3DaVv0","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"orderId\": \"b9071b76-a938-4381-9ab8-6e4f37f9b5ba\",\n    \"paymentMethod\": \"CARD\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/payments","urlObject":{"protocol":"http","port":"8080","path":["payments"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"205831bc-ecc0-4541-9817-8f7ee7e49b96"},{"name":"{paymentId}","id":"57592e8f-8fe5-4213-a835-86cf0b265dda","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJhYmMxMjMiLCJhdXRoIjoiQ1VTVE9NRVIiLCJleHAiOjE3MjUxMzM3NDEsImlhdCI6MTcyNTEzMDE0MX0.m1R2YJcU1FToplTfVVO1YhP8u2hPU5xkGYWmhaLBxR4","type":"text"}],"url":"http://localhost:8080/payments/29554c8b-b349-4369-bf91-6ee652b9a7af","urlObject":{"protocol":"http","port":"8080","path":["payments","29554c8b-b349-4369-bf91-6ee652b9a7af"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"57592e8f-8fe5-4213-a835-86cf0b265dda"},{"name":"payment","id":"9a1000bf-56f8-4e0e-9a9a-95ed851adeb1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJhYmMxMjMiLCJhdXRoIjoiQ1VTVE9NRVIiLCJleHAiOjE3MjUyNTMyNDQsImlhdCI6MTcyNTI0OTY0NH0.bmJEC5OMRIqNFh4IsZ3U26H0zdS950XXvfecouwSQ1g","type":"text"}],"url":"http://localhost:8080/payments","urlObject":{"protocol":"http","port":"8080","path":["payments"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"9a1000bf-56f8-4e0e-9a9a-95ed851adeb1"}],"id":"6651072f-494e-4744-ab31-0067f64e024f","_postman_id":"6651072f-494e-4744-ab31-0067f64e024f","description":""},{"name":"OrderMenu","item":[{"name":"order-menu","id":"54a30275-bf68-4d46-9fb7-47873cec3f30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJhYmMxMjMiLCJhdXRoIjoiQ1VTVE9NRVIiLCJleHAiOjE3NDAyNjk1NDIsImlhdCI6MTc0MDI2NTk0Mn0.Ag6LFkTchCDM3RFT3mZkbeLmH-WqQr0PiDTJdJQRWyM","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"menuId\": \"51673e59-185c-44ba-bf25-14839b170f3c\",\n    \"quantity\" : 2\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/order-menu","urlObject":{"protocol":"http","port":"8080","path":["order-menu"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"54a30275-bf68-4d46-9fb7-47873cec3f30"},{"name":"order-menu","id":"9a6ce1d3-b486-407e-9843-459e11e4abe0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJhYmMxMjMiLCJhdXRoIjoiQ1VTVE9NRVIiLCJleHAiOjE3MjUxMDMxMDUsImlhdCI6MTcyNTA5OTUwNX0.LG0KDWZ_bXrJVtZtQzyXliCewHp2WGWbFSm6ftLIrJs","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"orderMenuId\" : \"24a54bf9-c41f-45d8-b442-b0fda3ffcec1\",\n    \"quantity\": 5\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/order-menu","urlObject":{"protocol":"http","port":"8080","path":["order-menu"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"9a6ce1d3-b486-407e-9843-459e11e4abe0"},{"name":"order-menu","id":"effc4c12-8a16-4215-9900-39e54ca55bf7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJhYmMxMjMxMjMiLCJhdXRoIjoiQ1VTVE9NRVIiLCJleHAiOjE3MjUzMDc5NjMsImlhdCI6MTcyNTMwNDM2M30.1QjRk4MU8ksAH2sz0QRSYlY7f9M7HKafjaRJGtJy_ew","type":"text"}],"url":"http://localhost:8080/order-menu","urlObject":{"protocol":"http","port":"8080","path":["order-menu"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"effc4c12-8a16-4215-9900-39e54ca55bf7"},{"name":"order-menu","id":"e2791c7f-03bd-4bff-b63b-c1d69b4535ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJhYmMxMjMiLCJhdXRoIjoiQ1VTVE9NRVIiLCJleHAiOjE3MjUxMDY1MzUsImlhdCI6MTcyNTEwMjkzNX0.7JfE6ISkjLEkwSRZKwJj43VwyAtpcMcxQ8xnq5dy5Qo","type":"text"}],"url":"http://localhost:8080/order-menu/4e577eab-92ca-4e16-8a0e-b301e25d42a0","urlObject":{"protocol":"http","port":"8080","path":["order-menu","4e577eab-92ca-4e16-8a0e-b301e25d42a0"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"e2791c7f-03bd-4bff-b63b-c1d69b4535ff"}],"id":"3a3e86aa-aa98-4e1f-92d7-87fb730b4108","_postman_id":"3a3e86aa-aa98-4e1f-92d7-87fb730b4108","description":""},{"name":"Order","item":[{"name":"orderId","event":[{"listen":"test","script":{"id":"1fbb4bf8-eb23-418e-963d-c878d4282c89","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"3d35fc46-ab47-4425-88fd-72403ab0a832","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJhYmMxMjMxMjMiLCJhdXRoIjoiQ1VTVE9NRVIiLCJleHAiOjE3MjUzMDc5NjMsImlhdCI6MTcyNTMwNDM2M30.1QjRk4MU8ksAH2sz0QRSYlY7f9M7HKafjaRJGtJy_ew","type":"text"}],"url":"http://localhost:8080/orders/5d7930c8-8b8d-4bbf-a18d-f850088f06aa","description":"<p>This is a GET request and it is used to \"get\" data from an endpoint. There is no request body for a GET request, but you can use query parameters to help specify the resource you want data on (e.g., in this request, we have <code>id=1</code>).</p>\n<p>A successful GET response will have a <code>200 OK</code> status, and should include some kind of response body - for example, HTML web content or JSON data.</p>\n","urlObject":{"protocol":"http","port":"8080","path":["orders","5d7930c8-8b8d-4bbf-a18d-f850088f06aa"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"3d35fc46-ab47-4425-88fd-72403ab0a832"},{"name":"order","event":[{"listen":"test","script":{"id":"3ee992e1-dc79-4053-82d4-de77f8ebe463","exec":["pm.test(\"Successful POST request\", function () {","    pm.expect(pm.response.code).to.be.oneOf([200, 201]);","});",""],"type":"text/javascript","packages":{}}}],"id":"54c3ed61-49a9-4c4b-b9d3-867af392398d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJhYmMxMjMiLCJhdXRoIjoiQ1VTVE9NRVIiLCJleHAiOjE3NDAyNjk1NDIsImlhdCI6MTc0MDI2NTk0Mn0.Ag6LFkTchCDM3RFT3mZkbeLmH-WqQr0PiDTJdJQRWyM","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"storeId\" : \"cf5320ea-8fbf-46b2-b03c-5075d3160c45\",\n    \"orderType\": \"ONLINE\",\n    \"deliveryAddress\": \"식사동 222-11\",\n    \"detail\": \"빠른 배달 부탁해요!!\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/orders","description":"<p>This is a POST request, submitting data to an API via the request body. This request submits JSON data, and the data is reflected in the response.</p>\n<p>A successful POST request typically returns a <code>200 OK</code> or <code>201 Created</code> response code.</p>\n","urlObject":{"protocol":"http","port":"8080","path":["orders"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"54c3ed61-49a9-4c4b-b9d3-867af392398d"},{"name":"delete","event":[{"listen":"test","script":{"id":"2d4a309e-650a-4967-b6e5-071a82e6edde","exec":["pm.test(\"Successful DELETE request\", function () {","    pm.expect(pm.response.code).to.be.oneOf([200, 202, 204]);","});",""],"type":"text/javascript","packages":{}}}],"id":"e0ef84f3-8f2a-4b78-b79b-b597a799f755","request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJhYmMxMjMiLCJhdXRoIjoiQ1VTVE9NRVIiLCJleHAiOjE3MjQ5NDI4MjgsImlhdCI6MTcyNDkzOTIyOH0.gTxbGua56RoMy8Q1Z0qao1ea6xUnGg0rWpK9Spio-S0","type":"text"}],"url":"http://localhost:8080/orders/29c98569-73bd-4df8-82fa-6743ec71a353","description":"<p>This is a DELETE request, and it is used to delete data that was previously created via a POST request. You typically identify the entity being updated by including an identifier in the URL (eg. <code>id=1</code>).</p>\n<p>A successful DELETE request typically returns a <code>200 OK</code>, <code>202 Accepted</code>, or <code>204 No Content</code> response code.</p>\n","urlObject":{"protocol":"http","port":"8080","path":["orders","29c98569-73bd-4df8-82fa-6743ec71a353"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"e0ef84f3-8f2a-4b78-b79b-b597a799f755"},{"name":"user","id":"a8f90984-6f72-4b06-9ff6-087c76d7daf3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJhYmMxMjMiLCJhdXRoIjoiQ1VTVE9NRVIiLCJleHAiOjE3MjUyMjgyNjUsImlhdCI6MTcyNTIyNDY2NX0.VSNZJXIJtXPWD7WnzBTX9F7MDTb1Fh9E-tYns8FztXY","type":"text"}],"url":"http://localhost:8080/orders/user","urlObject":{"protocol":"http","port":"8080","path":["orders","user"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"a8f90984-6f72-4b06-9ff6-087c76d7daf3"},{"name":"store/{storeId}","id":"7f36f1ad-59dd-40b9-801e-d1fa638a4af2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/orders/store/","urlObject":{"protocol":"http","port":"8080","path":["orders","store",""],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"7f36f1ad-59dd-40b9-801e-d1fa638a4af2"},{"name":"detail","id":"13c79195-fed8-4498-a9c3-08a95d72a0d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJhYmMxMjMiLCJhdXRoIjoiQ1VTVE9NRVIiLCJleHAiOjE3MjQ5MzY0MjAsImlhdCI6MTcyNDkzMjgyMH0.GfkWaMgZZPp9d9CeoxrdC2Z9GlN5M6p4tZJRp7hZ9rc","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"orderId\" : \"5d7930c8-8b8d-4bbf-a18d-f850088f06aa\",\n    \"detail\" : \"리뷰 이벤트 할게욥!! 치킨 너겟 주시면 감사하겠습니다!!\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/orders","urlObject":{"protocol":"http","port":"8080","path":["orders"],"host":["localhost"],"query":[{"disabled":true,"key":"","value":null}],"variable":[]}},"response":[],"_postman_id":"13c79195-fed8-4498-a9c3-08a95d72a0d9"}],"id":"d1633b55-0c98-4cbc-869d-c64670d03cd4","_postman_id":"d1633b55-0c98-4cbc-869d-c64670d03cd4","description":""},{"name":"Menu","item":[{"name":"Post data","event":[{"listen":"test","script":{"id":"51a19cfb-9dbd-4e82-a81a-a325b92b7461","exec":["pm.test(\"Successful POST request\", function () {","    pm.expect(pm.response.code).to.be.oneOf([200, 201]);","});",""],"type":"text/javascript","packages":{}}}],"id":"59442541-76c8-4c5c-8cba-7532f0b905b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJxd2VyMTIzIiwiYXV0aCI6Ik9XTkVSIiwiZXhwIjoxNzQwMjY4OTM1LCJpYXQiOjE3NDAyNjUzMzV9.U-QlmXd0V3OoFH15DRXJNA1aNN6xbvq8Qwr8A1nB1ak","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"storeId\": \"6d800862-9217-491a-a07b-70b8ef5a2fd1\",\n\t\"name\": \"미피두부\",\n\t\"price\": \"12000\",\n\t\"description\": \"마파두부\",\n    \"status\": true\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/menus","description":"<p>This is a POST request, submitting data to an API via the request body. This request submits JSON data, and the data is reflected in the response.</p>\n<p>A successful POST request typically returns a <code>200 OK</code> or <code>201 Created</code> response code.</p>\n","urlObject":{"protocol":"http","port":"8080","path":["menus"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"59442541-76c8-4c5c-8cba-7532f0b905b5"},{"name":"Get data","event":[{"listen":"test","script":{"id":"c7c4fab0-9b21-4cb3-95bd-7507e0186157","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"01979d5d-64aa-4d49-bf59-a79229f1555f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJhYmMxMjMiLCJhdXRoIjoiQ1VTVE9NRVIiLCJleHAiOjE3MjUyNzQxMTUsImlhdCI6MTcyNTI3MDUxNX0.A0fUh5ZibIDOkGDnM2YFxV7BfF4Df1kBeOr9nFyeuxg","type":"text"}],"url":"http://localhost:8080/menus","description":"<p>This is a GET request and it is used to \"get\" data from an endpoint. There is no request body for a GET request, but you can use query parameters to help specify the resource you want data on (e.g., in this request, we have <code>id=1</code>).</p>\n<p>A successful GET response will have a <code>200 OK</code> status, and should include some kind of response body - for example, HTML web content or JSON data.</p>\n","urlObject":{"protocol":"http","port":"8080","path":["menus"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"01979d5d-64aa-4d49-bf59-a79229f1555f"},{"name":"Get Single data","event":[{"listen":"test","script":{"id":"fd971582-7877-4701-bdb1-f12243e9d657","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"d6917e60-1a15-4652-b5ac-96a5355fb2ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJhYmMxMjMiLCJhdXRoIjoiQ1VTVE9NRVIiLCJleHAiOjE3MjUyNzQxMTUsImlhdCI6MTcyNTI3MDUxNX0.A0fUh5ZibIDOkGDnM2YFxV7BfF4Df1kBeOr9nFyeuxg","type":"text"}],"url":"http://localhost:8080/menus/411bad1e-8eb6-414a-b772-6d0139fa49dd","description":"<p>This is a GET request and it is used to \"get\" data from an endpoint. There is no request body for a GET request, but you can use query parameters to help specify the resource you want data on (e.g., in this request, we have <code>id=1</code>).</p>\n<p>A successful GET response will have a <code>200 OK</code> status, and should include some kind of response body - for example, HTML web content or JSON data.</p>\n","urlObject":{"protocol":"http","port":"8080","path":["menus","411bad1e-8eb6-414a-b772-6d0139fa49dd"],"host":["localhost"],"query":[{"disabled":true,"key":"storeId","value":"1"}],"variable":[]}},"response":[],"_postman_id":"d6917e60-1a15-4652-b5ac-96a5355fb2ef"},{"name":"Update data","event":[{"listen":"test","script":{"exec":["pm.test(\"Successful PUT request\", function () {","    pm.expect(pm.response.code).to.be.oneOf([200, 201, 204]);","});",""],"type":"text/javascript","packages":{},"id":"49fc780f-7c4f-4464-9333-22a711b95cf6"}}],"id":"86e620c5-6a35-43dc-9bee-5b33429e25cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n\t\"name\": \"치킨\",\n\t\"price\": \"25000\",\n\t\"description\": \"맛좋은 치킨\",\n    \"status\": true\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/menus/d5495407-79a3-47bd-8eed-84a669263e94","description":"<p>This is a PUT request and it is used to overwrite an existing piece of data. For instance, after you create an entity with a POST request, you may want to modify that later. You can do that using a PUT request. You typically identify the entity being updated by including an identifier in the URL (eg. <code>id=1</code>).</p>\n<p>A successful PUT request typically returns a <code>200 OK</code>, <code>201 Created</code>, or <code>204 No Content</code> response code.</p>\n","urlObject":{"protocol":"http","port":"8080","path":["menus","d5495407-79a3-47bd-8eed-84a669263e94"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"86e620c5-6a35-43dc-9bee-5b33429e25cb"},{"name":"Delete data","event":[{"listen":"test","script":{"exec":["pm.test(\"Successful DELETE request\", function () {","    pm.expect(pm.response.code).to.be.oneOf([200, 202, 204]);","});",""],"type":"text/javascript","packages":{},"id":"64c35316-fb02-4380-868d-93b2a230c9eb"}}],"id":"ac401e6a-66d9-4a29-a310-c2932215cf6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/menus/d5495407-79a3-47bd-8eed-84a669263e94","description":"<p>This is a DELETE request, and it is used to delete data that was previously created via a POST request. You typically identify the entity being updated by including an identifier in the URL (eg. <code>id=1</code>).</p>\n<p>A successful DELETE request typically returns a <code>200 OK</code>, <code>202 Accepted</code>, or <code>204 No Content</code> response code.</p>\n","urlObject":{"protocol":"http","port":"8080","path":["menus","d5495407-79a3-47bd-8eed-84a669263e94"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"ac401e6a-66d9-4a29-a310-c2932215cf6c"},{"name":"Search","id":"0ae11994-d911-4ff9-a28a-9e20b1feb23f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/menus/search?q=볶음밥","urlObject":{"protocol":"http","port":"8080","path":["menus","search"],"host":["localhost"],"query":[{"key":"q","value":"볶음밥"}],"variable":[]}},"response":[],"_postman_id":"0ae11994-d911-4ff9-a28a-9e20b1feb23f"}],"id":"eaa9ebbe-e97f-4e92-9653-c5dacb9b976a","_postman_id":"eaa9ebbe-e97f-4e92-9653-c5dacb9b976a","description":""},{"name":"Category","item":[{"name":"Post data","event":[{"listen":"test","script":{"id":"c2e82097-7f8c-4110-9252-7b96d992a0e7","exec":["pm.test(\"Successful POST request\", function () {","    pm.expect(pm.response.code).to.be.oneOf([200, 201]);","});",""],"type":"text/javascript","packages":{}}}],"id":"586dd36d-25d5-4dd5-af19-5ce65a209349","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJhYmMzIiwiYXV0aCI6Ik1BU1RFUiIsImV4cCI6MTc0MDI1OTc1MiwiaWF0IjoxNzQwMjU2MTUyfQ.1Bzr2hoKAppUqW6UpUaw4HZtNAzlD-nzouED6iV1hXM","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"categoryName\": \"일식\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/categories","description":"<p>This is a POST request, submitting data to an API via the request body. This request submits JSON data, and the data is reflected in the response.</p>\n<p>A successful POST request typically returns a <code>200 OK</code> or <code>201 Created</code> response code.</p>\n","urlObject":{"protocol":"http","port":"8080","path":["categories"],"host":["localhost"],"query":[{"disabled":true,"key":"","value":null}],"variable":[]}},"response":[],"_postman_id":"586dd36d-25d5-4dd5-af19-5ce65a209349"},{"name":"Get data","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{},"id":"3653d6cf-c462-456c-ba0c-2e9bdbf34d21"}}],"id":"36650200-b65d-4fad-8674-d0fb7c3945fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/categories","description":"<p>This is a GET request and it is used to \"get\" data from an endpoint. There is no request body for a GET request, but you can use query parameters to help specify the resource you want data on (e.g., in this request, we have <code>id=1</code>).</p>\n<p>A successful GET response will have a <code>200 OK</code> status, and should include some kind of response body - for example, HTML web content or JSON data.</p>\n","urlObject":{"protocol":"http","port":"8080","path":["categories"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"36650200-b65d-4fad-8674-d0fb7c3945fd"},{"name":"Get Single data","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{},"id":"6b381fd9-2f0f-4444-9b00-c8cd59e4e28a"}}],"id":"b4bc4348-0b67-410f-99ab-359de2adcde5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/categories/152","description":"<p>This is a GET request and it is used to \"get\" data from an endpoint. There is no request body for a GET request, but you can use query parameters to help specify the resource you want data on (e.g., in this request, we have <code>id=1</code>).</p>\n<p>A successful GET response will have a <code>200 OK</code> status, and should include some kind of response body - for example, HTML web content or JSON data.</p>\n","urlObject":{"protocol":"http","port":"8080","path":["categories","152"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"b4bc4348-0b67-410f-99ab-359de2adcde5"},{"name":"Update data","event":[{"listen":"test","script":{"exec":["pm.test(\"Successful PUT request\", function () {","    pm.expect(pm.response.code).to.be.oneOf([200, 201, 204]);","});",""],"type":"text/javascript","packages":{},"id":"8e211f7f-a98b-4e25-b991-98ecb30177b3"}}],"id":"3edcb490-8040-4777-bf4f-030efbc082f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"categoryName\": \"일식\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/categories/152","description":"<p>This is a PUT request and it is used to overwrite an existing piece of data. For instance, after you create an entity with a POST request, you may want to modify that later. You can do that using a PUT request. You typically identify the entity being updated by including an identifier in the URL (eg. <code>id=1</code>).</p>\n<p>A successful PUT request typically returns a <code>200 OK</code>, <code>201 Created</code>, or <code>204 No Content</code> response code.</p>\n","urlObject":{"protocol":"http","port":"8080","path":["categories","152"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"3edcb490-8040-4777-bf4f-030efbc082f9"},{"name":"Delete data","event":[{"listen":"test","script":{"exec":["pm.test(\"Successful DELETE request\", function () {","    pm.expect(pm.response.code).to.be.oneOf([200, 202, 204]);","});",""],"type":"text/javascript","packages":{},"id":"47e51703-15e0-403f-a0fd-4b39b3d333b8"}}],"id":"f28de0fc-4cda-4def-aa97-8e202f63aea8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/categories/","description":"<p>This is a DELETE request, and it is used to delete data that was previously created via a POST request. You typically identify the entity being updated by including an identifier in the URL (eg. <code>id=1</code>).</p>\n<p>A successful DELETE request typically returns a <code>200 OK</code>, <code>202 Accepted</code>, or <code>204 No Content</code> response code.</p>\n","urlObject":{"protocol":"http","port":"8080","path":["categories",""],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"f28de0fc-4cda-4def-aa97-8e202f63aea8"}],"id":"19d376cb-f63e-4f3c-a139-677aea657659","_postman_id":"19d376cb-f63e-4f3c-a139-677aea657659","description":""},{"name":"Ai","item":[{"name":"Post data","event":[{"listen":"test","script":{"exec":["pm.test(\"Successful POST request\", function () {","    pm.expect(pm.response.code).to.be.oneOf([200, 201]);","});",""],"type":"text/javascript","packages":{},"id":"cd9d07ae-5f25-4ec9-8602-33c66ac2a9a2"}}],"id":"24a3b891-a9b6-4f8c-b8fd-6ae8a2cfb84c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"menuId\" : \"3fe0373a-52d3-4ab8-841d-f3ed12b8c438\",\n    \"request\": \"우리집 피자에 대해서 설명해줘.\",\n\t\"response\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/ai","description":"<p>This is a POST request, submitting data to an API via the request body. This request submits JSON data, and the data is reflected in the response.</p>\n<p>A successful POST request typically returns a <code>200 OK</code> or <code>201 Created</code> response code.</p>\n","urlObject":{"protocol":"http","port":"8080","path":["ai"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"24a3b891-a9b6-4f8c-b8fd-6ae8a2cfb84c"},{"name":"Get data","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{},"id":"7a750a3b-b5b4-4798-a124-36a32bfef399"}}],"id":"66afd08d-8950-4c91-ac74-87d3ba56f1e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/ai","description":"<p>This is a GET request and it is used to \"get\" data from an endpoint. There is no request body for a GET request, but you can use query parameters to help specify the resource you want data on (e.g., in this request, we have <code>id=1</code>).</p>\n<p>A successful GET response will have a <code>200 OK</code> status, and should include some kind of response body - for example, HTML web content or JSON data.</p>\n","urlObject":{"protocol":"http","port":"8080","path":["ai"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"66afd08d-8950-4c91-ac74-87d3ba56f1e8"},{"name":"Get Single data","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{},"id":"c666a329-847c-4b02-ad02-761cbb72579b"}}],"id":"f655f1bf-b407-4ec0-8ee3-3b1b7d213534","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/ai/52","description":"<p>This is a GET request and it is used to \"get\" data from an endpoint. There is no request body for a GET request, but you can use query parameters to help specify the resource you want data on (e.g., in this request, we have <code>id=1</code>).</p>\n<p>A successful GET response will have a <code>200 OK</code> status, and should include some kind of response body - for example, HTML web content or JSON data.</p>\n","urlObject":{"protocol":"http","port":"8080","path":["ai","52"],"host":["localhost"],"query":[{"disabled":true,"key":"storeId","value":"1"}],"variable":[]}},"response":[],"_postman_id":"f655f1bf-b407-4ec0-8ee3-3b1b7d213534"},{"name":"Update data","event":[{"listen":"test","script":{"exec":["pm.test(\"Successful PUT request\", function () {","    pm.expect(pm.response.code).to.be.oneOf([200, 201, 204]);","});",""],"type":"text/javascript","packages":{},"id":"7601792d-c563-45b9-b58a-978722812caa"}}],"id":"ae26f025-ed52-4898-b4ba-c13cc17cb980","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"request\": \"우리집 피자에 대해서 설명해줘.\",\n    \"response\": \"피자에 치즈가 잔뜩 올라가있어요\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/ai/52","description":"<p>This is a PUT request and it is used to overwrite an existing piece of data. For instance, after you create an entity with a POST request, you may want to modify that later. You can do that using a PUT request. You typically identify the entity being updated by including an identifier in the URL (eg. <code>id=1</code>).</p>\n<p>A successful PUT request typically returns a <code>200 OK</code>, <code>201 Created</code>, or <code>204 No Content</code> response code.</p>\n","urlObject":{"protocol":"http","port":"8080","path":["ai","52"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"ae26f025-ed52-4898-b4ba-c13cc17cb980"},{"name":"Delete data","event":[{"listen":"test","script":{"exec":["pm.test(\"Successful DELETE request\", function () {","    pm.expect(pm.response.code).to.be.oneOf([200, 202, 204]);","});",""],"type":"text/javascript","packages":{},"id":"68d4b2af-64e1-4edd-b582-93f21fe71ffa"}}],"id":"4aac7784-01e8-4fb2-882f-ef7a08e66deb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/ai/1","description":"<p>This is a DELETE request, and it is used to delete data that was previously created via a POST request. You typically identify the entity being updated by including an identifier in the URL (eg. <code>id=1</code>).</p>\n<p>A successful DELETE request typically returns a <code>200 OK</code>, <code>202 Accepted</code>, or <code>204 No Content</code> response code.</p>\n","urlObject":{"protocol":"http","port":"8080","path":["ai","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"4aac7784-01e8-4fb2-882f-ef7a08e66deb"},{"name":"New Request","id":"1efcaa70-1e3c-471e-965c-ec671bcde730","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://generativelanguage.googleapis.com/v1beta/models/gemini-1.5-flash-latest:generateContent?key=AIzaSyB-3yiStYB6Dcr8o_eOVaZ3tGTt79Qbg08","urlObject":{"protocol":"https","path":["v1beta","models","gemini-1.5-flash-latest:generateContent"],"host":["generativelanguage","googleapis","com"],"query":[{"key":"key","value":"AIzaSyB-3yiStYB6Dcr8o_eOVaZ3tGTt79Qbg08"}],"variable":[]}},"response":[],"_postman_id":"1efcaa70-1e3c-471e-965c-ec671bcde730"}],"id":"86c0fa0d-2e24-45f1-8552-3c113427e885","_postman_id":"86c0fa0d-2e24-45f1-8552-3c113427e885","description":""}]}