{"info":{"_postman_id":"bd83aa80-5516-4456-94e9-7bcec7890260","name":"Test Microservice","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"16401804","collectionId":"bd83aa80-5516-4456-94e9-7bcec7890260","publishedId":"2s8Z6zyrZe","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2023-01-01T10:02:49.000Z"},"item":[{"name":"Ticket Service","item":[{"name":"Ticket","item":[{"name":"Add","id":"6666e350-5414-4928-8e88-85b7579d1d2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"airplane_name\": \"Boing 737\",\r\n    \"company_name\": \"Turkish Airlines\",\r\n    \"flight_date\": \"2024-12-31T15:00:00\",\r\n    \"from\": {\r\n        \"id\": 1\r\n    },\r\n    \"price\": 1500,\r\n    \"to\": {\r\n        \"id\": 2\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8092/api/tickets","urlObject":{"protocol":"http","port":"8092","path":["api","tickets"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"6666e350-5414-4928-8e88-85b7579d1d2e"},{"name":"GetAll","id":"17f86581-371a-409a-af5c-83ce2027cbe4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/tickets","urlObject":{"protocol":"http","port":"8080","path":["api","tickets"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"17f86581-371a-409a-af5c-83ce2027cbe4"}],"id":"d9011123-c8b0-47f3-b8ef-2ae913fea3ce","_postman_id":"d9011123-c8b0-47f3-b8ef-2ae913fea3ce","description":""},{"name":"BoughtTicket","item":[{"name":"POST","id":"03219556-70bf-4858-81bf-1f69754dc3de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"card_month\": 12,\r\n  \"card_name\": \"BERAT YESBEK\",\r\n  \"card_number\": \"55555555555\",\r\n  \"card_year\": 2025,\r\n  \"discount_code\": \"Yemek20\",\r\n  \"cvv\": 359,\r\n  \"identity_number\": \"2252522225225\",\r\n  \"phone_number\": \"555555555\",\r\n  \"full_name\":\"Berat Yesbek\",\r\n  \"seat_group\":\"A\",\r\n  \"price\": 156,\r\n  \"ticket\": {\r\n    \"id\": 34\r\n  },\r\n  \"user_email\": \"beratyesbek@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8092/api/boughtTickets","urlObject":{"protocol":"http","port":"8092","path":["api","boughtTickets"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"03219556-70bf-4858-81bf-1f69754dc3de"}],"id":"046bebd4-460f-4c9e-9533-bd14da8ce2c3","_postman_id":"046bebd4-460f-4c9e-9533-bd14da8ce2c3","description":""}],"id":"b7e6bd09-e6a6-4e66-b993-6adb3d1b6064","_postman_id":"b7e6bd09-e6a6-4e66-b993-6adb3d1b6064","description":""},{"name":"Discount Service","item":[{"name":"Discount","item":[{"name":"Add","id":"1a63d714-2915-44a1-8059-e420af72e740","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"code\": \"Merhaba\",\r\n  \"discountPrice\": 150,\r\n  \"quantity\": 15\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/discounts","urlObject":{"protocol":"http","port":"8080","path":["api","discounts"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"1a63d714-2915-44a1-8059-e420af72e740"},{"name":"GetAll","id":"0956c8d8-56f9-45e3-9742-61b094b924a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/discounts","urlObject":{"protocol":"http","port":"8080","path":["api","discounts"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"0956c8d8-56f9-45e3-9742-61b094b924a9"}],"id":"62512bd3-96e9-457b-918f-3f386653fc04","_postman_id":"62512bd3-96e9-457b-918f-3f386653fc04","description":""},{"name":"graphql","item":[{"name":"mutation","item":[{"name":"createDiscount","id":"58c1afcf-4784-4fda-aa4a-a53ae03c0b80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation {\r\n    createDiscount(code: \"YEMEK50\",discountPrice:50,quantity:20) {\r\n        id\r\n        code\r\n        discountPrice\r\n        quantity\r\n    }\r\n}","variables":""}},"url":"http://localhost:8093","urlObject":{"protocol":"http","port":"8093","host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"58c1afcf-4784-4fda-aa4a-a53ae03c0b80"}],"id":"0e99a94b-ae84-41e3-b608-ebac9a437ab2","_postman_id":"0e99a94b-ae84-41e3-b608-ebac9a437ab2","description":""}],"id":"8406499e-92b4-4962-bf7b-65dd1ead6d50","_postman_id":"8406499e-92b4-4962-bf7b-65dd1ead6d50","description":""}],"id":"16a4e1e2-954e-459e-8bf7-c2f7d6dee9c4","_postman_id":"16a4e1e2-954e-459e-8bf7-c2f7d6dee9c4","description":""},{"name":"Cheking Service","item":[{"name":"Check Ticket","id":"1df9a188-8610-4729-95f3-b377c4ef5ef9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8083/checking/df1fd217-a36c-4eb2-9b44-ec8d5f8765a7","urlObject":{"protocol":"http","port":"8083","path":["checking","df1fd217-a36c-4eb2-9b44-ec8d5f8765a7"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"1df9a188-8610-4729-95f3-b377c4ef5ef9"}],"id":"28d36c72-341c-4017-b798-50e1f1d3bc18","_postman_id":"28d36c72-341c-4017-b798-50e1f1d3bc18","description":""}]}