{"info":{"_postman_id":"648de278-d7fd-4c40-817a-e745c43397fa","name":"Sheba.xyz","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"24754089","collectionId":"648de278-d7fd-4c40-817a-e745c43397fa","publishedId":"2s9YRB1X3f","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-10-19T21:03:34.000Z"},"item":[{"name":"User","item":[{"name":"Signup user","id":"4f6628bf-4bdb-4f61-a106-2f4d2fb1f2ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Customer\",\r\n  \"userId\": \"user_2WdK91TeUhNL6KUUGx7nX1EgLn8\",\r\n  \"email\": \"newcustomer@example.com\",\r\n  \"password\": \"newcustomer123\",\r\n  \"role\": \"customer\",\r\n  \"contactNo\": \"1234567890\",\r\n  \"address\": \"Dhaka, Bangladesh\",\r\n  \"profileImg\": \"user.jpg\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3333/api/v1/auth/signup","urlObject":{"path":["signup"],"host":["http://localhost:3333/api/v1/auth"],"query":[],"variable":[]}},"response":[],"_postman_id":"4f6628bf-4bdb-4f61-a106-2f4d2fb1f2ec"},{"name":"Login User","id":"4e41d9b2-3150-4167-a346-55e924e27e50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"newcustomer@example.com\",\r\n    \"password\": \"newcustomer123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3333/api/v1/auth/signin","urlObject":{"path":["signin"],"host":["http://localhost:3333/api/v1/auth"],"query":[],"variable":[]}},"response":[],"_postman_id":"4e41d9b2-3150-4167-a346-55e924e27e50"},{"name":"Get All User","id":"46097e19-9c93-466d-8d72-ad3c010f36c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3333/api/v1/users","urlObject":{"host":["http://localhost:3333/api/v1/users"],"query":[],"variable":[]}},"response":[],"_postman_id":"46097e19-9c93-466d-8d72-ad3c010f36c6"},{"name":"Get Single User","id":"a7972e0d-36e7-4fd2-af25-e2e4a1b669ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3333/api/v1/users/user_2WdK91TeUhNL6KUUGx7nX1EgLn8","urlObject":{"path":["user_2WdK91TeUhNL6KUUGx7nX1EgLn8"],"host":["http://localhost:3333/api/v1/users"],"query":[],"variable":[]}},"response":[],"_postman_id":"a7972e0d-36e7-4fd2-af25-e2e4a1b669ff"},{"name":"Delete User","id":"9db00721-caaf-41fc-bf0f-6a6e3f130600","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:3333/api/v1/users/user_2WdNPoRlkp6wqSOGvyP9dan5J7G","urlObject":{"path":["user_2WdNPoRlkp6wqSOGvyP9dan5J7G"],"host":["http://localhost:3333/api/v1/users"],"query":[],"variable":[]}},"response":[],"_postman_id":"9db00721-caaf-41fc-bf0f-6a6e3f130600"},{"name":"Get DB User","id":"3b1c21b2-2489-4ac2-91a9-34cf51f74c55","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3333/api/v1/users/db/e826139a-94fb-4a04-9d85-99ac59ed3b99","urlObject":{"path":["db","e826139a-94fb-4a04-9d85-99ac59ed3b99"],"host":["http://localhost:3333/api/v1/users"],"query":[],"variable":[]}},"response":[],"_postman_id":"3b1c21b2-2489-4ac2-91a9-34cf51f74c55"},{"name":"Update User","id":"33657d57-8e48-4e21-830e-139aec92c312","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"role\": \"superadmin\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3333/api/v1/users/user_2WtTFFrMwjniZ8F21NrKdxhmC7r","urlObject":{"path":["user_2WtTFFrMwjniZ8F21NrKdxhmC7r"],"host":["http://localhost:3333/api/v1/users"],"query":[],"variable":[]}},"response":[],"_postman_id":"33657d57-8e48-4e21-830e-139aec92c312"}],"id":"934030bc-6514-4be0-b8fd-2aebabc884ee","_postman_id":"934030bc-6514-4be0-b8fd-2aebabc884ee","description":""},{"name":"Services","item":[{"name":"create-service","id":"94dc5817-61c2-4844-8521-f8a27e5aa509","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"streaming service 3\",\r\n    \"price\":200,\r\n    \"details\":\"gsdf\",\r\n    \"image\":\"dfgd\",\r\n    \"categoryId\": \"1dc31cbd-1ce7-475b-8715-d2744439fd42\",\r\n    \"rating\": \"sdfsdf\",\r\n    \"status\": \"upcoming\"\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3333/api/v1/create-service","urlObject":{"host":["http://localhost:3333/api/v1/create-service"],"query":[],"variable":[]}},"response":[],"_postman_id":"94dc5817-61c2-4844-8521-f8a27e5aa509"},{"name":"Get Services","id":"6e0d8e18-18f2-4028-b525-719319ced3ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3333/api/v1/services","urlObject":{"host":["http://localhost:3333/api/v1/services"],"query":[{"disabled":true,"key":"location","value":"Dhaka"},{"disabled":true,"key":"name","value":"Gym Training"},{"disabled":true,"key":"category.title","value":"dfgdfg"},{"disabled":true,"key":"searchTerm","value":"Applican"}],"variable":[]}},"response":[],"_postman_id":"6e0d8e18-18f2-4028-b525-719319ced3ec"},{"name":"Get Single Service","id":"5723922a-890e-4c76-b9d6-6cd5c1aed331","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3333/api/v1/services/ad4a6217-d0f5-48dc-92c2-ae37c8ab7491","urlObject":{"path":["ad4a6217-d0f5-48dc-92c2-ae37c8ab7491"],"host":["http://localhost:3333/api/v1/services"],"query":[],"variable":[]}},"response":[],"_postman_id":"5723922a-890e-4c76-b9d6-6cd5c1aed331"},{"name":"Get Service By CategoryId","id":"25326da8-aa04-4f76-a414-0f88effe9111","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3333/api/v1/services/category/5dd66493-1d2e-4108-839a-cabdce59600c","urlObject":{"path":["category","5dd66493-1d2e-4108-839a-cabdce59600c"],"host":["http://localhost:3333/api/v1/services"],"query":[],"variable":[]}},"response":[],"_postman_id":"25326da8-aa04-4f76-a414-0f88effe9111"},{"name":"Patch Service","id":"1b02cf03-be74-484e-8003-cd85cd4e0086","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"potty dance\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3333/api/v1/services/a3862c29-de73-457b-a847-e2a384d8b181","urlObject":{"path":["a3862c29-de73-457b-a847-e2a384d8b181"],"host":["http://localhost:3333/api/v1/services"],"query":[],"variable":[]}},"response":[],"_postman_id":"1b02cf03-be74-484e-8003-cd85cd4e0086"},{"name":"Delete Service","id":"fe02b6ab-bd20-4dad-a625-370f4f518332","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:3333/api/v1/services/7d9d00ac-00e3-4f17-abf1-754b74f06e63","urlObject":{"path":["7d9d00ac-00e3-4f17-abf1-754b74f06e63"],"host":["http://localhost:3333/api/v1/services"],"query":[],"variable":[]}},"response":[],"_postman_id":"fe02b6ab-bd20-4dad-a625-370f4f518332"},{"name":"Upcoming Service","id":"70b05dd8-a090-4f50-b6c3-80b656ffacc4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3333/api/v1/servicestatus/upcoming","urlObject":{"path":["upcoming"],"host":["http://localhost:3333/api/v1/servicestatus"],"query":[],"variable":[]}},"response":[],"_postman_id":"70b05dd8-a090-4f50-b6c3-80b656ffacc4"},{"name":"Available Service","id":"b69c4af5-6d41-4ca4-8901-7e07b3f11f4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3333/api/v1/servicestatus/available","urlObject":{"path":["available"],"host":["http://localhost:3333/api/v1/servicestatus"],"query":[],"variable":[]}},"response":[],"_postman_id":"b69c4af5-6d41-4ca4-8901-7e07b3f11f4d"}],"id":"05d32fac-9b61-46d1-801d-b6eea9d332d3","_postman_id":"05d32fac-9b61-46d1-801d-b6eea9d332d3","description":""},{"name":"Category","item":[{"name":"Post Category","id":"e8cb466d-f643-4131-813b-2c3fa482dbab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"Google\",\r\n    \"image\":\"https://media.wired.co.uk/photos/606d9a3ba876dd2203a639aa/16:9/w_2990,h_1682,c_limit/wired-uk-google-watching.jpg\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3333/api/v1/categories","urlObject":{"host":["http://localhost:3333/api/v1/categories"],"query":[],"variable":[]}},"response":[],"_postman_id":"e8cb466d-f643-4131-813b-2c3fa482dbab"},{"name":"Get categories","id":"f019aa23-7377-4cb2-a89b-533da8b0717b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3333/api/v1/categories","urlObject":{"host":["http://localhost:3333/api/v1/categories"],"query":[],"variable":[]}},"response":[],"_postman_id":"f019aa23-7377-4cb2-a89b-533da8b0717b"},{"name":"Get Category by Id","id":"5ac42bf4-5ca8-4201-b3ee-72d960d7d30f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3333/api/v1/rejectedbookings","urlObject":{"host":["http://localhost:3333/api/v1/rejectedbookings"],"query":[],"variable":[]}},"response":[],"_postman_id":"5ac42bf4-5ca8-4201-b3ee-72d960d7d30f"}],"id":"94a57c5b-7f17-44be-8ab1-df4938df1220","_postman_id":"94a57c5b-7f17-44be-8ab1-df4938df1220","description":""},{"name":"Reviews","item":[{"name":"Post Review","id":"e319244f-5871-4053-90f5-fbe484d74082","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"review\": \"ami Reshob bolchi\",\r\n    \"rating\": 3,\r\n    \"userImage\": \"https://img.clerk.com/eyJ0eXBlIjoiZGVmYXVsdCIsImlpZCI6Imluc18yV2RGOERLVDF5bnBWREd1QUlXdmdiZ2VGMXYiLCJyaWQiOiJ1c2VyXzJXdFRGRnJNd2puaVo4RjIxTnJLZHhobUM3ciIsImluaXRpYWxzIjoiTU4ifQ\",\r\n    \"userId\": \"user_2WtTFFrMwjniZ8F21NrKdxhmC7r\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3333/api/v1/review","urlObject":{"host":["http://localhost:3333/api/v1/review"],"query":[],"variable":[]}},"response":[],"_postman_id":"e319244f-5871-4053-90f5-fbe484d74082"},{"name":"Get Reviews","id":"5f9f0591-c7be-4b04-baab-6efe403ac850","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3333/api/v1/reviews","urlObject":{"host":["http://localhost:3333/api/v1/reviews"],"query":[],"variable":[]}},"response":[],"_postman_id":"5f9f0591-c7be-4b04-baab-6efe403ac850"},{"name":"Get Specific Service Review","id":"83127a81-9928-4986-b4a0-add994d0b456","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3333/api/v1/reviews/c426528e-5676-4572-bdba-29725bb9febb","urlObject":{"path":["c426528e-5676-4572-bdba-29725bb9febb"],"host":["http://localhost:3333/api/v1/reviews"],"query":[],"variable":[]}},"response":[],"_postman_id":"83127a81-9928-4986-b4a0-add994d0b456"}],"id":"af935129-2e04-40a9-b9f5-d8d44e845dd3","_postman_id":"af935129-2e04-40a9-b9f5-d8d44e845dd3","description":""},{"name":"Booking","item":[{"name":"Create booking","id":"47a7c012-0e19-49dd-a888-ddfe7afb50e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"contactNo\": 5,\r\n    \"date\": \"2023-10-22\",\r\n    \"email\": \"razwanniam1@gmail.com\",\r\n    \"name\": \"Kamal Moss\",\r\n    \"servicesId\": \"7d9d00ac-00e3-4f17-abf1-754b74f06e63\",\r\n    \"street\": \"Fugiat dolor exercit\",\r\n    \"time\": \"Mon, 16 Oct 2023 16:54:59 GMT\",\r\n    \"userId\": \"user_2WdK91TeUhNL6KUUGx7nX1EgLn8\",\r\n    \"zip\": \"94108\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3333/api/v1/book","urlObject":{"host":["http://localhost:3333/api/v1/book"],"query":[],"variable":[]}},"response":[],"_postman_id":"47a7c012-0e19-49dd-a888-ddfe7afb50e8"},{"name":"Get Bookings by Userid","id":"7adfde46-21f5-48b1-9744-6e2e363a881e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3333/api/v1/mybooking/user_2WdK91TeUhNL6KUUGx7nX1EgLn8","urlObject":{"path":["user_2WdK91TeUhNL6KUUGx7nX1EgLn8"],"host":["http://localhost:3333/api/v1/mybooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"7adfde46-21f5-48b1-9744-6e2e363a881e"},{"name":"Delete Booking","id":"10e75539-315c-4f44-8b71-e08f9402a242","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:3333/api/v1/mybooking/08a9e1be-0082-423c-93fb-187e2456dd04","urlObject":{"path":["08a9e1be-0082-423c-93fb-187e2456dd04"],"host":["http://localhost:3333/api/v1/mybooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"10e75539-315c-4f44-8b71-e08f9402a242"},{"name":"Get All Bookings","id":"dcba1aaa-c473-4b0e-81f4-117908300354","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3333/api/v1/bookings","urlObject":{"host":["http://localhost:3333/api/v1/bookings"],"query":[],"variable":[]}},"response":[],"_postman_id":"dcba1aaa-c473-4b0e-81f4-117908300354"},{"name":"Update Booking","id":"2244b9ca-a45e-415f-b412-dbe0712ec546","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"status\": \"accepted\",\r\n    \"time\": \"Mon, 16 Oct 2023 01:51:49 GMT\",\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3333/api/v1/bookings/8235c737-2818-4b16-ad42-306e7e120591","urlObject":{"path":["8235c737-2818-4b16-ad42-306e7e120591"],"host":["http://localhost:3333/api/v1/bookings"],"query":[],"variable":[]}},"response":[],"_postman_id":"2244b9ca-a45e-415f-b412-dbe0712ec546"},{"name":"Get Single Booking","id":"c80610f8-e504-4a5b-bae5-3026fdab8022","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3333/api/v1/bookings/d0725779-8168-44d2-8909-076b8fd61692","urlObject":{"path":["d0725779-8168-44d2-8909-076b8fd61692"],"host":["http://localhost:3333/api/v1/bookings"],"query":[],"variable":[]}},"response":[],"_postman_id":"c80610f8-e504-4a5b-bae5-3026fdab8022"},{"name":"Get Pending Booking","id":"fe069b89-b48f-45ee-81ef-1fb90cd0cdc3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3333/api/v1/pendingbookings","urlObject":{"host":["http://localhost:3333/api/v1/pendingbookings"],"query":[],"variable":[]}},"response":[],"_postman_id":"fe069b89-b48f-45ee-81ef-1fb90cd0cdc3"},{"name":"Get Delivered Booking","id":"f6a3a72c-e50d-45c2-ab2a-9bd008ac7bfe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3333/api/v1/deliveredbookings","urlObject":{"host":["http://localhost:3333/api/v1/deliveredbookings"],"query":[],"variable":[]}},"response":[],"_postman_id":"f6a3a72c-e50d-45c2-ab2a-9bd008ac7bfe"},{"name":"Get Canceled Bookings","id":"2cecd802-8fdc-4de7-a5c5-6410c3afe79f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3333/api/v1/canceledbookings","urlObject":{"host":["http://localhost:3333/api/v1/canceledbookings"],"query":[],"variable":[]}},"response":[],"_postman_id":"2cecd802-8fdc-4de7-a5c5-6410c3afe79f"},{"name":"Get Rejected Bookings","id":"79c90264-8cdc-4076-8274-63688a063b94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3333/api/v1/rejectedbookings","urlObject":{"host":["http://localhost:3333/api/v1/rejectedbookings"],"query":[],"variable":[]}},"response":[],"_postman_id":"79c90264-8cdc-4076-8274-63688a063b94"}],"id":"24a76737-990a-4b92-8ee0-1172d8c0745f","_postman_id":"24a76737-990a-4b92-8ee0-1172d8c0745f","description":""},{"name":"Cart","item":[{"name":"Add to cart","id":"e5cb5a68-ab0d-4543-953b-5f458a2ab7f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\": \"mama\",\r\n    \"servicesId\": \"27a07a5a-75c3-412d-8e17-d1d2358ec71c\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3333/api/v1/add-to-cart","urlObject":{"host":["http://localhost:3333/api/v1/add-to-cart"],"query":[],"variable":[]}},"response":[],"_postman_id":"e5cb5a68-ab0d-4543-953b-5f458a2ab7f5"},{"name":"Get Cart Items by Userid","id":"e9779197-2b2b-4c54-bf94-d0daf8a40b9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3333/api/v1/mycart/user_2WjQGEdjHPwFgxruS7vnYneeJpT","urlObject":{"path":["user_2WjQGEdjHPwFgxruS7vnYneeJpT"],"host":["http://localhost:3333/api/v1/mycart"],"query":[],"variable":[]}},"response":[],"_postman_id":"e9779197-2b2b-4c54-bf94-d0daf8a40b9f"},{"name":"Clerk test","id":"f4cd4a94-6469-4621-8936-8d0ce008ec71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3333/api/v1/clerk-test","urlObject":{"host":["http://localhost:3333/api/v1/clerk-test"],"query":[],"variable":[]}},"response":[],"_postman_id":"f4cd4a94-6469-4621-8936-8d0ce008ec71"}],"id":"8deec81f-e7af-47f8-b7d6-985aabbfbd5d","_postman_id":"8deec81f-e7af-47f8-b7d6-985aabbfbd5d","description":""},{"name":"Feedback","item":[{"name":"Post Feedback","id":"4ed13f5e-9cd1-4689-804f-37ca1e005c9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"sadf@dfjd.com\",\r\n    \"feedback\": \"niceone\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3333/api/v1/my-feedback","urlObject":{"host":["http://localhost:3333/api/v1/my-feedback"],"query":[],"variable":[]}},"response":[],"_postman_id":"4ed13f5e-9cd1-4689-804f-37ca1e005c9a"},{"name":"Get All Feedbacks","id":"995c5ef1-3521-4bcf-8325-89db91e90fca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3333/api/v1/all-feedbacks","urlObject":{"host":["http://localhost:3333/api/v1/all-feedbacks"],"query":[],"variable":[]}},"response":[],"_postman_id":"995c5ef1-3521-4bcf-8325-89db91e90fca"}],"id":"e9fa9d94-35e1-449e-8e61-269423e7034a","_postman_id":"e9fa9d94-35e1-449e-8e61-269423e7034a","description":""},{"name":"Content","item":[{"name":"Post Content","id":"1656246c-efa7-4122-b999-303f6bfde758","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"image\": \"sdfs\",\r\n    \"heading\": \"sfsdf\",\r\n    \"content\": \"sedrwfr\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3333/api/v1/content","urlObject":{"host":["http://localhost:3333/api/v1/content"],"query":[],"variable":[]}},"response":[],"_postman_id":"1656246c-efa7-4122-b999-303f6bfde758"},{"name":"All Contents","id":"82c4f9d8-5905-414b-a675-80fe0d5c2088","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3333/api/v1/contents","urlObject":{"host":["http://localhost:3333/api/v1/contents"],"query":[],"variable":[]}},"response":[],"_postman_id":"82c4f9d8-5905-414b-a675-80fe0d5c2088"},{"name":"Delete Content","id":"2c472f1d-6030-4417-a405-18368954bcde","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:3333/api/v1/contents/f1686d53-af06-45c1-9ee4-a0df0b00191c","urlObject":{"path":["f1686d53-af06-45c1-9ee4-a0df0b00191c"],"host":["http://localhost:3333/api/v1/contents"],"query":[],"variable":[]}},"response":[],"_postman_id":"2c472f1d-6030-4417-a405-18368954bcde"}],"id":"8169d1bd-56b5-4e1f-8d4b-aa50b86d9a44","_postman_id":"8169d1bd-56b5-4e1f-8d4b-aa50b86d9a44","description":""},{"name":"Payment","item":[{"name":"Payment init","id":"bb5d544b-0852-4e33-a48d-7eb4a413ca7f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"total_amount","value":"500","type":"text"},{"key":"tran_id","value":"zsdfewr32sdfs4tb","type":"text"},{"key":"cus_name","value":"dgd","type":"text"},{"key":"cus_add1","value":"sdfrser","type":"text"},{"key":"cus_phone","value":"erwerw","type":"text"}]},"url":"http://localhost:3333/api/v1/payment/init","urlObject":{"path":["init"],"host":["http://localhost:3333/api/v1/payment"],"query":[],"variable":[]}},"response":[],"_postman_id":"bb5d544b-0852-4e33-a48d-7eb4a413ca7f"}],"id":"7d55ecf0-ebb0-40dc-8761-801eaf77191f","_postman_id":"7d55ecf0-ebb0-40dc-8761-801eaf77191f","description":""},{"name":"Metrics","item":[{"name":"Metrics","id":"58e8835e-7aa5-48e7-894e-18e74ccc3426","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:3333/metrics","urlObject":{"port":"3333","path":["metrics"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"58e8835e-7aa5-48e7-894e-18e74ccc3426"},{"name":"Home Route","id":"fe81e43e-d00f-44c9-a85d-75a4fbb139ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:3333","urlObject":{"port":"3333","host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"fe81e43e-d00f-44c9-a85d-75a4fbb139ca"},{"name":"Example","id":"8b67c50a-306b-4cd8-99ce-e23c4e342f23","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:3333/example","urlObject":{"port":"3333","path":["example"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"8b67c50a-306b-4cd8-99ce-e23c4e342f23"}],"id":"8217ff11-8098-41e6-b491-12e966f0acb9","_postman_id":"8217ff11-8098-41e6-b491-12e966f0acb9","description":""},{"name":"GraphQL","item":[{"name":"New Request","id":"577a8386-1c7a-4006-a3a9-a47fcc0c9c1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query getCartItems($userId: ID!) {\n cartItems(userId: $userId) {\n   service {\n     name\n   }\n }\n}","variables":"{\n  \"userId\": \"user_2WtTFFrMwjniZ8F21NrKdxhmC7r\"\n}"}},"url":"http://localhost:3000/graphql","urlObject":{"protocol":"http","port":"3000","path":["graphql"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"577a8386-1c7a-4006-a3a9-a47fcc0c9c1e"}],"id":"51973e65-383b-439e-8ffe-870a1d977ba7","_postman_id":"51973e65-383b-439e-8ffe-870a1d977ba7","description":""},{"name":"k8s request","item":[{"name":"New Request","id":"933d099b-be72-4ac8-bcb9-00d35ddadd79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:46803/health","urlObject":{"protocol":"http","port":"46803","path":["health"],"host":["localhost"],"query":[{"disabled":true,"key":"location","value":"Dhaka"},{"disabled":true,"key":"name","value":"Gym Training"},{"disabled":true,"key":"category.title","value":"dfgdfg"},{"disabled":true,"key":"searchTerm","value":"Applican"}],"variable":[]}},"response":[],"_postman_id":"933d099b-be72-4ac8-bcb9-00d35ddadd79"},{"name":"New Request","id":"998e24b9-6fc6-49a8-acda-1e1589afd3bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:46803/api/v1/services","urlObject":{"protocol":"http","port":"46803","path":["api","v1","services"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"998e24b9-6fc6-49a8-acda-1e1589afd3bd"}],"id":"574448ee-3472-45d2-9810-89770a6355c4","_postman_id":"574448ee-3472-45d2-9810-89770a6355c4","description":""},{"name":"New Request","id":"8fb6dcd6-7501-4233-8186-5657966d41e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"8fb6dcd6-7501-4233-8186-5657966d41e6"}],"event":[{"listen":"prerequest","script":{"id":"66495cfb-867a-4ca2-9e9f-6c180f549401","type":"text/javascript","requests":{},"exec":[""]}},{"listen":"test","script":{"id":"6cc750e0-7eba-4e6f-bbe8-095a0ff4e40f","type":"text/javascript","requests":{},"exec":[""]}}],"variable":[{"key":"url","value":"http://localhost:3333/api/v1/"},{"key":"Bearer","value":"sk_test_hdNVE3cddOhPlakPBMAZO00WlK7tXhqUYKfm6qL1Mh"}]}