{"info":{"_postman_id":"2c4c25c2-f595-4dfe-bc4b-b4e47ebb0eae","name":"Chatgpt Clone API","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"8647915","collectionId":"2c4c25c2-f595-4dfe-bc4b-b4e47ebb0eae","publishedId":"2sAYJ6CzwA","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-12-29T04:06:46.000Z"},"item":[{"name":"v1","item":[{"name":"Auth","item":[{"name":"Register","event":[{"listen":"test","script":{"id":"05cc4802-a699-4c2f-a6b2-c02450b42695","exec":["if (pm.response.code == 200) {\r","    const response = pm.response.json();\r","    pm.collectionVariables.set('accessToken', response.data.token.access_token);\r","    pm.collectionVariables.set('refreshToken', response.data.token.refresh_token);\r","}"],"type":"text/javascript","packages":{}}}],"id":"e82f7af9-e20e-44df-90c7-c91fd6c2355b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Test User\",\r\n    \"email\": \"test5@example.com\",\r\n    \"password\": \"secretpassword\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://chatbot-api-gateway-338543843727.asia-southeast2.run.app/auth/register","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"2c4c25c2-f595-4dfe-bc4b-b4e47ebb0eae","id":"2c4c25c2-f595-4dfe-bc4b-b4e47ebb0eae","name":"Chatgpt Clone API","type":"collection"}},"urlObject":{"path":["auth","register"],"host":["https://chatbot-api-gateway-338543843727.asia-southeast2.run.app"],"query":[{"disabled":true,"key":"draw","value":"1"},{"disabled":true,"key":"start","value":"0"},{"disabled":true,"key":"length","value":"10"},{"disabled":true,"key":"search[value]","value":"Item Name"}],"variable":[]}},"response":[],"_postman_id":"e82f7af9-e20e-44df-90c7-c91fd6c2355b"},{"name":"Login","event":[{"listen":"test","script":{"id":"05cc4802-a699-4c2f-a6b2-c02450b42695","exec":["if (pm.response.code == 200) {\r","    const response = pm.response.json();\r","    pm.collectionVariables.set('accessToken', response.data.token.access_token);\r","    pm.collectionVariables.set('refreshToken', response.data.token.refresh_token);\r","}"],"type":"text/javascript","packages":{}}}],"id":"8017c622-6fcd-44cf-8fe9-a4dabb953c2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"test@example.com\",\r\n    \"password\": \"secretpassword\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://chatbot-api-gateway-338543843727.asia-southeast2.run.app/auth/login","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"2c4c25c2-f595-4dfe-bc4b-b4e47ebb0eae","id":"2c4c25c2-f595-4dfe-bc4b-b4e47ebb0eae","name":"Chatgpt Clone API","type":"collection"}},"urlObject":{"path":["auth","login"],"host":["https://chatbot-api-gateway-338543843727.asia-southeast2.run.app"],"query":[{"disabled":true,"key":"draw","value":"1"},{"disabled":true,"key":"start","value":"0"},{"disabled":true,"key":"length","value":"10"},{"disabled":true,"key":"search[value]","value":"Item Name"}],"variable":[]}},"response":[],"_postman_id":"8017c622-6fcd-44cf-8fe9-a4dabb953c2b"},{"name":"Refresh","id":"bbb3227c-9bc7-4687-a776-ddb3becf0853","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"refresh_token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOlsiY2hhdC5yaXphbG9yZC5teS5pZCJdLCJlbWFpbCI6InRlc3RAZXhhbXBsZS5jb20iLCJleHAiOjE3MzQ4Njg1MDIsImltYWdlVVJMIjoiIiwiaXNzIjoiYXBpLmNoYXQucml6YWxvcmQubXkuaWQiLCJuYW1lIjoiVGVzdCBVc2VyIDEiLCJzdWIiOjF9.NEr2b9rdfvKF2yIH4ECYjY0td09gtd1gaVYYlUKvaBE\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://chatbot-api-gateway-338543843727.asia-southeast2.run.app/auth/refresh","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"2c4c25c2-f595-4dfe-bc4b-b4e47ebb0eae","id":"2c4c25c2-f595-4dfe-bc4b-b4e47ebb0eae","name":"Chatgpt Clone API","type":"collection"}},"urlObject":{"path":["auth","refresh"],"host":["https://chatbot-api-gateway-338543843727.asia-southeast2.run.app"],"query":[{"disabled":true,"key":"draw","value":"1"},{"disabled":true,"key":"start","value":"0"},{"disabled":true,"key":"length","value":"10"},{"disabled":true,"key":"search[value]","value":"Item Name"}],"variable":[]}},"response":[],"_postman_id":"bbb3227c-9bc7-4687-a776-ddb3becf0853"}],"id":"6f2efa0b-9d08-4acd-b7d0-54b76d7c46c2","_postman_id":"6f2efa0b-9d08-4acd-b7d0-54b76d7c46c2","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"2c4c25c2-f595-4dfe-bc4b-b4e47ebb0eae","id":"2c4c25c2-f595-4dfe-bc4b-b4e47ebb0eae","name":"Chatgpt Clone API","type":"collection"}}},{"name":"Chat","item":[{"name":"Get Chats","event":[{"listen":"test","script":{"id":"05cc4802-a699-4c2f-a6b2-c02450b42695","exec":[""],"type":"text/javascript","packages":{}}}],"id":"e244a126-c689-4ebe-b76e-59d07992bc7f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://chatbot-api-gateway-338543843727.asia-southeast2.run.app/chats","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"2c4c25c2-f595-4dfe-bc4b-b4e47ebb0eae","id":"2c4c25c2-f595-4dfe-bc4b-b4e47ebb0eae","name":"Chatgpt Clone API","type":"collection"}},"urlObject":{"path":["chats"],"host":["https://chatbot-api-gateway-338543843727.asia-southeast2.run.app"],"query":[{"disabled":true,"key":"draw","value":"1"},{"disabled":true,"key":"start","value":"0"},{"disabled":true,"key":"length","value":"10"},{"disabled":true,"key":"search[value]","value":"Item Name"}],"variable":[]}},"response":[],"_postman_id":"e244a126-c689-4ebe-b76e-59d07992bc7f"},{"name":"Get Messages","event":[{"listen":"test","script":{"id":"05cc4802-a699-4c2f-a6b2-c02450b42695","exec":[""],"type":"text/javascript","packages":{}}}],"id":"21b113ac-0eea-4912-aa3e-24c471580163","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://chatbot-api-gateway-338543843727.asia-southeast2.run.app/chats/25/messages","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"2c4c25c2-f595-4dfe-bc4b-b4e47ebb0eae","id":"2c4c25c2-f595-4dfe-bc4b-b4e47ebb0eae","name":"Chatgpt Clone API","type":"collection"}},"urlObject":{"path":["chats","25","messages"],"host":["https://chatbot-api-gateway-338543843727.asia-southeast2.run.app"],"query":[{"disabled":true,"key":"draw","value":"1"},{"disabled":true,"key":"start","value":"0"},{"disabled":true,"key":"length","value":"10"},{"disabled":true,"key":"search[value]","value":"Item Name"}],"variable":[]}},"response":[],"_postman_id":"21b113ac-0eea-4912-aa3e-24c471580163"}],"id":"d34bb699-7bc4-4037-929d-5aff9042cf56","_postman_id":"d34bb699-7bc4-4037-929d-5aff9042cf56","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"2c4c25c2-f595-4dfe-bc4b-b4e47ebb0eae","id":"2c4c25c2-f595-4dfe-bc4b-b4e47ebb0eae","name":"Chatgpt Clone API","type":"collection"}}}],"id":"9fc4cc61-22cc-4f31-a18e-6e42167f1bb7","_postman_id":"9fc4cc61-22cc-4f31-a18e-6e42167f1bb7","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"2c4c25c2-f595-4dfe-bc4b-b4e47ebb0eae","id":"2c4c25c2-f595-4dfe-bc4b-b4e47ebb0eae","name":"Chatgpt Clone API","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]}},"event":[{"listen":"prerequest","script":{"id":"47fbf4fe-53de-4961-ba5b-fa5c89905621","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"546dc3b9-226b-43e3-8057-159570588e24","type":"text/javascript","packages":{},"exec":[""]}}],"variable":[{"key":"host","value":"http://localhost:3004","type":"string","disabled":true},{"key":"host","value":"https://chatbot-api-gateway-338543843727.asia-southeast2.run.app","type":"string"},{"key":"accessToken","value":""},{"key":"refreshToken","value":""}]}