{"info":{"_postman_id":"4ed10364-32c5-4472-b2d3-47baba4ef72d","name":"MERNPLAYGROUND API","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"8103031","collectionId":"4ed10364-32c5-4472-b2d3-47baba4ef72d","publishedId":"2s93Y5PL5F","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-04-24T02:08:58.000Z"},"item":[{"name":"Signup Api","id":"bd281da2-3348-4f25-8224-df1667b16bc3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"skuta5@gmail.com\",\r\n    \"password\": \"Skuta@1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/user/signup","urlObject":{"port":"4000","path":["api","user","signup"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"bd281da2-3348-4f25-8224-df1667b16bc3"},{"name":"Login Api","id":"169ca4de-f5f2-48f1-89c6-049f9d4b014c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"skuta45@gmail.com\",\r\n    \"password\": \"Skuta@1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/user/login","urlObject":{"port":"4000","path":["api","user","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"169ca4de-f5f2-48f1-89c6-049f9d4b014c"},{"name":"Delete Specific Workout","id":"ac1106ef-6f89-4a5f-9c14-100e2edbabe1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"localhost:4000/api/workouts/3","urlObject":{"port":"4000","path":["api","workouts","3"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"ac1106ef-6f89-4a5f-9c14-100e2edbabe1"},{"name":"Update Api","id":"0231409a-a154-4699-ba86-bfd826fd98dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"reps\": 79,\r\n    \"load\": 45\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/workouts/642013b32975c3dad90e5fa0","urlObject":{"port":"4000","path":["api","workouts","642013b32975c3dad90e5fa0"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"0231409a-a154-4699-ba86-bfd826fd98dd"},{"name":"Create Workout Api","id":"81114be3-7025-4c51-a797-1883b2668f50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"Bench press\",\r\n    \"load\": 20,\r\n    \"reps\": 20\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/workouts/","urlObject":{"port":"4000","path":["api","workouts",""],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"81114be3-7025-4c51-a797-1883b2668f50"},{"name":"Fetch Workouts Api","id":"34217a7a-505a-4977-99d1-d9ea0afe00fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:4000/api/workouts/","urlObject":{"port":"4000","path":["api","workouts",""],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"34217a7a-505a-4977-99d1-d9ea0afe00fb"}]}