{"info":{"_postman_id":"5435cc16-e722-4f2a-be9e-ebffb04a5693","name":"Planetarium","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"26430621","collectionId":"5435cc16-e722-4f2a-be9e-ebffb04a5693","publishedId":"2sAYdioVHd","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-03-03T17:21:16.000Z"},"item":[{"name":"Auth","item":[{"name":"Register User","id":"b176a5e2-fc9d-4068-bb6b-670b4ba0e7f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Azizbek\",\n    \"email\": \"azizbek@gmail.com\",\n    \"password\": \"12345678a\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/auth/register","urlObject":{"path":["api","v1","auth","register"],"host":["http://localhost:3000"],"query":[],"variable":[]}},"response":[],"_postman_id":"b176a5e2-fc9d-4068-bb6b-670b4ba0e7f8"},{"name":"Login User","event":[{"listen":"test","script":{"id":"f097d2ca-d461-4966-b6be-379a366bc675","exec":["const res = pm.response.json()","pm.collectionVariables.set('token',res.token)"],"type":"text/javascript","packages":{}}}],"id":"3cf89c0f-f121-47fa-b13a-e226acf1def3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"azizbek@gmail.com\",\n    \"password\": \"12345678a\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/auth/login","urlObject":{"path":["api","v1","auth","login"],"host":["http://localhost:3000"],"query":[],"variable":[]}},"response":[],"_postman_id":"3cf89c0f-f121-47fa-b13a-e226acf1def3"},{"name":"Get profile","id":"8317e564-7a21-4cad-a187-c7c90177f379","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:3000/api/v1/auth/profile","urlObject":{"path":["api","v1","auth","profile"],"host":["http://localhost:3000"],"query":[],"variable":[]}},"response":[],"_postman_id":"8317e564-7a21-4cad-a187-c7c90177f379"},{"name":"Update profile","id":"29fcb456-d896-4f96-b858-4b922754465d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Lazizbek\",\n    \"email\": \"azizbek1@gmail.com\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/auth/profile/update","urlObject":{"path":["api","v1","auth","profile","update"],"host":["http://localhost:3000"],"query":[],"variable":[]}},"response":[],"_postman_id":"29fcb456-d896-4f96-b858-4b922754465d"},{"name":"Update password","id":"0985702e-ce87-471a-8926-18e883c1acc4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"oldPassword\": \"12345678a/\",\n    \"newPassword\": \"12345678a\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/auth/profile/update/password","urlObject":{"path":["api","v1","auth","profile","update","password"],"host":["http://localhost:3000"],"query":[],"variable":[]}},"response":[],"_postman_id":"0985702e-ce87-471a-8926-18e883c1acc4"},{"name":"Payment balance","id":"4fa9a192-d9aa-4ca4-8bb0-69bd1b9833e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"payment\": 5000\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/auth/profile/payment/balance","urlObject":{"path":["api","v1","auth","profile","payment","balance"],"host":["http://localhost:3000"],"query":[],"variable":[]}},"response":[],"_postman_id":"4fa9a192-d9aa-4ca4-8bb0-69bd1b9833e7"},{"name":"Activate profile","id":"a7bcc5ca-a921-4061-b079-d896f0c94594","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/auth/profile/activate","urlObject":{"path":["api","v1","auth","profile","activate"],"host":["http://localhost:3000"],"query":[],"variable":[]}},"response":[],"_postman_id":"a7bcc5ca-a921-4061-b079-d896f0c94594"}],"id":"177833b6-7c3a-465d-be11-25597916d5e4","_postman_id":"177833b6-7c3a-465d-be11-25597916d5e4","description":""},{"name":"Stars","item":[{"name":"Get All Stars","id":"b7d35bdb-0a55-47d0-9d4f-63c218ab7766","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"apiKey","value":"2293ffa1-3bbf-467d-9e11-0a8c179be1f7","type":"text"}],"url":"http://localhost:3000/api/v1/stars","urlObject":{"path":["api","v1","stars"],"host":["http://localhost:3000"],"query":[],"variable":[]}},"response":[],"_postman_id":"b7d35bdb-0a55-47d0-9d4f-63c218ab7766"},{"name":"Get Star by id","id":"9dba7ef1-edb9-4e6d-93df-906b247ed6ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/api/v1/stars/67c195d20d0c767d46919616","urlObject":{"path":["api","v1","stars","67c195d20d0c767d46919616"],"host":["http://localhost:3000"],"query":[],"variable":[]}},"response":[],"_postman_id":"9dba7ef1-edb9-4e6d-93df-906b247ed6ca"},{"name":"Create Star","id":"1cdad52c-5ca2-42e7-b61b-7609bffd25e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Quyosh","type":"text","uuid":"b5e44cea-0dcd-4217-9c0e-200f9ea29e6a"},{"key":"tempreature","value":"5 700 C","type":"text","uuid":"7917fa0b-f862-4be2-b8f4-fea891ae59ef"},{"key":"massa","value":"1.989 e30 kg","type":"text","uuid":"0dc0c275-66bf-4af3-9422-825bf5e8254d"},{"key":"diametr","value":"1 322 000 km","type":"text","uuid":"b373b332-62d1-490d-899e-e3de2be4c3e2"},{"key":"image","type":"file","uuid":"3b2902ad-a6f5-49ad-80c9-2a938eac7d3a","src":"postman-cloud:///1ef95fcb-4460-4680-ac2b-2af062f99f94"}]},"url":"http://localhost:3000/api/v1/stars","urlObject":{"path":["api","v1","stars"],"host":["http://localhost:3000"],"query":[],"variable":[]}},"response":[],"_postman_id":"1cdad52c-5ca2-42e7-b61b-7609bffd25e2"},{"name":"Update Star","id":"9e954373-b841-4813-8722-9374eb3602d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Quyosh\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/stars/67c195d20d0c767d46919616a","urlObject":{"path":["api","v1","stars","67c195d20d0c767d46919616a"],"host":["http://localhost:3000"],"query":[],"variable":[]}},"response":[],"_postman_id":"9e954373-b841-4813-8722-9374eb3602d7"},{"name":"Delete Star","id":"1352d5c7-d1ac-498c-b6c0-82d751064318","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:3000/api/v1/stars/67c58ad9da908a52db425eb3","urlObject":{"path":["api","v1","stars","67c58ad9da908a52db425eb3"],"host":["http://localhost:3000"],"query":[],"variable":[]}},"response":[],"_postman_id":"1352d5c7-d1ac-498c-b6c0-82d751064318"}],"id":"0b7730e9-883b-4dc6-b51d-10f97052135b","_postman_id":"0b7730e9-883b-4dc6-b51d-10f97052135b","description":""},{"name":"Planet","item":[{"name":"Get All Planets","id":"ca0df392-5dbd-49c3-bc26-3c87c9e11666","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"ApiKey","value":"2293ffa1-3bbf-467d-9e11-0a8c179be1f7","type":"text"}],"url":"http://localhost:3000/api/v1/planets?page=1&limit=10","urlObject":{"path":["api","v1","planets"],"host":["http://localhost:3000"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"10"}],"variable":[]}},"response":[],"_postman_id":"ca0df392-5dbd-49c3-bc26-3c87c9e11666"},{"name":"Get Planet by id","id":"8acfd21f-127a-4a39-9cc1-85ad0fd74053","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/api/v1/planets/:id","urlObject":{"path":["api","v1","planets",":id"],"host":["http://localhost:3000"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"8acfd21f-127a-4a39-9cc1-85ad0fd74053"},{"name":"Create Planet","id":"2a9f5ad3-a415-464f-9c79-275eeaa27460","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Earth","type":"text","uuid":"f414fdcb-20c7-4670-8d22-8d43b7c076ea"},{"key":"distanceToStar","value":"149.6 million km","type":"text","uuid":"f0c31c49-6009-43d6-a47f-38a458645b73"},{"key":"diametr","value":"12742 km","type":"text","uuid":"e66a55d5-ac48-447b-a5bf-a8b9dd55bf9d"},{"key":"yearDuration","value":"365.25 days","type":"text","uuid":"10a4e151-936b-47c1-8b63-4b17b43a52fe"},{"key":"dayDurtion","value":"23.93 hours","type":"text","uuid":"6898a9d0-e121-4db7-997e-3c33bb38f044"},{"key":"tempreature","value":"15°C","type":"text","uuid":"fcf4d2a9-642f-453b-ad5a-f9baec9024cc"},{"key":"sequenceNumber","value":"3","type":"text","uuid":"24dc1c8a-354c-4931-a42b-136e87e29025"},{"key":"satelittes","value":"1","type":"text","uuid":"776093fd-e462-4f09-be26-14895d5f8ff1"},{"key":"image","type":"file","uuid":"4d57f75b-1c25-474a-996b-41716df02055","src":"postman-cloud:///1ef95fcb-4460-4680-ac2b-2af062f99f94"},{"key":"star","value":"67c48813124a841c1fd5fd12","type":"text","uuid":"3fd963d3-00c8-4ec8-90fe-3fb70a118812"}]},"url":"http://localhost:3000/api/v1/planets","urlObject":{"path":["api","v1","planets"],"host":["http://localhost:3000"],"query":[],"variable":[]}},"response":[],"_postman_id":"2a9f5ad3-a415-464f-9c79-275eeaa27460"},{"name":"Update planet","id":"c79c1610-ce87-4496-83e8-15e04d5802fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"star\": \"67c579e9dc54481c1decd0c2\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/planets/67c495b2399f3a9ce0e98b92","urlObject":{"path":["api","v1","planets","67c495b2399f3a9ce0e98b92"],"host":["http://localhost:3000"],"query":[],"variable":[]}},"response":[],"_postman_id":"c79c1610-ce87-4496-83e8-15e04d5802fa"},{"name":"Delete planet","id":"5f79c63d-c731-41f4-aee5-868d209ebe80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:3000/api/v1/planets/67c57a59dc54481c1decd0ce","urlObject":{"path":["api","v1","planets","67c57a59dc54481c1decd0ce"],"host":["http://localhost:3000"],"query":[],"variable":[]}},"response":[],"_postman_id":"5f79c63d-c731-41f4-aee5-868d209ebe80"}],"id":"ce1788c4-df91-4241-bc9a-fc5843e857ff","_postman_id":"ce1788c4-df91-4241-bc9a-fc5843e857ff","description":""}],"event":[{"listen":"prerequest","script":{"id":"9a0d8c6b-1130-4050-82c3-abc474387b02","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"d788ef2c-dab0-4b59-b250-7224c8e8d980","type":"text/javascript","packages":{},"exec":[""]}}],"variable":[{"key":"token","value":"","type":"string"},{"key":"baseUrl","value":"http://localhost:3000","type":"string"}]}