{"info":{"_postman_id":"118a1279-d157-4bc5-855a-5e455475b5dc","name":"FitnessTracker","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"52311306","collectionId":"118a1279-d157-4bc5-855a-5e455475b5dc","publishedId":"2sBXitCmzG","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-04-11T05:45:39.000Z"},"item":[{"name":"Register User","id":"30ee1706-b341-4acc-84d2-02cdb719b801","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"username\": \"anthony\",\r\n  \"email\": \"anthony@email.com\",\r\n  \"password\": \"123456\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/users/register","urlObject":{"protocol":"http","port":"3000","path":["users","register"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"724e9c4a-16ee-4624-941c-0602229d00a9","name":"New Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"username\": \"anthony\",\r\n  \"email\": \"anthony@email.com\",\r\n  \"password\": \"123456\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/users/register"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"223"},{"key":"ETag","value":"W/\"df-ZM9q0mN1ZJvTJgqU3kBMqp1uDlw\""},{"key":"Date","value":"Sat, 11 Apr 2026 04:18:20 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"role\": \"user\",\n    \"id\": 1,\n    \"username\": \"anthony\",\n    \"email\": \"anthony@email.com\",\n    \"password\": \"$2b$10$2HrtM3.dEjcormT.Z7yqSuZDlL.QDa0XebQF0ERtSmXFOCkDTpAje\",\n    \"updatedAt\": \"2026-04-11T04:18:20.860Z\",\n    \"createdAt\": \"2026-04-11T04:18:20.860Z\"\n}"}],"_postman_id":"30ee1706-b341-4acc-84d2-02cdb719b801"},{"name":"Test Login","id":"e24c6c4d-2348-4fd2-a03a-6056680ead3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"email\": \"anthony@email.com\",\r\n    \"password\": \"123456\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/users/login","urlObject":{"protocol":"http","port":"3000","path":["users","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"2c200b3a-2860-4c2d-a63c-2d6f505c10cb","name":"Test Login","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"email\": \"anthony@email.com\",\r\n    \"password\": \"123456\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/users/login"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"145"},{"key":"ETag","value":"W/\"91-cTC/uMGgBAZPYziqFnYVkdK70Tk\""},{"key":"Date","value":"Sat, 11 Apr 2026 04:20:38 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwicm9sZSI6InVzZXIiLCJpYXQiOjE3NzU4ODEyMzh9.9yEJSO3f77PetS2l2hIz7JLa-TDeBKXsmRteb0P0eMY\"\n}"}],"_postman_id":"e24c6c4d-2348-4fd2-a03a-6056680ead3a"},{"name":"Create Workout","id":"3e31faa7-f4f8-4f6d-ba2e-579db6297e8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwicm9sZSI6InVzZXIiLCJpYXQiOjE3NzU4ODEyMzh9.9yEJSO3f77PetS2l2hIz7JLa-TDeBKXsmRteb0P0eMY","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"type\": \"Cardio\",\r\n  \"duration\": 30,\r\n  \"calories\": 250\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/workouts","urlObject":{"protocol":"http","port":"3000","path":["workouts"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"b9b71208-bfdd-45f9-b62e-5cf4706dc9a5","name":"Create Workout","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwicm9sZSI6InVzZXIiLCJpYXQiOjE3NzU4ODEyMzh9.9yEJSO3f77PetS2l2hIz7JLa-TDeBKXsmRteb0P0eMY","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"type\": \"Cardio\",\r\n  \"duration\": 30,\r\n  \"calories\": 250\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/workouts"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"142"},{"key":"ETag","value":"W/\"8e-QXuZwa8cPPZPrPA10kFcyTLDjtg\""},{"key":"Date","value":"Sat, 11 Apr 2026 04:23:26 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"type\": \"Cardio\",\n    \"duration\": 30,\n    \"calories\": 250,\n    \"UserId\": 1,\n    \"updatedAt\": \"2026-04-11T04:23:26.140Z\",\n    \"createdAt\": \"2026-04-11T04:23:26.140Z\"\n}"},{"id":"5bceef96-3ead-47bb-959c-8b0e4df72573","name":"Create Workout","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwicm9sZSI6InVzZXIiLCJpYXQiOjE3NzU4ODEyMzh9.9yEJSO3f77PetS2l2hIz7JLa-TDeBKXsmRteb0P0eMY","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"type\": \"Cardio\",\r\n  \"duration\": 30,\r\n  \"calories\": 250\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/workouts"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"142"},{"key":"ETag","value":"W/\"8e-jTmZBnPzLuaRbkpbiJ/1tXmOLlA\""},{"key":"Date","value":"Sat, 11 Apr 2026 05:13:15 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 3,\n    \"type\": \"Cardio\",\n    \"duration\": 30,\n    \"calories\": 250,\n    \"UserId\": 1,\n    \"updatedAt\": \"2026-04-11T05:13:15.642Z\",\n    \"createdAt\": \"2026-04-11T05:13:15.642Z\"\n}"}],"_postman_id":"3e31faa7-f4f8-4f6d-ba2e-579db6297e8a"},{"name":"Get Workout","id":"c1368f59-98bc-42c4-b063-b3a63a8641a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwicm9sZSI6InVzZXIiLCJpYXQiOjE3NzU4ODEyMzh9.9yEJSO3f77PetS2l2hIz7JLa-TDeBKXsmRteb0P0eMY","type":"text"}],"url":"http://localhost:3000/workouts","urlObject":{"protocol":"http","port":"3000","path":["workouts"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"e6f4393c-cfa4-4da4-b332-d31fb6003863","name":"Get Workout","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwicm9sZSI6InVzZXIiLCJpYXQiOjE3NzU4ODEyMzh9.9yEJSO3f77PetS2l2hIz7JLa-TDeBKXsmRteb0P0eMY","type":"text"}],"url":"http://localhost:3000/workouts"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"144"},{"key":"ETag","value":"W/\"90-N1ZXW/WdRegvqcM3GzBh4bXq9d4\""},{"key":"Date","value":"Sat, 11 Apr 2026 04:25:14 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"type\": \"Cardio\",\n        \"duration\": 30,\n        \"calories\": 250,\n        \"createdAt\": \"2026-04-11T04:23:26.140Z\",\n        \"updatedAt\": \"2026-04-11T04:23:26.140Z\",\n        \"UserId\": 1\n    }\n]"}],"_postman_id":"c1368f59-98bc-42c4-b063-b3a63a8641a8"},{"name":"Create Exercise","id":"c0b68fba-98fb-492f-864d-329b32fe2b87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwicm9sZSI6InVzZXIiLCJpYXQiOjE3NzU4ODEyMzh9.9yEJSO3f77PetS2l2hIz7JLa-TDeBKXsmRteb0P0eMY","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Bench Press\",\r\n  \"sets\": 3,\r\n  \"reps\": 10,\r\n  \"weight\": 185,\r\n  \"workoutId\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/exercises","urlObject":{"protocol":"http","port":"3000","path":["exercises"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"2660f02c-9bd2-4828-bc91-5526b3853097","name":"Create Exercise","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwicm9sZSI6InVzZXIiLCJpYXQiOjE3NzU4ODEyMzh9.9yEJSO3f77PetS2l2hIz7JLa-TDeBKXsmRteb0P0eMY","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Bench Press\",\r\n  \"sets\": 3,\r\n  \"reps\": 10,\r\n  \"weight\": 185,\r\n  \"workoutId\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/exercises"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"153"},{"key":"ETag","value":"W/\"99-ypQz1FvFMvwocTuvr2j3I1Csnas\""},{"key":"Date","value":"Sat, 11 Apr 2026 04:27:43 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"name\": \"Bench Press\",\n    \"sets\": 3,\n    \"reps\": 10,\n    \"weight\": 185,\n    \"WorkoutId\": 1,\n    \"updatedAt\": \"2026-04-11T04:27:43.685Z\",\n    \"createdAt\": \"2026-04-11T04:27:43.685Z\"\n}"}],"_postman_id":"c0b68fba-98fb-492f-864d-329b32fe2b87"},{"name":"Test Admin","id":"37d7f266-15d4-44f2-bd54-e16efd28b4be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"email\": \"admin@test.com\",\r\n\"password\": \"password123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/users/login","urlObject":{"protocol":"http","port":"3000","path":["users","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c9b2703e-068f-4734-9329-a0e0d0fff09d","name":"Test Admin","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"email\": \"admin@test.com\",\r\n\"password\": \"password123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/users/login"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"147"},{"key":"ETag","value":"W/\"93-T14uh5gPCOQkCcz8JcSd540pUd0\""},{"key":"Date","value":"Sat, 11 Apr 2026 04:35:54 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwicm9sZSI6ImFkbWluIiwiaWF0IjoxNzc1ODgyMTU0fQ.a-aCBjC1Qoqxiz2ODnTaQF2axijgkLxuvHiFLM9AFhw\"\n}"}],"_postman_id":"37d7f266-15d4-44f2-bd54-e16efd28b4be"},{"name":"Get All Users","id":"bdaacba1-1757-4892-96ce-a7c1a28734a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwicm9sZSI6ImFkbWluIiwiaWF0IjoxNzc1ODgyMTU0fQ.a-aCBjC1Qoqxiz2ODnTaQF2axijgkLxuvHiFLM9AFhw","type":"text"}],"url":"http://localhost:3000/users","urlObject":{"protocol":"http","port":"3000","path":["users"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"057c0bd4-8a68-4fef-8414-8a7f6c11f0a9","name":"Get All Users","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwicm9sZSI6ImFkbWluIiwiaWF0IjoxNzc1ODgyMTU0fQ.a-aCBjC1Qoqxiz2ODnTaQF2axijgkLxuvHiFLM9AFhw","type":"text"}],"url":"http://localhost:3000/users"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"444"},{"key":"ETag","value":"W/\"1bc-iYedBPxwumkAZ/ZBF640yKFQC6A\""},{"key":"Date","value":"Sat, 11 Apr 2026 04:38:22 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"username\": \"admin\",\n        \"email\": \"admin@test.com\",\n        \"password\": \"$2b$10$DbVNcMlr/xn1MdaDqBmi5.coVIkiJKOVNHEHDL/IUtNIVQON9l5yS\",\n        \"role\": \"admin\",\n        \"createdAt\": \"2026-04-11T04:34:10.356Z\",\n        \"updatedAt\": \"2026-04-11T04:34:10.356Z\"\n    },\n    {\n        \"id\": 2,\n        \"username\": \"anthony\",\n        \"email\": \"anthony@test.com\",\n        \"password\": \"$2b$10$DbVNcMlr/xn1MdaDqBmi5.coVIkiJKOVNHEHDL/IUtNIVQON9l5yS\",\n        \"role\": \"user\",\n        \"createdAt\": \"2026-04-11T04:34:10.367Z\",\n        \"updatedAt\": \"2026-04-11T04:34:10.367Z\"\n    }\n]"}],"_postman_id":"bdaacba1-1757-4892-96ce-a7c1a28734a9"},{"name":"Create another workout","id":"f4293a07-dfe2-4b4c-b9b5-d2663977ed1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwicm9sZSI6InVzZXIiLCJpYXQiOjE3NzU4ODEyMzh9.9yEJSO3f77PetS2l2hIz7JLa-TDeBKXsmRteb0P0eMY","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"type\": \"Swimming\",\r\n  \"duration\": 30,\r\n  \"calories\": 500\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/workouts","urlObject":{"protocol":"http","port":"3000","path":["workouts"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"282512ae-e127-4090-a430-ea5fb148334f","name":"Create another workout","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwicm9sZSI6InVzZXIiLCJpYXQiOjE3NzU4ODEyMzh9.9yEJSO3f77PetS2l2hIz7JLa-TDeBKXsmRteb0P0eMY","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"type\": \"Swimming\",\r\n  \"duration\": 30,\r\n  \"calories\": 500\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/workouts"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"144"},{"key":"ETag","value":"W/\"90-sVebl+5O7a4ofJTlIgSzgr7pwFo\""},{"key":"Date","value":"Sat, 11 Apr 2026 05:15:56 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 4,\n    \"type\": \"Swimming\",\n    \"duration\": 30,\n    \"calories\": 500,\n    \"UserId\": 1,\n    \"updatedAt\": \"2026-04-11T05:15:56.103Z\",\n    \"createdAt\": \"2026-04-11T05:15:56.103Z\"\n}"}],"_postman_id":"f4293a07-dfe2-4b4c-b9b5-d2663977ed1a"},{"name":"Update Exercise","id":"adbda93d-d3a6-4eb8-92db-ff65b9532593","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwicm9sZSI6InVzZXIiLCJpYXQiOjE3NzU4ODEyMzh9.9yEJSO3f77PetS2l2hIz7JLa-TDeBKXsmRteb0P0eMY","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Deadlift\",\r\n  \"sets\": 5,\r\n  \"reps\": 5,\r\n  \"weight\": 315\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/exercises/2","urlObject":{"protocol":"http","port":"3000","path":["exercises","2"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c1414214-60ee-4a9f-9041-5e27016fd4c8","name":"Update Exercise","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwicm9sZSI6InVzZXIiLCJpYXQiOjE3NzU4ODEyMzh9.9yEJSO3f77PetS2l2hIz7JLa-TDeBKXsmRteb0P0eMY","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Deadlift\",\r\n  \"sets\": 5,\r\n  \"reps\": 5,\r\n  \"weight\": 315\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/exercises/1"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"149"},{"key":"ETag","value":"W/\"95-rbzHs4UJhgHeBN+8con8PgToZ6I\""},{"key":"Date","value":"Sat, 11 Apr 2026 04:53:22 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"name\": \"Deadlift\",\n    \"sets\": 5,\n    \"reps\": 5,\n    \"weight\": 315,\n    \"createdAt\": \"2026-04-11T04:34:10.382Z\",\n    \"updatedAt\": \"2026-04-11T04:53:22.091Z\",\n    \"WorkoutId\": 1\n}"}],"_postman_id":"adbda93d-d3a6-4eb8-92db-ff65b9532593"},{"name":"Delete Workout (Error on user)","id":"614942bf-f6d4-4d1c-9514-d77cd35af374","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwicm9sZSI6InVzZXIiLCJpYXQiOjE3NzU4ODEyMzh9.9yEJSO3f77PetS2l2hIz7JLa-TDeBKXsmRteb0P0eMY","type":"text"}],"url":"http://localhost:3000/workouts/2","urlObject":{"protocol":"http","port":"3000","path":["workouts","2"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"51719a18-e749-484c-821e-d102e527611c","name":"Delete Workout (Error on user)","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwicm9sZSI6InVzZXIiLCJpYXQiOjE3NzU4ODEyMzh9.9yEJSO3f77PetS2l2hIz7JLa-TDeBKXsmRteb0P0eMY","type":"text"}],"url":"http://localhost:3000/workouts/2"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"42"},{"key":"ETag","value":"W/\"2a-LfwsG6hbj7og/r6CTHoq5dSXaXg\""},{"key":"Date","value":"Sat, 11 Apr 2026 05:21:57 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Workout deleted successfully\"\n}"}],"_postman_id":"614942bf-f6d4-4d1c-9514-d77cd35af374"},{"name":"Get Updated Workouts","id":"cd847adf-e98d-4feb-ad2e-ad9223624407","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwicm9sZSI6InVzZXIiLCJpYXQiOjE3NzU4ODEyMzh9.9yEJSO3f77PetS2l2hIz7JLa-TDeBKXsmRteb0P0eMY","type":"text"}],"url":"http://localhost:3000/workouts","urlObject":{"protocol":"http","port":"3000","path":["workouts"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"8bd9168e-1217-4163-96d4-3916d1419c37","name":"Get Updated Workouts","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwicm9sZSI6InVzZXIiLCJpYXQiOjE3NzU4ODEyMzh9.9yEJSO3f77PetS2l2hIz7JLa-TDeBKXsmRteb0P0eMY","type":"text"}],"url":"http://localhost:3000/workouts"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"289"},{"key":"ETag","value":"W/\"121-a0gnKxqQNE8B0FonutnYpfZEcRU\""},{"key":"Date","value":"Sat, 11 Apr 2026 05:22:28 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 3,\n        \"type\": \"Cardio\",\n        \"duration\": 30,\n        \"calories\": 250,\n        \"createdAt\": \"2026-04-11T05:13:15.642Z\",\n        \"updatedAt\": \"2026-04-11T05:13:15.642Z\",\n        \"UserId\": 1\n    },\n    {\n        \"id\": 4,\n        \"type\": \"Swimming\",\n        \"duration\": 30,\n        \"calories\": 500,\n        \"createdAt\": \"2026-04-11T05:15:56.103Z\",\n        \"updatedAt\": \"2026-04-11T05:15:56.103Z\",\n        \"UserId\": 1\n    }\n]"}],"_postman_id":"cd847adf-e98d-4feb-ad2e-ad9223624407"},{"name":"Get Exercises (After Error)","id":"65738e91-f167-4a65-9fe2-0ec49e3f6c13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwicm9sZSI6InVzZXIiLCJpYXQiOjE3NzU4ODEyMzh9.9yEJSO3f77PetS2l2hIz7JLa-TDeBKXsmRteb0P0eMY","type":"text"}],"url":"http://localhost:3000/exercises","urlObject":{"protocol":"http","port":"3000","path":["exercises"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"ab6e283f-b3eb-4535-afcd-3d07b4cf4742","name":"Get Exercises (After Error)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwicm9sZSI6InVzZXIiLCJpYXQiOjE3NzU4ODEyMzh9.9yEJSO3f77PetS2l2hIz7JLa-TDeBKXsmRteb0P0eMY","type":"text"}],"url":"http://localhost:3000/exercises"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"151"},{"key":"ETag","value":"W/\"97-VWbcClYfJO2f/TdyG0xtRzTGq+4\""},{"key":"Date","value":"Sat, 11 Apr 2026 05:26:34 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 2,\n        \"name\": \"Deadlift\",\n        \"sets\": 5,\n        \"reps\": 5,\n        \"weight\": 315,\n        \"createdAt\": \"2026-04-11T05:25:41.856Z\",\n        \"updatedAt\": \"2026-04-11T05:26:25.910Z\",\n        \"WorkoutId\": 1\n    }\n]"}],"_postman_id":"65738e91-f167-4a65-9fe2-0ec49e3f6c13"}]}