{"info":{"_postman_id":"eaf275e8-d959-4793-8c6d-908a463c20ea","name":"Quiz Management","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"20661145","collectionId":"eaf275e8-d959-4793-8c6d-908a463c20ea","publishedId":"2s9YkrcLFx","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-12-23T18:30:06.000Z"},"item":[{"name":"Auth","item":[{"name":"register","id":"edf39a5e-34e6-44ab-9cc7-76b7b6a0086c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"user@gmail.com\",\r\n    \"password\": \"123456\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/v1/auth/register","urlObject":{"path":["auth","register"],"host":["http://localhost:5000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"edf39a5e-34e6-44ab-9cc7-76b7b6a0086c"},{"name":"login","id":"a950ded2-137a-481a-b965-4c756476167a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"user@gmail.com\",\r\n    \"password\": \"123456\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/v1/auth/login","urlObject":{"path":["auth","login"],"host":["http://localhost:5000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"a950ded2-137a-481a-b965-4c756476167a"},{"name":"refresh-token","id":"e1255268-3c16-4bc9-af4f-9e6f88f0919f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://localhost:5000/api/v1/auth/refresh-token","urlObject":{"path":["auth","refresh-token"],"host":["http://localhost:5000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"e1255268-3c16-4bc9-af4f-9e6f88f0919f"},{"name":"change-password","id":"c9004140-8dc7-463d-8786-dc01b88fb162","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"oldPassword\": \"123456\",\r\n    \"newPassword\": \"12345678\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/v1/auth/change-password","urlObject":{"path":["auth","change-password"],"host":["http://localhost:5000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"c9004140-8dc7-463d-8786-dc01b88fb162"}],"id":"ba2b985a-ed21-4f7a-9f5d-6f5844536a7e","_postman_id":"ba2b985a-ed21-4f7a-9f5d-6f5844536a7e","description":""},{"name":"Profiles","item":[{"name":"all profiles","id":"013f6da7-a446-4311-86eb-c78365511be4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"013f6da7-a446-4311-86eb-c78365511be4"},{"name":"specific-profile","id":"f1f8d11e-2a75-41c0-8a2a-47abe420f9cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/v1/profiles/specific-profile/b7e1cc6a-a925-447c-a121-dc46c27ffd1b","urlObject":{"path":["profiles","specific-profile","b7e1cc6a-a925-447c-a121-dc46c27ffd1b"],"host":["http://localhost:5000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"f1f8d11e-2a75-41c0-8a2a-47abe420f9cd"},{"name":"update profile","id":"1798e67c-4b95-4664-bdb6-b6122f97d243","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n  \"username\": \"john_doe\",\r\n  \"firstName\": \"John\",\r\n  \"lastName\": \"Doe\",\r\n  \"phoneNumber\": \"9876543210\",\r\n  \"address\": \"456 Elm Street, Springfield, IL\",\r\n  \"bio\": \"A seasoned full-stack developer with a passion for building intuitive, user-friendly applications. Enjoys hiking and photography during the weekends.\",\r\n  \"profileImage\": \"https://example.com/images/john_doe_profile.jpg\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/v1/profiles/update-profile/13bfc342-cdcf-4ad5-89a5-561013b3b2aa","urlObject":{"path":["profiles","update-profile","13bfc342-cdcf-4ad5-89a5-561013b3b2aa"],"host":["http://localhost:5000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"1798e67c-4b95-4664-bdb6-b6122f97d243"}],"id":"ab0d450c-7929-4983-9acc-b1d34bfbf56e","_postman_id":"ab0d450c-7929-4983-9acc-b1d34bfbf56e","description":""},{"name":"Users","item":[{"name":"find all users","id":"827826e0-0653-4dd3-b027-e7959a6f8a10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/v1/users/all-users?searchTerm=New\n","urlObject":{"path":["users","all-users"],"host":["http://localhost:5000/api/v1"],"query":[{"key":"searchTerm","value":"New\n"}],"variable":[]}},"response":[],"_postman_id":"827826e0-0653-4dd3-b027-e7959a6f8a10"},{"name":"find single user","id":"eb2a7924-e149-4468-88e8-1a8ddea49156","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/v1/users/fd8f425f-395e-42da-8b14-455ad9213a4d","urlObject":{"path":["users","fd8f425f-395e-42da-8b14-455ad9213a4d"],"host":["http://localhost:5000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"eb2a7924-e149-4468-88e8-1a8ddea49156"},{"name":"update user","id":"af469381-c1a2-4554-bb27-9e0b36b83f3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"/C:/Users/hamed hasan/Downloads/b-landing.png"},{"key":"data","value":"{\n    \"email\": \"new-email@example.com\",\n    \"password\": \"123456\",\n    \"role\": \"user\",\n    \"profile\": {\n        \"username\": \"new-username\",\n        \"firstName\": \"New\",\n        \"lastName\": \"User\",\n        \"dateOfBirth\": \"1990-01-01T00:00:00.000Z\",\n        \"phoneNumber\": \"123-456-7890\",\n        \"address\": \"123 New St, City, State, Country\",\n        \"bio\": \"This is the updated bio of the user.\"\n    }\n}\n","type":"text"}]},"url":"http://localhost:5000/api/v1/users/fd8f425f-395e-42da-8b14-455ad9213a4d","urlObject":{"path":["users","fd8f425f-395e-42da-8b14-455ad9213a4d"],"host":["http://localhost:5000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"af469381-c1a2-4554-bb27-9e0b36b83f3a"},{"name":"delete user","id":"179457e8-dd2e-4970-b7bc-49dac61a45cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:5000/api/v1/users/b7e1cc6a-a925-447c-a121-dc46c27ffd1b","urlObject":{"path":["users","b7e1cc6a-a925-447c-a121-dc46c27ffd1b"],"host":["http://localhost:5000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"179457e8-dd2e-4970-b7bc-49dac61a45cf"}],"id":"333e27a8-8bc0-474d-a31a-49b733517bb2","_postman_id":"333e27a8-8bc0-474d-a31a-49b733517bb2","description":""},{"name":"Quiz","item":[{"name":"create quiz","id":"e473ebfd-93d8-4920-ac09-5c83be822003","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"title\": \"Sample Quiz\",\r\n  \"category\": \"General Knowledge\",\r\n  \"questions\": {\r\n    \"create\": [\r\n      {\r\n        \"content\": \"What is the capital of France?\",\r\n        \"options\": {\r\n          \"create\": [\r\n            { \"content\": \"Berlin\", \"isCorrect\": false },\r\n            { \"content\": \"Madrid\", \"isCorrect\": false },\r\n            { \"content\": \"Paris\", \"isCorrect\": true },\r\n            { \"content\": \"Rome\", \"isCorrect\": false }\r\n          ]\r\n        },\r\n        \"correctOptionId\": 2\r\n      },\r\n      {\r\n        \"content\": \"Which planet is known as the Red Planet?\",\r\n        \"options\": {\r\n          \"create\": [\r\n            { \"content\": \"Earth\", \"isCorrect\": false },\r\n            { \"content\": \"Mars\", \"isCorrect\": true },\r\n            { \"content\": \"Venus\", \"isCorrect\": false },\r\n            { \"content\": \"Jupiter\", \"isCorrect\": false }\r\n          ]\r\n        },\r\n        \"correctOptionId\": 1\r\n      }\r\n    ]\r\n  },\r\n  \"creatorId\": \"72dcef9a-f407-4a8d-8cad-7b2b69f05f20\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/v1/quizzes","urlObject":{"path":["quizzes"],"host":["http://localhost:5000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"e473ebfd-93d8-4920-ac09-5c83be822003"},{"name":"edit quiz","id":"eae29d97-9738-48e9-9b3b-c0a86a4e30a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"title\": \"Updated Quiz Title\",\r\n  \"category\": \"Updated Category\",\r\n  \"questions\": {\r\n    \"create\": [\r\n      {\r\n        \"content\": \"Updated question content\",\r\n        \"options\": {\r\n          \"create\": [\r\n            { \"content\": \"Updated Option 1\", \"isCorrect\": false },\r\n            { \"content\": \"Updated Option 2\", \"isCorrect\": true },\r\n            { \"content\": \"Updated Option 3\", \"isCorrect\": false },\r\n            { \"content\": \"Updated Option 4\", \"isCorrect\": false }\r\n          ]\r\n        },\r\n        \"correctOptionId\": 2\r\n      }\r\n    ]\r\n  }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/v1/quizzes/4ef4a343-8f1a-483d-8586-4daa48258e63","urlObject":{"path":["quizzes","4ef4a343-8f1a-483d-8586-4daa48258e63"],"host":["http://localhost:5000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"eae29d97-9738-48e9-9b3b-c0a86a4e30a6"},{"name":"delete quiz","id":"604d16f5-a112-4c16-b5dc-e00c2e4b6479","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"604d16f5-a112-4c16-b5dc-e00c2e4b6479"}],"id":"6cd528d0-6d4b-41f0-affe-de8799d2a4cc","_postman_id":"6cd528d0-6d4b-41f0-affe-de8799d2a4cc","description":""},{"name":"Quiz Tacking","item":[{"name":"start quiz","id":"f4985be7-f634-4cd0-9f61-bc8a1845417e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/v1/quizzesTack/e99f543a-7f1d-4a3a-b21c-c5cb54f8e80f/start","urlObject":{"path":["quizzesTack","e99f543a-7f1d-4a3a-b21c-c5cb54f8e80f","start"],"host":["http://localhost:5000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"f4985be7-f634-4cd0-9f61-bc8a1845417e"},{"name":"submit quiz","id":"ef67ba04-a9c2-442d-8f01-bf58a24e3fe2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"questionId\": \"c982f116-08a0-4e99-ad67-a4eae577b664\", \r\n  \"selectedOptionId\": \"6c37666e-4ca2-44ed-aad7-742b3198ba22\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/v1/quizzesTack/e99f543a-7f1d-4a3a-b21c-c5cb54f8e80f/submit","urlObject":{"path":["quizzesTack","e99f543a-7f1d-4a3a-b21c-c5cb54f8e80f","submit"],"host":["http://localhost:5000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"ef67ba04-a9c2-442d-8f01-bf58a24e3fe2"}],"id":"74446586-b7c3-411d-a7a6-179cdf5c041d","_postman_id":"74446586-b7c3-411d-a7a6-179cdf5c041d","description":""},{"name":"Score","item":[{"name":"get score by user","id":"55f6409e-260a-41f9-a04b-803cb95d8b5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/v1/scores/c4bd5c05-7429-4859-a995-35fb77656821","urlObject":{"path":["scores","c4bd5c05-7429-4859-a995-35fb77656821"],"host":["http://localhost:5000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"55f6409e-260a-41f9-a04b-803cb95d8b5f"},{"name":"score by leaderboard","id":"7b7befaf-b57c-4c7d-a0f9-c82709251683","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/v1/scores/leaderboard/General Knowledge","urlObject":{"path":["scores","leaderboard","General Knowledge"],"host":["http://localhost:5000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"7b7befaf-b57c-4c7d-a0f9-c82709251683"}],"id":"8ae4db37-e3bf-461d-8e6b-e0b0e91bd3ae","_postman_id":"8ae4db37-e3bf-461d-8e6b-e0b0e91bd3ae","description":""}],"event":[{"listen":"prerequest","script":{"id":"6d4297fa-8db3-4ba7-aabc-060222a7c39f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"03dbc3a6-d377-4c89-b9de-0566c13f93e2","type":"text/javascript","exec":[""]}}],"variable":[{"key":"URL","value":"http://localhost:5000/api/v1","type":"string"}]}