{"info":{"_postman_id":"d042ae62-9498-4350-bb57-9f1ec2990262","name":"BodyBuddy","description":"<html><head></head><body><p>The simple API document. It will be improved gradually in the future.</p>\n<p><a href=\"https://github.com/FaterYU/BodyBuddy\">FaterYU/BodyBuddy: - (github.com)</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"20262088","collectionId":"d042ae62-9498-4350-bb57-9f1ec2990262","publishedId":"2s9Ykt6enz","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-12-27T07:35:24.000Z"},"item":[{"name":"users","item":[{"name":"findAll","event":[{"listen":"test","script":{"id":"6d29cc65-1333-41c4-8827-1c0e6bddce3f","exec":["\r","pm.test(\"Response status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","\r","pm.test(\"Response Content-Type is application/json\", function () {\r","    pm.expect(pm.response.headers.get(\"Content-Type\")).to.include(\"application/json\");\r","});\r","\r","\r","pm.test(\"Email is in a valid format\", function () {\r","  const responseData = pm.response.json();\r","\r","  pm.expect(responseData).to.be.an('array');\r","  responseData.forEach(function(user) {\r","    pm.expect(user.email).to.match(/^[^\\s@]+@[^\\s@]+\\.[^\\s@]+$/, \"Email is not in a valid format\");\r","  });\r","});\r","\r","\r","pm.test(\"Courses object contains courseList array and it is empty\", function () {\r","    const responseData = pm.response.json();\r","    \r","    pm.expect(responseData).to.be.an('array');\r","    responseData.forEach(user => {\r","        pm.expect(user.courses).to.be.an('object');\r","        pm.expect(user.courses.courseList).to.be.an('array').that.is.empty;\r","    });\r","});\r","\r",""],"type":"text/javascript"}}],"id":"4b113f5e-44c8-4245-920b-7883f79a011f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:12647/api/users/findAll","urlObject":{"protocol":"http","port":"12647","path":["api","users","findAll"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"2a48e35e-55fb-48a1-89bf-c0964a0b9bd1","name":"findAll","originalRequest":{"method":"GET","header":[],"url":"http://localhost:12647/api/users/findAll"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"7957"},{"key":"ETag","value":"W/\"1f15-JdC9p6mX3QN0rYzNY6TwBrFvlEM\""},{"key":"Date","value":"Wed, 27 Dec 2023 06:59:25 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"uid\": 1,\n        \"userName\": \"AliceSmith\",\n        \"email\": \"alice.smith@gmail.com\",\n        \"phone\": \"123456789888\",\n        \"password\": \"alicesmith456\",\n        \"photo\": \"Portrait_AliceSmith.png\",\n        \"role\": \"user\",\n        \"courses\": {\n            \"courseList\": []\n        },\n        \"follow\": {\n            \"followList\": []\n        },\n        \"calendar\": {\n            \"calendarList\": [],\n            \"calendarActivityCount\": 1\n        },\n        \"infomation\": {\n            \"gender\": \"female\",\n            \"height\": 168.3,\n            \"weight\": 62.4\n        },\n        \"level\": \"1\",\n        \"feature\": {\n            \"likePose\": [],\n            \"likeCourse\": [],\n            \"likeMoment\": []\n        },\n        \"lastLogin\": \"2023-12-26\",\n        \"createdAt\": \"2023-12-26 14:59:14\",\n        \"updatedAt\": \"2023-12-26 14:59:14\"\n    },\n    {\n        \"uid\": 2,\n        \"userName\": \"AvaTaylor\",\n        \"email\": \"ava.taylor@gmail.com\",\n        \"phone\": \"123456789066\",\n        \"password\": \"avataylor456\",\n        \"photo\": \"Portrait_AvaTaylor.png\",\n        \"role\": \"user\",\n        \"courses\": {\n            \"courseList\": []\n        },\n        \"follow\": {\n            \"followList\": []\n        },\n        \"calendar\": {\n            \"calendarList\": [],\n            \"calendarActivityCount\": 1\n        },\n        \"infomation\": {\n            \"gender\": \"female\",\n            \"height\": 167,\n            \"weight\": 64.1\n        },\n        \"level\": \"1\",\n        \"feature\": {\n            \"likePose\": [],\n            \"likeCourse\": [],\n            \"likeMoment\": []\n        },\n        \"lastLogin\": \"2023-12-26\",\n        \"createdAt\": \"2023-12-26 14:59:14\",\n        \"updatedAt\": \"2023-12-26 14:59:14\"\n    },\n    {\n        \"uid\": 3,\n        \"userName\": \"BobSmith\",\n        \"email\": \"bob.smith@gmail.com\",\n        \"phone\": \"123456789777\",\n        \"password\": \"bobsmith123\",\n        \"photo\": \"Portrait_BobSmith.png\",\n        \"role\": \"user\",\n        \"courses\": {\n            \"courseList\": []\n        },\n        \"follow\": {\n            \"followList\": []\n        },\n        \"calendar\": {\n            \"calendarList\": [],\n            \"calendarActivityCount\": 1\n        },\n        \"infomation\": {\n            \"gender\": \"male\",\n            \"height\": 175.9,\n            \"weight\": 75.8\n        },\n        \"level\": \"1\",\n        \"feature\": {\n            \"likePose\": [],\n            \"likeCourse\": [],\n            \"likeMoment\": []\n        },\n        \"lastLogin\": \"2023-12-26\",\n        \"createdAt\": \"2023-12-26 14:59:14\",\n        \"updatedAt\": \"2023-12-26 14:59:14\"\n    },\n    {\n        \"uid\": 4,\n        \"userName\": \"DavidWilliams\",\n        \"email\": \"david.williams@gmail.com\",\n        \"phone\": \"123456789011\",\n        \"password\": \"davidwilliams123\",\n        \"photo\": \"Portrait_DavidWilliams.png\",\n        \"role\": \"user\",\n        \"courses\": {\n            \"courseList\": []\n        },\n        \"follow\": {\n            \"followList\": []\n        },\n        \"calendar\": {\n            \"calendarList\": [],\n            \"calendarActivityCount\": 1\n        },\n        \"infomation\": {\n            \"gender\": \"male\",\n            \"height\": 178.4,\n            \"weight\": 70.2\n        },\n        \"level\": \"1\",\n        \"feature\": {\n            \"likePose\": [],\n            \"likeCourse\": [],\n            \"likeMoment\": []\n        },\n        \"lastLogin\": \"2023-12-26\",\n        \"createdAt\": \"2023-12-26 14:59:14\",\n        \"updatedAt\": \"2023-12-26 14:59:14\"\n    },\n    {\n        \"uid\": 5,\n        \"userName\": \"EmmaWilliams\",\n        \"email\": \"emma.williams@gmail.com\",\n        \"phone\": \"123456789022\",\n        \"password\": \"emmawilliams456\",\n        \"photo\": \"Portrait_EmmaWilliams.png\",\n        \"role\": \"user\",\n        \"courses\": {\n            \"courseList\": []\n        },\n        \"follow\": {\n            \"followList\": []\n        },\n        \"calendar\": {\n            \"calendarList\": [],\n            \"calendarActivityCount\": 1\n        },\n        \"infomation\": {\n            \"gender\": \"female\",\n            \"height\": 166.5,\n            \"weight\": 61.8\n        },\n        \"level\": \"1\",\n        \"feature\": {\n            \"likePose\": [],\n            \"likeCourse\": [],\n            \"likeMoment\": []\n        },\n        \"lastLogin\": \"2023-12-26\",\n        \"createdAt\": \"2023-12-26 14:59:14\",\n        \"updatedAt\": \"2023-12-26 14:59:14\"\n    },\n    {\n        \"uid\": 6,\n        \"userName\": \"EthanJohnson\",\n        \"email\": \"ethan.johnson@gmail.com\",\n        \"phone\": \"123456789999\",\n        \"password\": \"ethanjohnson123\",\n        \"photo\": \"Portrait_EthanJohnson.png\",\n        \"role\": \"user\",\n        \"courses\": {\n            \"courseList\": []\n        },\n        \"follow\": {\n            \"followList\": []\n        },\n        \"calendar\": {\n            \"calendarList\": [],\n            \"calendarActivityCount\": 1\n        },\n        \"infomation\": {\n            \"gender\": \"male\",\n            \"height\": 185.6,\n            \"weight\": 88.1\n        },\n        \"level\": \"1\",\n        \"feature\": {\n            \"likePose\": [],\n            \"likeCourse\": [],\n            \"likeMoment\": []\n        },\n        \"lastLogin\": \"2023-12-26\",\n        \"createdAt\": \"2023-12-26 14:59:14\",\n        \"updatedAt\": \"2023-12-26 14:59:14\"\n    },\n    {\n        \"uid\": 7,\n        \"userName\": \"JaneDoe\",\n        \"email\": \"jane.doe@gmail.com\",\n        \"phone\": \"123456789666\",\n        \"password\": \"janedoe456\",\n        \"photo\": \"Portrait_JaneDoe.png\",\n        \"role\": \"user\",\n        \"courses\": {\n            \"courseList\": []\n        },\n        \"follow\": {\n            \"followList\": []\n        },\n        \"calendar\": {\n            \"calendarList\": [],\n            \"calendarActivityCount\": 1\n        },\n        \"infomation\": {\n            \"gender\": \"female\",\n            \"height\": 160.4,\n            \"weight\": 65.7\n        },\n        \"level\": \"1\",\n        \"feature\": {\n            \"likePose\": [],\n            \"likeCourse\": [],\n            \"likeMoment\": []\n        },\n        \"lastLogin\": \"2023-12-26\",\n        \"createdAt\": \"2023-12-26 14:59:14\",\n        \"updatedAt\": \"2023-12-26 14:59:14\"\n    },\n    {\n        \"uid\": 8,\n        \"userName\": \"JohnDoe\",\n        \"email\": \"john.doe@gmail.com\",\n        \"phone\": \"123456789555\",\n        \"password\": \"johndoe123\",\n        \"photo\": \"Portrait_JohnDoe.png\",\n        \"role\": \"user\",\n        \"courses\": {\n            \"courseList\": []\n        },\n        \"follow\": {\n            \"followList\": []\n        },\n        \"calendar\": {\n            \"calendarList\": [],\n            \"calendarActivityCount\": 1\n        },\n        \"infomation\": {\n            \"gender\": \"male\",\n            \"height\": 180.8,\n            \"weight\": 80.3\n        },\n        \"level\": \"1\",\n        \"feature\": {\n            \"likePose\": [],\n            \"likeCourse\": [],\n            \"likeMoment\": []\n        },\n        \"lastLogin\": \"2023-12-26\",\n        \"createdAt\": \"2023-12-26 14:59:14\",\n        \"updatedAt\": \"2023-12-26 14:59:14\"\n    },\n    {\n        \"uid\": 9,\n        \"userName\": \"LiHua\",\n        \"email\": \"google@gmail.com\",\n        \"phone\": \"123456789123\",\n        \"password\": \"lihua123\",\n        \"photo\": \"Portrait_LiHua.png\",\n        \"role\": \"user\",\n        \"courses\": {\n            \"courseList\": []\n        },\n        \"follow\": {\n            \"followList\": []\n        },\n        \"calendar\": {\n            \"calendarList\": [],\n            \"calendarActivityCount\": 1\n        },\n        \"infomation\": {\n            \"gender\": \"male\",\n            \"height\": 190.02,\n            \"weight\": 71.51\n        },\n        \"level\": \"1\",\n        \"feature\": {\n            \"likePose\": [],\n            \"likeCourse\": [],\n            \"likeMoment\": []\n        },\n        \"lastLogin\": \"2023-12-26\",\n        \"createdAt\": \"2023-12-26 14:59:14\",\n        \"updatedAt\": \"2023-12-26 14:59:14\"\n    },\n    {\n        \"uid\": 10,\n        \"userName\": \"MichaelBrown\",\n        \"email\": \"michael.brown@gmail.com\",\n        \"phone\": \"123456789033\",\n        \"password\": \"michaelbrown123\",\n        \"photo\": \"Portrait_MichaelBrown.png\",\n        \"role\": \"user\",\n        \"courses\": {\n            \"courseList\": []\n        },\n        \"follow\": {\n            \"followList\": []\n        },\n        \"calendar\": {\n            \"calendarList\": [],\n            \"calendarActivityCount\": 1\n        },\n        \"infomation\": {\n            \"gender\": \"male\",\n            \"height\": 182,\n            \"weight\": 82.5\n        },\n        \"level\": \"1\",\n        \"feature\": {\n            \"likePose\": [],\n            \"likeCourse\": [],\n            \"likeMoment\": []\n        },\n        \"lastLogin\": \"2023-12-26\",\n        \"createdAt\": \"2023-12-26 14:59:14\",\n        \"updatedAt\": \"2023-12-26 14:59:14\"\n    },\n    {\n        \"uid\": 11,\n        \"userName\": \"MingMing\",\n        \"email\": \"Ming_ming@gmail.com\",\n        \"phone\": \"123456789223\",\n        \"password\": \"mingming123\",\n        \"photo\": \"Portrait_MingMing.png\",\n        \"role\": \"user\",\n        \"courses\": {\n            \"courseList\": []\n        },\n        \"follow\": {\n            \"followList\": []\n        },\n        \"calendar\": {\n            \"calendarList\": [],\n            \"calendarActivityCount\": 1\n        },\n        \"infomation\": {\n            \"gender\": \"male\",\n            \"height\": 175.1,\n            \"weight\": 89.2\n        },\n        \"level\": \"1\",\n        \"feature\": {\n            \"likePose\": [],\n            \"likeCourse\": [],\n            \"likeMoment\": []\n        },\n        \"lastLogin\": \"2023-12-26\",\n        \"createdAt\": \"2023-12-26 14:59:14\",\n        \"updatedAt\": \"2023-12-26 14:59:14\"\n    },\n    {\n        \"uid\": 12,\n        \"userName\": \"OliviaJohnson\",\n        \"email\": \"olivia.johnson@gmail.com\",\n        \"phone\": \"123456789000\",\n        \"password\": \"oliviajohnson456\",\n        \"photo\": \"Portrait_OliviaJohnson.png\",\n        \"role\": \"user\",\n        \"courses\": {\n            \"courseList\": []\n        },\n        \"follow\": {\n            \"followList\": []\n        },\n        \"calendar\": {\n            \"calendarList\": [],\n            \"calendarActivityCount\": 1\n        },\n        \"infomation\": {\n            \"gender\": \"female\",\n            \"height\": 162.7,\n            \"weight\": 57.9\n        },\n        \"level\": \"1\",\n        \"feature\": {\n            \"likePose\": [],\n            \"likeCourse\": [],\n            \"likeMoment\": []\n        },\n        \"lastLogin\": \"2023-12-26\",\n        \"createdAt\": \"2023-12-26 14:59:14\",\n        \"updatedAt\": \"2023-12-26 14:59:14\"\n    },\n    {\n        \"uid\": 13,\n        \"userName\": \"SophiaBrown\",\n        \"email\": \"sophia.brown@gmail.com\",\n        \"phone\": \"123456789044\",\n        \"password\": \"sophiabrown456\",\n        \"photo\": \"Portrait_SophiaBrow.png\",\n        \"role\": \"user\",\n        \"courses\": {\n            \"courseList\": []\n        },\n        \"follow\": {\n            \"followList\": []\n        },\n        \"calendar\": {\n            \"calendarList\": [],\n            \"calendarActivityCount\": 1\n        },\n        \"infomation\": {\n            \"gender\": \"female\",\n            \"height\": 161.2,\n            \"weight\": 59.3\n        },\n        \"level\": \"1\",\n        \"feature\": {\n            \"likePose\": [],\n            \"likeCourse\": [],\n            \"likeMoment\": []\n        },\n        \"lastLogin\": \"2023-12-26\",\n        \"createdAt\": \"2023-12-26 14:59:14\",\n        \"updatedAt\": \"2023-12-26 14:59:14\"\n    },\n    {\n        \"uid\": 14,\n        \"userName\": \"User1\",\n        \"email\": \"user1@gmail.com\",\n        \"phone\": \"123456789333\",\n        \"password\": \"user123\",\n        \"photo\": \"Portrait_User1.png\",\n        \"role\": \"user\",\n        \"courses\": {\n            \"courseList\": []\n        },\n        \"follow\": {\n            \"followList\": []\n        },\n        \"calendar\": {\n            \"calendarList\": [],\n            \"calendarActivityCount\": 1\n        },\n        \"infomation\": {\n            \"gender\": \"female\",\n            \"height\": 165,\n            \"weight\": 60\n        },\n        \"level\": \"1\",\n        \"feature\": {\n            \"likePose\": [],\n            \"likeCourse\": [],\n            \"likeMoment\": []\n        },\n        \"lastLogin\": \"2023-12-26\",\n        \"createdAt\": \"2023-12-26 14:59:14\",\n        \"updatedAt\": \"2023-12-26 14:59:14\"\n    },\n    {\n        \"uid\": 15,\n        \"userName\": \"User2\",\n        \"email\": \"user2@gmail.com\",\n        \"phone\": \"123456789444\",\n        \"password\": \"user456\",\n        \"photo\": \"Portrait_User2.png\",\n        \"role\": \"user\",\n        \"courses\": {\n            \"courseList\": []\n        },\n        \"follow\": {\n            \"followList\": []\n        },\n        \"calendar\": {\n            \"calendarList\": [],\n            \"calendarActivityCount\": 1\n        },\n        \"infomation\": {\n            \"gender\": \"female\",\n            \"height\": 170.5,\n            \"weight\": 55.5\n        },\n        \"level\": \"1\",\n        \"feature\": {\n            \"likePose\": [],\n            \"likeCourse\": [],\n            \"likeMoment\": []\n        },\n        \"lastLogin\": \"2023-12-26\",\n        \"createdAt\": \"2023-12-26 14:59:14\",\n        \"updatedAt\": \"2023-12-26 14:59:14\"\n    },\n    {\n        \"uid\": 16,\n        \"userName\": \"WilliamTaylor\",\n        \"email\": \"william.taylor@gmail.com\",\n        \"phone\": \"123456789055\",\n        \"password\": \"williamtaylor123\",\n        \"photo\": \"Portrait_WilliamTaylor.png\",\n        \"role\": \"user\",\n        \"courses\": {\n            \"courseList\": []\n        },\n        \"follow\": {\n            \"followList\": []\n        },\n        \"calendar\": {\n            \"calendarList\": [],\n            \"calendarActivityCount\": 1\n        },\n        \"infomation\": {\n            \"gender\": \"male\",\n            \"height\": 177.8,\n            \"weight\": 76.7\n        },\n        \"level\": \"1\",\n        \"feature\": {\n            \"likePose\": [],\n            \"likeCourse\": [],\n            \"likeMoment\": []\n        },\n        \"lastLogin\": \"2023-12-26\",\n        \"createdAt\": \"2023-12-26 14:59:14\",\n        \"updatedAt\": \"2023-12-26 14:59:14\"\n    }\n]"}],"_postman_id":"4b113f5e-44c8-4245-920b-7883f79a011f"},{"name":"create","id":"5eccfd26-9c92-469c-9b40-7b9b5b10f8a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userName\": \"LiHua\",\r\n    \"email\": \"google@gmail.com\",\r\n    \"password\": \"lihua123\",\r\n    \"phone\": \"123456789123\",\r\n    \"photo\": \"lihua.jpg\",\r\n    \"infomation\":{\r\n        \"gender\": \"male\",\r\n        \"weight\": 71.51,\r\n        \"height\": 190.02\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/users/create","urlObject":{"protocol":"http","port":"12647","path":["api","users","create"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"f15e9e29-025c-4f32-bef1-f80f0efe93c9","name":"create-fail","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userName\": \"LiHua\",\r\n    \"email\": \"google@gmail.com\",\r\n    \"password\": \"lihua123\",\r\n    \"phone\": \"123456789123\",\r\n    \"photo\": \"lihua.jpg\",\r\n    \"infomation\":{\r\n        \"gender\": \"male\",\r\n        \"weight\": 71.51,\r\n        \"height\": 190.02\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/users/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"34"},{"key":"ETag","value":"W/\"22-0vInFX57D0463enA/zkOEgxNZXU\""},{"key":"Date","value":"Wed, 27 Dec 2023 07:03:07 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Email already exists\"\n}"},{"id":"1bad9ada-71da-4343-92ff-664e54da0ffc","name":"create-success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userName\": \"LiHua\",\r\n    \"email\": \"qq@gmail.com\",\r\n    \"password\": \"lihua123\",\r\n    \"phone\": \"123456789123\",\r\n    \"photo\": \"lihua.jpg\",\r\n    \"infomation\":{\r\n        \"gender\": \"male\",\r\n        \"weight\": 71.51,\r\n        \"height\": 190.02\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/users/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"453"},{"key":"ETag","value":"W/\"1c5-52ONl+CEW07iIBMSaD13IScYe2k\""},{"key":"Date","value":"Wed, 27 Dec 2023 07:04:02 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"uid\": 17,\n    \"userName\": \"LiHua\",\n    \"email\": \"qq@gmail.com\",\n    \"password\": \"lihua123\",\n    \"phone\": \"123456789123\",\n    \"photo\": \"lihua.jpg\",\n    \"role\": \"user\",\n    \"courses\": {\n        \"courseList\": []\n    },\n    \"follow\": {\n        \"followList\": []\n    },\n    \"calendar\": {\n        \"calendarList\": [],\n        \"calendarActivityCount\": 1\n    },\n    \"infomation\": {\n        \"gender\": \"male\",\n        \"weight\": 71.51,\n        \"height\": 190.02\n    },\n    \"level\": \"1\",\n    \"feature\": {\n        \"likeCourse\": [],\n        \"likePose\": [],\n        \"likeMoment\": []\n    },\n    \"updatedAt\": \"2023-12-27T07:04:02.860Z\",\n    \"createdAt\": \"2023-12-27T07:04:02.860Z\"\n}"}],"_postman_id":"5eccfd26-9c92-469c-9b40-7b9b5b10f8a6"},{"name":"findOne","id":"7eb621ef-168f-4ad3-a005-fe4cc9ac2cbd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uid\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/users/findOne","urlObject":{"protocol":"http","port":"12647","path":["api","users","findOne"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"4ffb7a5c-2409-4bd3-9213-c55f76dfe13e","name":"findOne","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uid\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/users/findOne"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"500"},{"key":"ETag","value":"W/\"1f4-QaoAKjQjzG6Oh9kbe/ACHRWwDSc\""},{"key":"Date","value":"Wed, 27 Dec 2023 07:04:56 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"uid\": 1,\n    \"userName\": \"AliceSmith\",\n    \"email\": \"alice.smith@gmail.com\",\n    \"phone\": \"123456789888\",\n    \"password\": \"alicesmith456\",\n    \"photo\": \"Portrait_AliceSmith.png\",\n    \"role\": \"user\",\n    \"courses\": {\n        \"courseList\": []\n    },\n    \"follow\": {\n        \"followList\": []\n    },\n    \"calendar\": {\n        \"calendarList\": [],\n        \"calendarActivityCount\": 1\n    },\n    \"infomation\": {\n        \"gender\": \"female\",\n        \"height\": 168.3,\n        \"weight\": 62.4\n    },\n    \"level\": \"1\",\n    \"feature\": {\n        \"likePose\": [],\n        \"likeCourse\": [],\n        \"likeMoment\": []\n    },\n    \"lastLogin\": \"2023-12-26\",\n    \"createdAt\": \"2023-12-26 14:59:14\",\n    \"updatedAt\": \"2023-12-26 14:59:14\"\n}"}],"_postman_id":"7eb621ef-168f-4ad3-a005-fe4cc9ac2cbd"},{"name":"delete","id":"e80dd34a-5c19-446e-b8db-7da4d34a7429","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uid\": 17\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/users/delete","urlObject":{"protocol":"http","port":"12647","path":["api","users","delete"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"17308194-d5e7-499a-832f-cecb42206adb","name":"delete","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uid\": 17\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/users/delete"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"44"},{"key":"ETag","value":"W/\"2c-jn7c46QuDmebfk9aBnXedZIRzAk\""},{"key":"Date","value":"Wed, 27 Dec 2023 07:05:32 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"User was deleted successfully!\"\n}"}],"_postman_id":"e80dd34a-5c19-446e-b8db-7da4d34a7429"},{"name":"update","id":"edb388ed-a1f7-497f-b5db-9421a38292c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uid\": 1,\r\n    \"calendar\": {\r\n        \"calendarList\": [],\r\n        \"calendarActivityCount\": 1\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/users/update","urlObject":{"protocol":"http","port":"12647","path":["api","users","update"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"fcfa9a79-1dbb-40b4-a4f4-a4f81a2fb130","name":"update","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uid\": 1,\r\n    \"calendar\": {\r\n        \"calendarList\": [],\r\n        \"calendarActivityCount\": 1\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/users/update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"44"},{"key":"ETag","value":"W/\"2c-WG15xSmgnoVqMf97Ft9oeuoYeSc\""},{"key":"Date","value":"Wed, 27 Dec 2023 07:05:46 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"User was updated successfully.\"\n}"}],"_postman_id":"edb388ed-a1f7-497f-b5db-9421a38292c0"},{"name":"getName","id":"c60e2cf7-4625-494d-8d06-297cab996f4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uid\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/users/getName","urlObject":{"protocol":"http","port":"12647","path":["api","users","getName"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"cf377ca6-2250-4d84-bea5-da1932cb4cac","name":"getName","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uid\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/users/getName"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"25"},{"key":"ETag","value":"W/\"19-y5LuNdKWb9j1PLFK3b/OFWokqBU\""},{"key":"Date","value":"Wed, 27 Dec 2023 07:06:10 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"userName\": \"AliceSmith\"\n}"}],"_postman_id":"c60e2cf7-4625-494d-8d06-297cab996f4b"},{"name":"login","id":"4e01d326-86b0-4d87-af32-226385a67dcd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"alice.smith@gmail.com\",\r\n    \"password\": \"alicesmith456\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/users/login","urlObject":{"protocol":"http","port":"12647","path":["api","users","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"18be64d2-51ff-4049-ba0a-1f6c42ae7cfc","name":"login","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"alice.smith@gmail.com\",\r\n    \"password\": \"alicesmith456\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/users/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"500"},{"key":"ETag","value":"W/\"1f4-FGAjATdLNV4g9M5j3Hq7H2f6pvk\""},{"key":"Date","value":"Wed, 27 Dec 2023 07:07:09 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"uid\": 1,\n    \"userName\": \"AliceSmith\",\n    \"email\": \"alice.smith@gmail.com\",\n    \"phone\": \"123456789888\",\n    \"password\": \"alicesmith456\",\n    \"photo\": \"Portrait_AliceSmith.png\",\n    \"role\": \"user\",\n    \"courses\": {\n        \"courseList\": []\n    },\n    \"follow\": {\n        \"followList\": []\n    },\n    \"calendar\": {\n        \"calendarList\": [],\n        \"calendarActivityCount\": 1\n    },\n    \"infomation\": {\n        \"gender\": \"female\",\n        \"height\": 168.3,\n        \"weight\": 62.4\n    },\n    \"level\": \"1\",\n    \"feature\": {\n        \"likePose\": [],\n        \"likeCourse\": [],\n        \"likeMoment\": []\n    },\n    \"lastLogin\": \"2023-12-26\",\n    \"createdAt\": \"2023-12-26 14:59:14\",\n    \"updatedAt\": \"2023-12-27 07:05:46\"\n}"}],"_postman_id":"4e01d326-86b0-4d87-af32-226385a67dcd"},{"name":"follow","id":"22923123-2b24-4538-bf59-8f98bd3552d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uid\": 1,\r\n    \"followId\": 2\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/users/follow","urlObject":{"protocol":"http","port":"12647","path":["api","users","follow"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"22a86671-1d28-418a-9335-b0923f361296","name":"follow","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uid\": 1,\r\n    \"followId\": 2\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/users/follow"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"22"},{"key":"ETag","value":"W/\"16-xA7meJa+DSyFs2OIisFMOtig4CI\""},{"key":"Date","value":"Wed, 27 Dec 2023 07:07:21 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Followed\"\n}"},{"id":"c1bf959d-9842-424f-9e4d-27bdbb6aff0f","name":"follow-already","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uid\": 1,\r\n    \"followId\": 2\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/users/follow"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"30"},{"key":"ETag","value":"W/\"1e-ZvHOTp52hnKnjnft2C/LSPBU0jk\""},{"key":"Date","value":"Wed, 27 Dec 2023 07:07:29 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Already followed\"\n}"}],"_postman_id":"22923123-2b24-4538-bf59-8f98bd3552d5"},{"name":"unfollow","id":"0f3ce4d0-fef9-4bdc-b9f1-82ef92abebc5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uid\": 1,\r\n    \"followId\": 2\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/users/unfollow","urlObject":{"protocol":"http","port":"12647","path":["api","users","unfollow"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"4b4226cf-49f1-4699-9d17-26dc70309343","name":"unfollow","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uid\": 1,\r\n    \"followId\": 2\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/users/unfollow"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"24"},{"key":"ETag","value":"W/\"18-kEHxyuN4eKBK7fwXOb6kzGp85FU\""},{"key":"Date","value":"Wed, 27 Dec 2023 07:08:00 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Unfollowed\"\n}"},{"id":"ff93a6bb-efb8-4af7-9291-2243169bace0","name":"unfollow-already","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uid\": 1,\r\n    \"followId\": 2\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/users/unfollow"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"32"},{"key":"ETag","value":"W/\"20-b6i25xb7aGg7pBFy8Bf3HeYjQiU\""},{"key":"Date","value":"Wed, 27 Dec 2023 07:08:06 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Already unfollowed\"\n}"}],"_postman_id":"0f3ce4d0-fef9-4bdc-b9f1-82ef92abebc5"},{"name":"getFollowList","id":"ff611d58-66ca-44ba-bb68-8c0d8e2802e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uid\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/users/getFollowList","urlObject":{"protocol":"http","port":"12647","path":["api","users","getFollowList"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"cc32a7e9-56a4-43e4-8a31-b3b9e9fee727","name":"getFollowList","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uid\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/users/getFollowList"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"193"},{"key":"ETag","value":"W/\"c1-S2h4gPBlyyKEfQbSk2hpLmNK2Bg\""},{"key":"Date","value":"Wed, 27 Dec 2023 07:08:40 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"uid\": 2,\n        \"userName\": \"AvaTaylor\",\n        \"photo\": \"Portrait_AvaTaylor.png\"\n    },\n    {\n        \"uid\": 3,\n        \"userName\": \"BobSmith\",\n        \"photo\": \"Portrait_BobSmith.png\"\n    },\n    {\n        \"uid\": 7,\n        \"userName\": \"JaneDoe\",\n        \"photo\": \"Portrait_JaneDoe.png\"\n    }\n]"}],"_postman_id":"ff611d58-66ca-44ba-bb68-8c0d8e2802e9"},{"name":"getFollowedList","id":"18c21174-19ef-48b3-ae7d-4dbd41a9ff00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uid\": 2\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/users/getFollowedList","urlObject":{"protocol":"http","port":"12647","path":["api","users","getFollowedList"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"673080fc-762d-4bdf-b46a-4d6bbaae1b56","name":"getFollowedList","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uid\": 2\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/users/getFollowedList"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"84"},{"key":"ETag","value":"W/\"54-9trSAZIB5PTNpNGsAXUh4GWUeh0\""},{"key":"Date","value":"Wed, 27 Dec 2023 07:08:55 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"uid\": 1,\n        \"userName\": \"AliceSmith\",\n        \"photo\": \"Portrait_AliceSmith.png\",\n        \"follow\": false\n    }\n]"}],"_postman_id":"18c21174-19ef-48b3-ae7d-4dbd41a9ff00"},{"name":"likeCourse","id":"f42ed3ee-3164-4efc-a24a-dff0fcaff229","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uid\": 1,\r\n    \"courseId\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/users/likeCourse","urlObject":{"protocol":"http","port":"12647","path":["api","users","likeCourse"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"1c4a7098-cbae-4f64-87af-762a482645c8","name":"likeCourse","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uid\": 1,\r\n    \"courseId\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/users/likeCourse"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"19"},{"key":"ETag","value":"W/\"13-XB5VApFNsshUWz8OoplNw0au9Ao\""},{"key":"Date","value":"Wed, 27 Dec 2023 07:09:48 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Liked\"\n}"},{"id":"4220aca0-8bcf-463f-ad8f-d0beb8efa521","name":"likeCourse-already","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uid\": 1,\r\n    \"courseId\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/users/likeCourse"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"27"},{"key":"ETag","value":"W/\"1b-e90bOHjL4VhRlcF8jxn9a3VMCqY\""},{"key":"Date","value":"Wed, 27 Dec 2023 07:09:56 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Already liked\"\n}"}],"_postman_id":"f42ed3ee-3164-4efc-a24a-dff0fcaff229"},{"name":"unlikeCourse","id":"d38a9f30-e4fa-493e-9981-d9cd3f3d132d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uid\": 1,\r\n    \"courseId\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/users/unlikeCourse","urlObject":{"protocol":"http","port":"12647","path":["api","users","unlikeCourse"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"b41f0f22-2e52-40da-96a4-766bd9460ad4","name":"unlikeCourse","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uid\": 1,\r\n    \"courseId\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/users/unlikeCourse"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"21"},{"key":"ETag","value":"W/\"15-qqulzHa6qvR3ugxz2V6z5Mdn6ac\""},{"key":"Date","value":"Wed, 27 Dec 2023 07:11:34 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Unliked\"\n}"},{"id":"f35c9e17-9fb5-41fa-8fc1-6482a456c95a","name":"unlikeCourse-already","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uid\": 1,\r\n    \"courseId\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/users/unlikeCourse"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"29"},{"key":"ETag","value":"W/\"1d-hDEwUEle4W40uz0yR506sixqWIQ\""},{"key":"Date","value":"Wed, 27 Dec 2023 07:11:40 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Already unliked\"\n}"}],"_postman_id":"d38a9f30-e4fa-493e-9981-d9cd3f3d132d"},{"name":"checkLikeCourse","id":"b48faf24-5ef7-452d-94b4-d935b55a621e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uid\": 1,\r\n    \"courseId\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/users/checkLikeCourse","urlObject":{"protocol":"http","port":"12647","path":["api","users","checkLikeCourse"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"8bf27a07-7f43-49a7-8e5c-db85c1dc45d3","name":"checkLikeCourse","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uid\": 1,\r\n    \"courseId\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/users/checkLikeCourse"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"21"},{"key":"ETag","value":"W/\"15-qqulzHa6qvR3ugxz2V6z5Mdn6ac\""},{"key":"Date","value":"Wed, 27 Dec 2023 07:12:50 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Unliked\"\n}"}],"_postman_id":"b48faf24-5ef7-452d-94b4-d935b55a621e"},{"name":"likePose","id":"093ec560-b618-4c7a-8dc0-277c1c1919a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uid\": 1,\r\n    \"poseId\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/users/likePose","urlObject":{"protocol":"http","port":"12647","path":["api","users","likePose"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"d047cc90-1bd7-4657-9d69-a3fbcf738e93","name":"likePose","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uid\": 1,\r\n    \"poseId\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/users/likePose"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"19"},{"key":"ETag","value":"W/\"13-XB5VApFNsshUWz8OoplNw0au9Ao\""},{"key":"Date","value":"Wed, 27 Dec 2023 07:13:02 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Liked\"\n}"}],"_postman_id":"093ec560-b618-4c7a-8dc0-277c1c1919a7"},{"name":"unlikePose","id":"92906499-9d77-48e4-ad21-6944610f6920","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uid\": 1,\r\n    \"poseId\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/users/unlikePose","urlObject":{"protocol":"http","port":"12647","path":["api","users","unlikePose"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"cc602256-0c2d-4c1c-909a-d9b10af3c66b","name":"unlikePose","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uid\": 1,\r\n    \"poseId\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/users/unlikePose"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"21"},{"key":"ETag","value":"W/\"15-qqulzHa6qvR3ugxz2V6z5Mdn6ac\""},{"key":"Date","value":"Wed, 27 Dec 2023 07:13:13 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Unliked\"\n}"}],"_postman_id":"92906499-9d77-48e4-ad21-6944610f6920"},{"name":"checkLikePose","id":"3a48895f-dc35-42b4-af77-2005cc05796a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uid\": 1,\r\n    \"courseId\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/users/checkLikePose","urlObject":{"protocol":"http","port":"12647","path":["api","users","checkLikePose"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"9e902d0a-cc1c-4be8-9c91-a3b4d3f52528","name":"checkLikePose","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uid\": 1,\r\n    \"courseId\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/users/checkLikePose"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"21"},{"key":"ETag","value":"W/\"15-qqulzHa6qvR3ugxz2V6z5Mdn6ac\""},{"key":"Date","value":"Wed, 27 Dec 2023 07:13:27 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Unliked\"\n}"}],"_postman_id":"3a48895f-dc35-42b4-af77-2005cc05796a"},{"name":"likeMoment","id":"8b18988f-7713-4777-a0c6-a98236e8dbda","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uid\": 1,\r\n    \"momentId\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/users/likeMoment","urlObject":{"protocol":"http","port":"12647","path":["api","users","likeMoment"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"9b7d9a22-c1cd-48be-b1ed-80373b894c82","name":"likeMoment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uid\": 1,\r\n    \"momentId\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/users/likeMoment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"19"},{"key":"ETag","value":"W/\"13-XB5VApFNsshUWz8OoplNw0au9Ao\""},{"key":"Date","value":"Wed, 27 Dec 2023 07:13:34 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Liked\"\n}"}],"_postman_id":"8b18988f-7713-4777-a0c6-a98236e8dbda"},{"name":"unlikeMoment","id":"be012c8d-4807-47ce-9633-fdfbe4f11ab3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uid\": 1,\r\n    \"momentId\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/users/unlikeMoment","urlObject":{"protocol":"http","port":"12647","path":["api","users","unlikeMoment"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"6d597c0a-c253-471b-bc26-144d01c92ba0","name":"unlikeMoment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uid\": 1,\r\n    \"momentId\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/users/unlikeMoment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"21"},{"key":"ETag","value":"W/\"15-qqulzHa6qvR3ugxz2V6z5Mdn6ac\""},{"key":"Date","value":"Wed, 27 Dec 2023 07:13:43 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Unliked\"\n}"}],"_postman_id":"be012c8d-4807-47ce-9633-fdfbe4f11ab3"},{"name":"checkLikeMoment","id":"c3e890fc-31e2-42f2-b36f-933e3492ec19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uid\": 1,\r\n    \"momentId\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/users/checkLikeMoment","urlObject":{"protocol":"http","port":"12647","path":["api","users","checkLikeMoment"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"f4c5da86-2c5e-4e7d-8f6e-c762d1444f3b","name":"checkLikeMoment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uid\": 1,\r\n    \"momentId\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/users/checkLikeMoment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"21"},{"key":"ETag","value":"W/\"15-qqulzHa6qvR3ugxz2V6z5Mdn6ac\""},{"key":"Date","value":"Wed, 27 Dec 2023 07:13:54 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Unliked\"\n}"}],"_postman_id":"c3e890fc-31e2-42f2-b36f-933e3492ec19"},{"name":"getMomentFollowLikeList","id":"a23950a9-d688-401c-b65d-5b893c99fc90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uid\": 1,\r\n    \"momentId\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/users/getMomentFollowLikeList","urlObject":{"protocol":"http","port":"12647","path":["api","users","getMomentFollowLikeList"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"6f79721a-ac9c-4160-ae97-e0af79e7c47f","name":"getMomentFollowLikeList","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uid\": 1,\r\n    \"momentId\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/users/getMomentFollowLikeList"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"126"},{"key":"ETag","value":"W/\"7e-zcRoYiK3zpWWv2Iiklx513HmPMs\""},{"key":"Date","value":"Wed, 27 Dec 2023 07:16:21 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"uid\": 2,\n        \"userName\": \"AvaTaylor\",\n        \"photo\": \"Portrait_AvaTaylor.png\",\n        \"feature\": {\n            \"likePose\": [],\n            \"likeCourse\": [],\n            \"likeMoment\": [\n                1\n            ]\n        }\n    }\n]"}],"_postman_id":"a23950a9-d688-401c-b65d-5b893c99fc90"},{"name":"globalSearch","id":"759cae5d-dceb-44c9-a306-a27b99909130","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uid\": 1,\r\n    \"keyword\": \"1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/users/globalSearch","urlObject":{"protocol":"http","port":"12647","path":["api","users","globalSearch"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"3045896d-a0a1-4430-80ef-31936adaa286","name":"globalSearch","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uid\": 1,\r\n    \"keyword\": \"1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/users/globalSearch"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"3096"},{"key":"ETag","value":"W/\"c18-x/9IbEjvwzsZKhu6upGeoJrej/E\""},{"key":"Date","value":"Wed, 27 Dec 2023 07:16:46 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"users\": [\n        {\n            \"uid\": 14,\n            \"userName\": \"User1\",\n            \"photo\": \"Portrait_User1.png\",\n            \"isFollowed\": false\n        }\n    ],\n    \"courses\": [\n        {\n            \"id\": 2,\n            \"name\": \"'MIZI'10-minute standing warm-up\",\n            \"photo\": \"Crunch.jpg\",\n            \"duration\": 10,\n            \"calorie\": 30,\n            \"level\": 2,\n            \"practiced\": 0,\n            \"userPracticed\": 0\n        },\n        {\n            \"id\": 8,\n            \"name\": \"10 minutes of superburning fat cardio\",\n            \"photo\": \"Half squat move side to side.jpg\",\n            \"duration\": 30,\n            \"calorie\": 155,\n            \"level\": 2,\n            \"practiced\": 0,\n            \"userPracticed\": 0\n        }\n    ],\n    \"poses\": [],\n    \"moments\": [\n        {\n            \"id\": 1,\n            \"content\": {\n                \"text\": \"Starting the day with a peaceful yoga session in the park. Feeling energized and ready for the day ahead!\",\n                \"type\": \"photo\",\n                \"photo\": [\n                    \"moment_1.jpg\",\n                    \"moment_2.png\"\n                ],\n                \"title\": \"Morning Yoga Routine\",\n                \"video\": [],\n                \"mention\": [\n                    1\n                ]\n            },\n            \"photo\": \"moment_1.jpg\",\n            \"author\": 1,\n            \"updatedAt\": \"2023-12-27 07:16:17\",\n            \"showId\": 1\n        },\n        {\n            \"id\": 8,\n            \"content\": {\n                \"text\": \"Sharing some of my favorite healthy snack ideas. These protein-packed snacks are perfect for a quick energy boost during the day!\",\n                \"type\": \"photo\",\n                \"photo\": [\n                    \"moment_10.jpg\"\n                ],\n                \"title\": \"Healthy Snack Ideas\",\n                \"video\": [],\n                \"mention\": [\n                    9\n                ]\n            },\n            \"photo\": \"moment_10.jpg\",\n            \"author\": 9,\n            \"updatedAt\": \"2023-12-26 14:59:15\",\n            \"showId\": 2\n        },\n        {\n            \"id\": 9,\n            \"content\": {\n                \"text\": \"Challenging myself with a new workout routine this week. It's important to step out of your comfort zone and keep the body guessing!\",\n                \"type\": \"photo\",\n                \"photo\": [\n                    \"moment_11.jpg\"\n                ],\n                \"title\": \"Weekly Workout Challenge\",\n                \"video\": [],\n                \"mention\": [\n                    10\n                ]\n            },\n            \"photo\": \"moment_11.jpg\",\n            \"author\": 10,\n            \"updatedAt\": \"2023-12-26 14:59:15\",\n            \"showId\": 3\n        },\n        {\n            \"id\": 10,\n            \"content\": {\n                \"text\": \"Indulging in a guilt-free dessert with this delicious and healthy recipe. Who said eating healthy can't be tasty?\",\n                \"type\": \"photo\",\n                \"photo\": [\n                    \"moment_12.jpg\"\n                ],\n                \"title\": \"Healthy Dessert Recipe\",\n                \"video\": [],\n                \"mention\": [\n                    11\n                ]\n            },\n            \"photo\": \"moment_12.jpg\",\n            \"author\": 10,\n            \"updatedAt\": \"2023-12-26 14:59:15\",\n            \"showId\": 4\n        },\n        {\n            \"id\": 11,\n            \"content\": {\n                \"text\": \"Practicing yoga to strengthen the mind-body connection. It's incredible how much balance and focus it brings to life.\",\n                \"type\": \"photo\",\n                \"photo\": [\n                    \"moment_13.jpg\"\n                ],\n                \"title\": \"Mind and Body Connection\",\n                \"video\": [],\n                \"mention\": [\n                    12\n                ]\n            },\n            \"photo\": \"moment_13.jpg\",\n            \"author\": 11,\n            \"updatedAt\": \"2023-12-26 14:59:15\",\n            \"showId\": 5\n        },\n        {\n            \"id\": 12,\n            \"content\": {\n                \"text\": \"Switching up the workout routine with an outdoor session. Fresh air and natural surroundings make the exercise even more enjoyable!\",\n                \"type\": \"photo\",\n                \"photo\": [\n                    \"moment_14.jpg\"\n                ],\n                \"title\": \"Outdoor Workout\",\n                \"video\": [],\n                \"mention\": [\n                    13\n                ]\n            },\n            \"photo\": \"moment_14.jpg\",\n            \"author\": 12,\n            \"updatedAt\": \"2023-12-26 14:59:15\",\n            \"showId\": 6\n        },\n        {\n            \"id\": 13,\n            \"content\": {\n                \"text\": \"Taking the day to practice self-care and recharge. Remember to prioritize your own well-being, both physically and mentally!\",\n                \"type\": \"photo\",\n                \"photo\": [\n                    \"moment_15.jpg\"\n                ],\n                \"title\": \"Self-Care Sunday\",\n                \"video\": [],\n                \"mention\": [\n                    14\n                ]\n            },\n            \"photo\": \"moment_15.jpg\",\n            \"author\": 13,\n            \"updatedAt\": \"2023-12-26 14:59:15\",\n            \"showId\": 7\n        },\n        {\n            \"id\": 14,\n            \"content\": {\n                \"text\": \"Building healthy habits one step at a time. It's all about making small changes that lead to big transformations.\",\n                \"type\": \"photo\",\n                \"photo\": [\n                    \"moment_16.png\"\n                ],\n                \"title\": \"Healthy Habits\",\n                \"video\": [],\n                \"mention\": [\n                    15\n                ]\n            },\n            \"photo\": \"moment_16.png\",\n            \"author\": 14,\n            \"updatedAt\": \"2023-12-26 14:59:15\",\n            \"showId\": 8\n        }\n    ],\n    \"fits\": []\n}"}],"_postman_id":"759cae5d-dceb-44c9-a306-a27b99909130"},{"name":"getCalendarActivity","id":"ed86756e-a41a-4e20-8c12-1d7738df5056","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uid\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:12647/api/users/getCalendarActivity","urlObject":{"port":"12647","path":["api","users","getCalendarActivity"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"59167be7-674c-4cb5-b6b7-9b2889827e5a","name":"getCalendarActivity","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uid\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:12647/api/users/getCalendarActivity"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"372"},{"key":"ETag","value":"W/\"174-jLV7PcBgX6XetdIBvzDCd71riEE\""},{"key":"Date","value":"Wed, 27 Dec 2023 07:17:40 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"activityDate\": {\n            \"year\": 2023,\n            \"month\": 12,\n            \"day\": 11\n        },\n        \"activityList\": [\n            {\n                \"activityId\": 1,\n                \"activityDate\": {\n                    \"year\": 2023,\n                    \"month\": 12,\n                    \"day\": 11\n                },\n                \"activityStartTime\": {\n                    \"hour\": 12,\n                    \"minute\": 12\n                },\n                \"activityEndTime\": {\n                    \"hour\": 22,\n                    \"minute\": 12\n                },\n                \"activityContent\": \"I am activity\",\n                \"activityCourse\": {\n                    \"id\": 1,\n                    \"name\": \"Push-up training • Upper body strength burst more easily!\",\n                    \"photo\": \"push_up.jpg\"\n                }\n            }\n        ]\n    }\n]"}],"_postman_id":"ed86756e-a41a-4e20-8c12-1d7738df5056"},{"name":"addCalendarActivity","id":"a40fd673-ea54-4ea2-a942-f66b747534f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uid\": 1,\r\n    \"activityId\": 3,\r\n    \"activityDate\": {\r\n        \"year\": 2023,\r\n        \"month\": 12,\r\n        \"day\": 11\r\n    },\r\n    \"activityStartTime\": {\r\n        \"hour\": 12,\r\n        \"minute\": 12\r\n    },\r\n    \"activityEndTime\": {\r\n        \"hour\": 22,\r\n        \"minute\": 12\r\n    },\r\n    \"activityContent\": \"I am activity222\",\r\n    \"activityCourseId\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:12647/api/users/addCalendarActivity","urlObject":{"port":"12647","path":["api","users","addCalendarActivity"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"30990d5a-8e39-4a31-96e4-752760059115","name":"addCalendarActivity-with-activityId","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uid\": 1,\r\n    \"activityId\": 3,\r\n    \"activityDate\": {\r\n        \"year\": 2023,\r\n        \"month\": 12,\r\n        \"day\": 11\r\n    },\r\n    \"activityStartTime\": {\r\n        \"hour\": 12,\r\n        \"minute\": 12\r\n    },\r\n    \"activityEndTime\": {\r\n        \"hour\": 22,\r\n        \"minute\": 12\r\n    },\r\n    \"activityContent\": \"I am activity222\",\r\n    \"activityCourseId\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:12647/api/users/addCalendarActivity"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"21"},{"key":"ETag","value":"W/\"15-cV4EF0Q4I1S3mHl/IOEK4ZiMdGU\""},{"key":"Date","value":"Wed, 27 Dec 2023 12:55:40 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Updated\"\n}"},{"id":"e994b795-5fbc-4cbc-bf3b-324236151fea","name":"addCalendarActivity","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uid\": 1,\r\n    \"activityDate\": {\r\n        \"year\": 2023,\r\n        \"month\": 12,\r\n        \"day\": 11\r\n    },\r\n    \"activityStartTime\": {\r\n        \"hour\": 12,\r\n        \"minute\": 12\r\n    },\r\n    \"activityEndTime\": {\r\n        \"hour\": 22,\r\n        \"minute\": 12\r\n    },\r\n    \"activityContent\": \"I am activity222\",\r\n    \"activityCourseId\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:12647/api/users/addCalendarActivity"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"21"},{"key":"ETag","value":"W/\"15-cV4EF0Q4I1S3mHl/IOEK4ZiMdGU\""},{"key":"Date","value":"Wed, 27 Dec 2023 12:56:05 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Updated\"\n}"}],"_postman_id":"a40fd673-ea54-4ea2-a942-f66b747534f0"},{"name":"deleteCalendarActivity","id":"666666a0-f47f-44cc-91b6-81b905a44e5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uid\": 1,\r\n    \"activityId\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:12647/api/users/deleteCalendarActivity","urlObject":{"port":"12647","path":["api","users","deleteCalendarActivity"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"79d66221-8f74-4f1b-976a-87d5c079924c","name":"deleteCalendarActivity","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uid\": 1,\r\n    \"activityId\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:12647/api/users/deleteCalendarActivity"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"21"},{"key":"ETag","value":"W/\"15-05sALxLwT1ik9/qZK2sYw2X1co4\""},{"key":"Date","value":"Wed, 27 Dec 2023 07:17:52 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Deleted\"\n}"}],"_postman_id":"666666a0-f47f-44cc-91b6-81b905a44e5b"}],"id":"a32e3eeb-80d0-480d-b00f-95c52f934293","description":"<p>用户接口</p>\n","_postman_id":"a32e3eeb-80d0-480d-b00f-95c52f934293"},{"name":"courses","item":[{"name":"createPose","id":"4ac6bd24-0655-4889-bdba-1cdc857f282a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Push-up\",\r\n    \"photo\": \"push_up.jpg\",\r\n    \"content\": {\r\n        \"key point\": \"Push-ups on a mat, back straight, body in a straight line when viewed from the side, hands propped up on either side of the chest, slightly wider than shoulder width apart. Bend your arms until your elbows are slightly higher than your torso, and then extend your arms up and back down.\",\r\n        \"breath\": \"Bend the arm and inhale, extend the arm and exhale.\",\r\n        \"feeling\": \"Soreness in the chest, anterior shoulder and posterior aspect of the great arm.\",\r\n        \"wrong\": \"Hyperextension and locking of the elbow joint during arm extension. Collapsing or puckering of the hips during training.\"\r\n    },\r\n    \"tags\": {\r\n        \"muscle\": [\r\n            \"triceps muscle of arm\",\r\n            \"Medial and inferior fasciculus pectoralis\"\r\n        ]\r\n    },\r\n    \"repetition\": 12,\r\n    \"like\": 581,\r\n    \"practiced\": 7,\r\n    \"video\": \"push_up.mp4\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/courses/createPose","urlObject":{"protocol":"http","port":"12647","path":["api","courses","createPose"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"573da2bf-d5b8-426c-b389-3d7d2b71e92d","name":"createPose","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Push-up\",\r\n    \"photo\": \"push_up.jpg\",\r\n    \"content\": {\r\n        \"key point\": \"Push-ups on a mat, back straight, body in a straight line when viewed from the side, hands propped up on either side of the chest, slightly wider than shoulder width apart. Bend your arms until your elbows are slightly higher than your torso, and then extend your arms up and back down.\",\r\n        \"breath\": \"Bend the arm and inhale, extend the arm and exhale.\",\r\n        \"feeling\": \"Soreness in the chest, anterior shoulder and posterior aspect of the great arm.\",\r\n        \"wrong\": \"Hyperextension and locking of the elbow joint during arm extension. Collapsing or puckering of the hips during training.\"\r\n    },\r\n    \"tags\": {\r\n        \"muscle\": [\r\n            \"triceps muscle of arm\",\r\n            \"Medial and inferior fasciculus pectoralis\"\r\n        ]\r\n    },\r\n    \"repetition\": 12,\r\n    \"like\": 581,\r\n    \"practiced\": 7,\r\n    \"video\": \"push_up.mp4\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/courses/createPose"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"876"},{"key":"ETag","value":"W/\"36c-8WIeJqXVz4LcshT5MshMzAc83Wk\""},{"key":"Date","value":"Wed, 27 Dec 2023 07:18:11 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 13,\n    \"name\": \"Push-up\",\n    \"photo\": \"push_up.jpg\",\n    \"content\": {\n        \"key point\": \"Push-ups on a mat, back straight, body in a straight line when viewed from the side, hands propped up on either side of the chest, slightly wider than shoulder width apart. Bend your arms until your elbows are slightly higher than your torso, and then extend your arms up and back down.\",\n        \"breath\": \"Bend the arm and inhale, extend the arm and exhale.\",\n        \"feeling\": \"Soreness in the chest, anterior shoulder and posterior aspect of the great arm.\",\n        \"wrong\": \"Hyperextension and locking of the elbow joint during arm extension. Collapsing or puckering of the hips during training.\"\n    },\n    \"tags\": {\n        \"muscle\": [\n            \"triceps muscle of arm\",\n            \"Medial and inferior fasciculus pectoralis\"\n        ]\n    },\n    \"repetition\": 12,\n    \"like\": 581,\n    \"practiced\": 7,\n    \"video\": \"push_up.mp4\",\n    \"updatedAt\": \"2023-12-27T07:18:11.710Z\",\n    \"createdAt\": \"2023-12-27T07:18:11.710Z\"\n}"}],"_postman_id":"4ac6bd24-0655-4889-bdba-1cdc857f282a"},{"name":"findAllPose","id":"d4d42ccf-29e9-415d-a2c1-aa2c1eab82c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:12647/api/courses/findAllPose","urlObject":{"protocol":"http","port":"12647","path":["api","courses","findAllPose"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"dbbc3013-9fa0-440b-826f-d347a77260d6","name":"findAllPose","originalRequest":{"method":"GET","header":[],"url":"http://localhost:12647/api/courses/findAllPose"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"8670"},{"key":"ETag","value":"W/\"21de-r/cq8M28KJEsGxwiqpcLXGHQ0Ag\""},{"key":"Date","value":"Wed, 27 Dec 2023 07:18:27 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"name\": \"Aerial pedaling\",\n        \"photo\": \"Aerial pedaling.jpg\",\n        \"content\": {\n            \"wrong\": \"Lower back off the floor, causing lower back pain.\",\n            \"breath\": \"Keep breathing evenly throughout.\",\n            \"feeling\": \"Every time you push straight legs, you will have a strong feeling of tightness in the abdomen, but there should be no tightness or pain in the waist.\",\n            \"key point\": \"Lie on your back on a yoga mat with your arms pressed against the floor and your legs at a 30u00b0 Angle.\"\n        },\n        \"tags\": {\n            \"muscle\": [\n                \"Hypogastrium.\"\n            ]\n        },\n        \"repetition\": 16,\n        \"like\": 89,\n        \"practiced\": 7,\n        \"video\": \"Aerial pedaling.mp4\",\n        \"createdAt\": \"2023-12-26 14:59:14\",\n        \"updatedAt\": \"2023-12-27 07:13:13\"\n    },\n    {\n        \"id\": 2,\n        \"name\": \"Crawl in place\",\n        \"photo\": \"Crawl in place.jpg\",\n        \"content\": {\n            \"wrong\": \"Elbow overextension lock during crawling.\",\n            \"breath\": \"Natural respiration.\",\n            \"feeling\": \"With the increase of the number of crawling, the shoulder has a sour swelling.\",\n            \"key point\": \"Move your hands forward in turn, until your hands are directly below your head, and your torso is parallel to the ground. After a short stay, you can restore your body in the same way, and keep your back straight as far as possible throughout the movement.\"\n        },\n        \"tags\": {\n            \"muscle\": [\n                \"Anterior humeral bundle.\",\n                \"Midsection\",\n                \"Flank\"\n            ]\n        },\n        \"repetition\": 16,\n        \"like\": 87,\n        \"practiced\": 12,\n        \"video\": \"Crunch.mp4\",\n        \"createdAt\": \"2023-12-26 14:59:14\",\n        \"updatedAt\": \"2023-12-26 14:59:14\"\n    },\n    {\n        \"id\": 3,\n        \"name\": \"Crunch\",\n        \"photo\": \"Crunch.jpg\",\n        \"content\": {\n            \"wrong\": \"Straining your head, causing neck pain.\",\n            \"breath\": \"Exhale as you roll, inhale as you fall.\",\n            \"feeling\": \"Relax your legs, and your upper abdomen will contract significantly when you roll up.\",\n            \"key point\": \"Lie on your back on a yoga mat with your knees bent, legs shoulder-width apart and feet firmly planted.\"\n        },\n        \"tags\": {\n            \"muscle\": [\n                \"Midsection.\"\n            ]\n        },\n        \"repetition\": 16,\n        \"like\": 70,\n        \"practiced\": 6,\n        \"video\": \"Crunch.mp4\",\n        \"createdAt\": \"2023-12-26 14:59:14\",\n        \"updatedAt\": \"2023-12-26 14:59:14\"\n    },\n    {\n        \"id\": 4,\n        \"name\": \"Easy push-ups\",\n        \"photo\": \"Easy push-ups.jpg\",\n        \"content\": {\n            \"wrong\": \"Elbow joints lock up during arm extension, waist collapse or stiff hips during training.\",\n            \"breath\": \"Inhale with bent arms, exhale with extended arms.\",\n            \"feeling\": \"Soreness in the chest, front of the shoulders and back of the arms.\",\n            \"key point\": \"Push up on the mat, back straight, from the side to see the body into a straight line, hands on both sides of the chest, slightly wider than shoulder width.\"\n        },\n        \"tags\": {\n            \"muscle\": [\n                \"Hypogastrium.\"\n            ]\n        },\n        \"repetition\": 16,\n        \"like\": 77,\n        \"practiced\": 5,\n        \"video\": \"Easy push-ups.mp4\",\n        \"createdAt\": \"2023-12-26 14:59:14\",\n        \"updatedAt\": \"2023-12-26 14:59:14\"\n    },\n    {\n        \"id\": 5,\n        \"name\": \"Half squat move side to side\",\n        \"photo\": \"Half squat move side to side.jpg\",\n        \"content\": {\n            \"wrong\": \"Knees and toes are different directions.\",\n            \"breath\": \"Natural breathing\",\n            \"feeling\": \"Sour swelling in the front of the thigh.\",\n            \"key point\": \"Back straight, legs slightly bent, knees and toes in the same direction, do not buckle, weight low, hands clasped, bent elbows placed in front of the chest\"\n        },\n        \"tags\": {\n            \"muscle\": [\n                \"The quadriceps.\",\n                \"Gluteus maximus.\"\n            ]\n        },\n        \"repetition\": 5,\n        \"like\": 99,\n        \"practiced\": 7,\n        \"video\": \"Half squat move side to side.mp4\",\n        \"createdAt\": \"2023-12-26 14:59:14\",\n        \"updatedAt\": \"2023-12-26 14:59:14\"\n    },\n    {\n        \"id\": 6,\n        \"name\": \"High leg lift\",\n        \"photo\": \"High leg lift.jpg\",\n        \"content\": {\n            \"wrong\": \"Center of gravity back.\",\n            \"breath\": \"Natural respiration.\",\n            \"feeling\": \"The faster the speed, the faster the heart rate, the faster the breathing.\",\n            \"key point\": \"Keep your back straight, look ahead, and quickly alternate leg lifts on the balls of your feet.\"\n        },\n        \"tags\": {\n            \"muscle\": [\n                \"Quadriceps musclesn.\"\n            ]\n        },\n        \"repetition\": 16,\n        \"like\": 66,\n        \"practiced\": 9,\n        \"video\": \"High leg lift.mp4\",\n        \"createdAt\": \"2023-12-26 14:59:14\",\n        \"updatedAt\": \"2023-12-26 14:59:14\"\n    },\n    {\n        \"id\": 7,\n        \"name\": \"Jumping jack\",\n        \"photo\": \"Jumping jack.jpg\",\n        \"content\": {\n            \"wrong\": \"Too slow, resulting in loose waist and abdomen.\",\n            \"breath\": \"Inhale as arms go up, exhale as arms go down\",\n            \"feeling\": \"Relax your ankles and knees and keep your abdomen tight. The whole has a certain elasticity\",\n            \"key point\": [\n                \"Tighten your waist, tighten your arms\",\n                \"Lift the arm with shoulder strength, press the arm with back strength, and use the arm to drive the body to jump\",\n                \"Jump with your feet open and close, relax your calves as much as possible, and do not lower your head or look up\"\n            ]\n        },\n        \"tags\": {\n            \"muscle\": [\n                \"The whole body.\"\n            ]\n        },\n        \"repetition\": 10,\n        \"like\": 111,\n        \"practiced\": 10,\n        \"video\": \"Jumping jack.mp4\",\n        \"createdAt\": \"2023-12-26 14:59:14\",\n        \"updatedAt\": \"2023-12-26 14:59:14\"\n    },\n    {\n        \"id\": 8,\n        \"name\": \"Plank\",\n        \"photo\": \"Plank.jpg\",\n        \"content\": {\n            \"wrong\": \"Abdominal muscle exhaustion continues to persist, resulting in pain in the lower back.\",\n            \"breath\": \"Natural respiration.\",\n            \"feeling\": \"There should be tightness in the shoulders, back, hips, and the entire abdomen, with the abdomen being the strongest.\",\n            \"key point\": \"Bend the elbow, the forearm and the ball of the foot support the ground, ears, shoulders, hips, knees, ankles in a straight line.\"\n        },\n        \"tags\": {\n            \"muscle\": [\n                \"Midsection.\",\n                \"Hypogastrium.\"\n            ]\n        },\n        \"repetition\": 14,\n        \"like\": 131,\n        \"practiced\": 8,\n        \"video\": \"Plank.mp4\",\n        \"createdAt\": \"2023-12-26 14:59:14\",\n        \"updatedAt\": \"2023-12-26 14:59:14\"\n    },\n    {\n        \"id\": 9,\n        \"name\": \"Push-up\",\n        \"photo\": \"push_up.jpg\",\n        \"content\": {\n            \"wrong\": \"Hyperextension and locking of the elbow joint during arm extension. Collapsing or puckering of the hips during training.\",\n            \"breath\": \"Bend the arm and inhale, extend the arm and exhale.\",\n            \"feeling\": \"Soreness in the chest, anterior shoulder and posterior aspect of the great arm.\",\n            \"key point\": \"Push-ups on a mat, back straight, body in a straight line when viewed from the side, hands propped up on either side of the chest, slightly wider than shoulder width apart. Bend your arms until your elbows are slightly higher than your torso, and then extend your arms up and back down.\"\n        },\n        \"tags\": {\n            \"muscle\": [\n                \"triceps muscle of arm\",\n                \"Medial and inferior fasciculus pectoralis\"\n            ]\n        },\n        \"repetition\": 12,\n        \"like\": 581,\n        \"practiced\": 7,\n        \"video\": \"push_up.mp4\",\n        \"createdAt\": \"2023-12-26 14:59:14\",\n        \"updatedAt\": \"2023-12-26 14:59:14\"\n    },\n    {\n        \"id\": 10,\n        \"name\": \"Russian twist\",\n        \"photo\": \"Russian twist.jpg\",\n        \"content\": {\n            \"wrong\": \"The abdominal muscles continue to persevere after exhaustion, causing the waist to begin to borrow.\",\n            \"breath\": \"Exhale as you turn, inhale as you turn.\",\n            \"feeling\": \"There is constant tension throughout the abdomen. When turning, the opposite side of the abdomen appears contractive compression\",\n            \"key point\": \"Sit on a mat with your legs bent and knees up, feet off the floor, lower back straight and upper back slightly arched.\"\n        },\n        \"tags\": {\n            \"muscle\": [\n                \"Midsection.\",\n                \"Hypogastrium.\"\n            ]\n        },\n        \"repetition\": 16,\n        \"like\": 87,\n        \"practiced\": 9,\n        \"video\": \"Russian twist.mp4\",\n        \"createdAt\": \"2023-12-26 14:59:14\",\n        \"updatedAt\": \"2023-12-26 14:59:14\"\n    },\n    {\n        \"id\": 11,\n        \"name\": \"Slow sit-ups\",\n        \"photo\": \"Slow sit-ups.jpg\",\n        \"content\": {\n            \"wrong\": \"Getting up often lifts the lower back from the ground, causing pain.\",\n            \"breath\": \"Inhale as you go down, exhale as you rise.\",\n            \"feeling\": \"When getting up, the abdomen has a sudden contraction and tightness, and the abdomen has a squeezing feeling in the half stage behind getting up.\",\n            \"key point\": \"Lie on a mat with your arms straight at the sides of your head, feet together, legs open, and abs working up.\"\n        },\n        \"tags\": {\n            \"muscle\": [\n                \"Midsection.\",\n                \"Hypogastrium.\"\n            ]\n        },\n        \"repetition\": 16,\n        \"like\": 76,\n        \"practiced\": 3,\n        \"video\": \"Slow sit-ups.mp4\",\n        \"createdAt\": \"2023-12-26 14:59:14\",\n        \"updatedAt\": \"2023-12-26 14:59:14\"\n    },\n    {\n        \"id\": 12,\n        \"name\": \"Squat against the wall\",\n        \"photo\": \"Squat against the wall.jpg\",\n        \"content\": {\n            \"wrong\": \"Calf is not perpendicular to the floor.\",\n            \"breath\": \"Keep breathing evenly throughout.\",\n            \"feeling\": \"Sore swelling in the knees and front thighs.\",\n            \"key point\": \"Place your feet shoulder width apart and your hands on your thighs\"\n        },\n        \"tags\": {\n            \"muscle\": [\n                \"Quadriceps muscles.\"\n            ]\n        },\n        \"repetition\": 10,\n        \"like\": 66,\n        \"practiced\": 5,\n        \"video\": \"Squat against the wall.mp4\",\n        \"createdAt\": \"2023-12-26 14:59:14\",\n        \"updatedAt\": \"2023-12-26 14:59:14\"\n    },\n    {\n        \"id\": 13,\n        \"name\": \"Push-up\",\n        \"photo\": \"push_up.jpg\",\n        \"content\": {\n            \"wrong\": \"Hyperextension and locking of the elbow joint during arm extension. Collapsing or puckering of the hips during training.\",\n            \"breath\": \"Bend the arm and inhale, extend the arm and exhale.\",\n            \"feeling\": \"Soreness in the chest, anterior shoulder and posterior aspect of the great arm.\",\n            \"key point\": \"Push-ups on a mat, back straight, body in a straight line when viewed from the side, hands propped up on either side of the chest, slightly wider than shoulder width apart. Bend your arms until your elbows are slightly higher than your torso, and then extend your arms up and back down.\"\n        },\n        \"tags\": {\n            \"muscle\": [\n                \"triceps muscle of arm\",\n                \"Medial and inferior fasciculus pectoralis\"\n            ]\n        },\n        \"repetition\": 12,\n        \"like\": 581,\n        \"practiced\": 7,\n        \"video\": \"push_up.mp4\",\n        \"createdAt\": \"2023-12-27 07:18:11\",\n        \"updatedAt\": \"2023-12-27 07:18:11\"\n    }\n]"}],"_postman_id":"d4d42ccf-29e9-415d-a2c1-aa2c1eab82c4"},{"name":"updatePose","id":"ee747c3f-4c89-4c6a-aea7-1ac581c050c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": 13,\r\n    \"name\": \"push-up\",\r\n    \"photo\": \"push_up.jpg\",\r\n    \"video\": \"push_up.mp4\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/courses/updatePose","urlObject":{"protocol":"http","port":"12647","path":["api","courses","updatePose"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"21ee130b-1c0b-4f2d-977f-0308638036e3","name":"updatePose","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": 13,\r\n    \"name\": \"push-up\",\r\n    \"photo\": \"push_up.jpg\",\r\n    \"video\": \"push_up.mp4\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/courses/updatePose"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"44"},{"key":"ETag","value":"W/\"2c-f055akbroTPZZidhXvE2x4cGu9U\""},{"key":"Date","value":"Wed, 27 Dec 2023 07:18:48 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Pose was updated successfully.\"\n}"}],"_postman_id":"ee747c3f-4c89-4c6a-aea7-1ac581c050c0"},{"name":"deletePose","id":"6331ba82-c7d1-4e40-a7f3-a8bf71e0cb32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": 13\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/courses/deletePose","urlObject":{"protocol":"http","port":"12647","path":["api","courses","deletePose"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"a8a242a5-7d9d-457d-a263-6ed1cb8822fb","name":"deletePose","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": 13\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/courses/deletePose"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"44"},{"key":"ETag","value":"W/\"2c-RGqK6u6ZXC6Q6rhDEtCk/HgnXeY\""},{"key":"Date","value":"Wed, 27 Dec 2023 07:19:02 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Pose was deleted successfully!\"\n}"}],"_postman_id":"6331ba82-c7d1-4e40-a7f3-a8bf71e0cb32"},{"name":"findAllCourse","id":"992d77c6-6e77-44f5-8534-349f88d99d41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:12647/api/courses/findAllCourse","urlObject":{"protocol":"http","port":"12647","path":["api","courses","findAllCourse"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"421a5e37-7993-466e-a989-705fefb3d276","name":"findAllCourse","originalRequest":{"method":"GET","header":[],"url":"http://localhost:12647/api/courses/findAllCourse"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"9909"},{"key":"ETag","value":"W/\"26b5-NA1701CQU42jKaSDnTn9sltMRHY\""},{"key":"Date","value":"Wed, 27 Dec 2023 07:19:12 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"name\": \"Push-up training • Upper body strength burst more easily!\",\n        \"photo\": \"push_up.jpg\",\n        \"content\": {\n            \"class\": [\n                \"Muscle strength\",\n                \"Push-up\"\n            ],\n            \"prepare\": [\n                \"Don't eat too much before training, or training may cause abdominal discomfort.\"\n            ],\n            \"poseList\": [\n                1,\n                1,\n                1\n            ],\n            \"reaction\": [\n                \"It is normal to experience shortness of breath and localised muscle soreness during training; if you are unable to complete the training or it is very difficult to do so, it means that the course is too difficult for you at this stage and it is recommended that you choose a simpler muscle strength training course.\"\n            ],\n            \"suitable\": [\n                \"Introductory push-up trainer\"\n            ],\n            \"description\": \"This class will be the final step in your metamorphosis from 'Patch Push-Up' to 'Standard Push-Up' trainer! Strengthen your upper body with bottom pauses and explosive breakthrough exercises to easily hold up a standard push-up. Once you can easily complete this session or 3-5 standard push-ups in a single session, you can move on to the K3 Push-up Challenge! training, and reap the benefits of tight, powerful muscle tone.\"\n        },\n        \"duration\": 660,\n        \"infomation\": {\n            \"tags\": [\n                \"vip\"\n            ],\n            \"level\": 2,\n            \"score\": 8.6,\n            \"calorie\": 46,\n            \"practiced\": 792000\n        },\n        \"createdAt\": \"2023-12-26 14:59:14\",\n        \"updatedAt\": \"2023-12-26 14:59:14\"\n    },\n    {\n        \"id\": 2,\n        \"name\": \"'MIZI'10-minute standing warm-up\",\n        \"photo\": \"Crunch.jpg\",\n        \"content\": {\n            \"class\": [\n                \"Muscle strength\",\n                \"Push-up\"\n            ],\n            \"prepare\": [\n                \"Do not eat too much before training, avoid a full stomach, so as to avoid abdominal discomfort during training.\"\n            ],\n            \"poseList\": [\n                2,\n                3\n            ],\n            \"reaction\": [\n                \"It is normal to experience shortness of breath and localised muscle soreness during training; if you are unable to complete the training or it is very difficult to do so, it means that the course is too difficult for you at this stage and it is recommended that you choose a simpler muscle strength training course.\"\n            ],\n            \"suitable\": [\n                \"Introductory push-up trainer\"\n            ],\n            \"description\": \"Original video reposted from YOUTUBE:MIZI November 23, 2022 more\"\n        },\n        \"duration\": 600,\n        \"infomation\": {\n            \"tags\": [\n                \"K2\"\n            ],\n            \"level\": 2,\n            \"score\": 6.9,\n            \"calorie\": 30,\n            \"practiced\": 78000\n        },\n        \"createdAt\": \"2023-12-26 14:59:14\",\n        \"updatedAt\": \"2023-12-26 14:59:14\"\n    },\n    {\n        \"id\": 3,\n        \"name\": \"800 meters running training speed base does not fork\",\n        \"photo\": \"High leg lift.jpg\",\n        \"content\": {\n            \"class\": [\n                \"Outdoor sectional running course\"\n            ],\n            \"prepare\": [\n                \"If you are running outside, make sure you are dressed appropriately before training. Summer running clothes should be ventilated, sweat fast and loose, and winter running clothes should be warm and not affect the exercise.\"\n            ],\n            \"poseList\": [\n                6,\n                6,\n                7,\n                7\n            ],\n            \"reaction\": [\n                \"During the training process, the relevant muscles of the lower limbs will be sore and swollen, and slightly wheezing, which is normal. If you experience symptoms such as difficulty breathing, chest pain, dizziness, pale or purple complexion during training, stop exercising immediately and go to the hospital for treatment.\"\n            ],\n            \"suitable\": [\n                \"Usually, the sports foundation is weak, hoping to reach the standard of physical examination; Usually have basic running training, but the performance did not improve the crowd; Others looking to improve their middle distance running.\"\n            ],\n            \"description\": \"The main module of the course is a combination of fast and slow interval training, with strict speed limits and rest periods, so that you can get rid of ineffective training and make full use of every second of training time! In the running guidance voice added breathing, stride frequency, running skills and other aspects of guidance, so that you can quickly improve and safely advance the score.\"\n        },\n        \"duration\": 660,\n        \"infomation\": {\n            \"tags\": [\n                \"VIP\",\n                \"A series of courses\"\n            ],\n            \"level\": 2,\n            \"score\": 8.1,\n            \"calorie\": 100,\n            \"practiced\": 433000\n        },\n        \"createdAt\": \"2023-12-26 14:59:14\",\n        \"updatedAt\": \"2023-12-26 14:59:14\"\n    },\n    {\n        \"id\": 4,\n        \"name\": \"Dormitory · zero-base efficient fat-burning standing\",\n        \"photo\": \"Jumping jack.jpg\",\n        \"content\": {\n            \"class\": [\n                \"Full body fat burning training\"\n            ],\n            \"prepare\": [\n                \"Eat properly one hour before training to prevent hypoglycemia during training, but also pay attention to not eating too much food, otherwise it may cause stomach or intestinal discomfort due to intense movement.\"\n            ],\n            \"poseList\": [\n                7,\n                7,\n                12\n            ],\n            \"reaction\": [\n                \"During the training process, there will be muscle soreness and congestion (temporary enlargement and hardening) of the leg muscles, which is a normal phenomenon, and can be relieved by stretching and massage after training.\"\n            ],\n            \"suitable\": [\n                \"Students who want to lose fat efficiently Keepers; People who want to improve their heart and lung function.\"\n            ],\n            \"description\": \"The necessary 'fat burning secret' of the student party, the small space of the dormitory, the fragment of time can be opened to practice, the movement is light noise, and does not disturb the roommate. Stand the whole way, let you easily thin the whole body ~\"\n        },\n        \"duration\": 420,\n        \"infomation\": {\n            \"tags\": [\n                \"VIP\",\n                \"Full standing\"\n            ],\n            \"level\": 1,\n            \"score\": 8.4,\n            \"calorie\": 100,\n            \"practiced\": 922000\n        },\n        \"createdAt\": \"2023-12-26 14:59:14\",\n        \"updatedAt\": \"2023-12-26 14:59:14\"\n    },\n    {\n        \"id\": 5,\n        \"name\": \"Total Relaxation/No pain · Novice Foam shaft body relaxation\",\n        \"photo\": \"Plank.jpg\",\n        \"content\": {\n            \"class\": [\n                \"Whole body relaxation\"\n            ],\n            \"prepare\": [\n                \"Eat properly one hour before training to prevent hypoglycemia during training, but also pay attention to not eating too much food, otherwise it may cause stomach or intestinal discomfort due to intense movement.\"\n            ],\n            \"poseList\": [\n                7,\n                8,\n                9,\n                12\n            ],\n            \"reaction\": [\n                \"If there is 'joint discomfort' or 'joint pain' during training, please stop training. If the situation is serious, please ice it in time and seek medical attention immediately.\"\n            ],\n            \"suitable\": [\n                \"You want to relax your whole body\",\n                \"You just want to relax after training\",\n                \"Like the foam axis to relax you\"\n            ],\n            \"description\": \"Hi Welcome to the Foam shaft relaxation novice series, complete relaxation without pain; This lesson is the first lesson of 'whole body relaxation', suitable for novice partners, the course arrangement 'along the front watch chain of human lower limbs' gradually relax, so that you can relax more thoroughly.\"\n        },\n        \"duration\": 600,\n        \"infomation\": {\n            \"tags\": [\n                \"VIP\",\n                \"A series of courses\"\n            ],\n            \"level\": 1,\n            \"score\": 8.9,\n            \"calorie\": 25,\n            \"practiced\": 859000\n        },\n        \"createdAt\": \"2023-12-26 14:59:14\",\n        \"updatedAt\": \"2023-12-26 14:59:14\"\n    },\n    {\n        \"id\": 6,\n        \"name\": \"Period discomfort relief · deedema\",\n        \"photo\": \"Slow sit-ups.jpg\",\n        \"content\": {\n            \"class\": [\n                \"Whole body relaxation\"\n            ],\n            \"prepare\": [\n                \"Eat properly one hour before training to prevent hypoglycemia during training, but also pay attention to not eating too much food, otherwise it may cause stomach or intestinal discomfort due to intense movement.\"\n            ],\n            \"poseList\": [\n                10,\n                10,\n                11\n            ],\n            \"reaction\": [\n                \"During the training process, there will be muscle soreness and congestion (temporary enlargement and hardening) of the leg muscles, which is a normal phenomenon, and can be relieved by stretching and massage after training.\",\n                \"Muscle Soreness may still be present 2 to 3 days or even a week after the completion of training, please do not panic, this is normal 'Delayed muscle soreness' (DOMS, delayed muscle Soreness), DOMS most of the time is not a bad thing, but a positive feedback.\",\n                \"If there is 'joint discomfort' or 'joint pain' during training, please stop training. If the situation is serious, please ice it in time and seek medical attention immediately.\"\n            ],\n            \"suitable\": [\n                \"The ladies who's on her period and wants to relieve her discomfort\",\n                \"Body edema, want to stretch the sisters to improve\",\n                \"Distressed girlfriends, incredibly thoughtful men\"\n            ],\n            \"description\": \"This lesson is designed for women with back pain and abdominal discomfort during menstruation, to help you release pressure, improve the situation of body edema, and further warm your body.\"\n        },\n        \"duration\": 540,\n        \"infomation\": {\n            \"tags\": [\n                \"VIP\",\n                \"A series of courses\"\n            ],\n            \"level\": 1,\n            \"score\": 8.9,\n            \"calorie\": 45,\n            \"practiced\": 596000\n        },\n        \"createdAt\": \"2023-12-26 14:59:14\",\n        \"updatedAt\": \"2023-12-26 14:59:14\"\n    },\n    {\n        \"id\": 7,\n        \"name\": \"'Anna' 30 minutes no jump sweat HIIT burning fat\",\n        \"photo\": \"Jumping jack.jpg\",\n        \"content\": {\n            \"class\": [\n                \"No jump\"\n            ],\n            \"prepare\": [\n                \"Do not eat too much before training, avoid a full stomach, so as to avoid abdominal discomfort during training.\"\n            ],\n            \"poseList\": [\n                1,\n                2,\n                4,\n                5\n            ],\n            \"reaction\": [\n                \"Muscle Soreness may still be present 2 to 3 days or even a week after the completion of training, please do not panic, this is normal 'Delayed muscle soreness' (DOMS, delayed muscle Soreness), DOMS most of the time is not a bad thing, but a positive feedback.\"\n            ],\n            \"suitable\": [\n                \"Suitable for those who have some basic training\"\n            ],\n            \"description\": \"Original video from youtuber: annanas\"\n        },\n        \"duration\": 1800,\n        \"infomation\": {\n            \"tags\": [\n                \"No jump\"\n            ],\n            \"level\": 3,\n            \"score\": 4.7,\n            \"calorie\": 155,\n            \"practiced\": 219000\n        },\n        \"createdAt\": \"2023-12-26 14:59:14\",\n        \"updatedAt\": \"2023-12-26 14:59:14\"\n    },\n    {\n        \"id\": 8,\n        \"name\": \"10 minutes of superburning fat cardio\",\n        \"photo\": \"Half squat move side to side.jpg\",\n        \"content\": {\n            \"class\": [\n                \"Health improvement\"\n            ],\n            \"prepare\": [\n                \"Do not eat too much before training, avoid a full stomach, so as to avoid abdominal discomfort during training.\"\n            ],\n            \"poseList\": [\n                6,\n                9,\n                12\n            ],\n            \"reaction\": [\n                \"During the training process, there will be muscle soreness and congestion (temporary enlargement and hardening) of the leg muscles, which is a normal phenomenon, and can be relieved by stretching and massage after training.\"\n            ],\n            \"suitable\": [\n                \"A person with good athletic ability\"\n            ],\n            \"description\": \"Full body superburning exercise intensity up! A lot of baby reaction to my other fat burning exercise has been for a while, the effect is very good, but the more difficult it is and the platform period, so today I will take you to do a medium and high intensity superburning fat exercise to ensure that the platform period is broken! This exercise is super effective for improving heart and lung capacity, accelerating fat burning, and line shaping! Let's burn together!\"\n        },\n        \"duration\": 1800,\n        \"infomation\": {\n            \"tags\": [\n                \"Non-wave ratio\"\n            ],\n            \"level\": 2,\n            \"score\": 3.6,\n            \"calorie\": 155,\n            \"practiced\": 219000\n        },\n        \"createdAt\": \"2023-12-26 14:59:14\",\n        \"updatedAt\": \"2023-12-26 14:59:14\"\n    }\n]"}],"_postman_id":"992d77c6-6e77-44f5-8534-349f88d99d41"},{"name":"createCourse","id":"f24209e1-ec8a-4ada-b146-494c1781c3aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Push-up training • Upper body strength burst more easily!\",\r\n    \"photo\": \"push_up_training.jpg\",\r\n    \"content\": {\r\n        \"poseList\": [1,1,1],\r\n        \"description\": \"This class will be the final step in your metamorphosis from 'Patch Push-Up' to 'Standard Push-Up' trainer! Strengthen your upper body with bottom pauses and explosive breakthrough exercises to easily hold up a standard push-up. Once you can easily complete this session or 3-5 standard push-ups in a single session, you can move on to the K3 Push-up Challenge! training, and reap the benefits of tight, powerful muscle tone.\",\r\n        \"class\": [\"Muscle strength\", \"Push-up\"],\r\n        \"suitable\": [\"Introductory push-up trainer\"],\r\n        \"prepare\": [\"Don't eat too much before training, or training may cause abdominal discomfort.\"],\r\n        \"reaction\": [\"It is normal to experience shortness of breath and localised muscle soreness during training; if you are unable to complete the training or it is very difficult to do so, it means that the course is too difficult for you at this stage and it is recommended that you choose a simpler muscle strength training course.\"]\r\n    },\r\n    \"duration\": 660,\r\n    \"infomation\": {\r\n        \"calorie\": 46,\r\n        \"practiced\": 792000,\r\n        \"tags\": [\r\n            \"vip\"\r\n        ],\r\n        \"score\": 8.6,\r\n        \"level\": 2\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/courses/createCourse","urlObject":{"protocol":"http","port":"12647","path":["api","courses","createCourse"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"6b41a9fb-f61b-472b-bccb-6bb44201c0fa","name":"createCourse","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Push-up training • Upper body strength burst more easily!\",\r\n    \"photo\": \"push_up_training.jpg\",\r\n    \"content\": {\r\n        \"poseList\": [1,1,1],\r\n        \"description\": \"This class will be the final step in your metamorphosis from 'Patch Push-Up' to 'Standard Push-Up' trainer! Strengthen your upper body with bottom pauses and explosive breakthrough exercises to easily hold up a standard push-up. Once you can easily complete this session or 3-5 standard push-ups in a single session, you can move on to the K3 Push-up Challenge! training, and reap the benefits of tight, powerful muscle tone.\",\r\n        \"class\": [\"Muscle strength\", \"Push-up\"],\r\n        \"suitable\": [\"Introductory push-up trainer\"],\r\n        \"prepare\": [\"Don't eat too much before training, or training may cause abdominal discomfort.\"],\r\n        \"reaction\": [\"It is normal to experience shortness of breath and localised muscle soreness during training; if you are unable to complete the training or it is very difficult to do so, it means that the course is too difficult for you at this stage and it is recommended that you choose a simpler muscle strength training course.\"]\r\n    },\r\n    \"duration\": 660,\r\n    \"infomation\": {\r\n        \"calorie\": 46,\r\n        \"practiced\": 792000,\r\n        \"tags\": [\r\n            \"vip\"\r\n        ],\r\n        \"score\": 8.6,\r\n        \"level\": 2\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/courses/createCourse"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1265"},{"key":"ETag","value":"W/\"4f1-Xb8vsT2DR5Vd9kwN/7EO1Wyvdh4\""},{"key":"Date","value":"Wed, 27 Dec 2023 07:19:21 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 9,\n    \"name\": \"Push-up training • Upper body strength burst more easily!\",\n    \"photo\": \"push_up_training.jpg\",\n    \"content\": {\n        \"poseList\": [\n            1,\n            1,\n            1\n        ],\n        \"description\": \"This class will be the final step in your metamorphosis from 'Patch Push-Up' to 'Standard Push-Up' trainer! Strengthen your upper body with bottom pauses and explosive breakthrough exercises to easily hold up a standard push-up. Once you can easily complete this session or 3-5 standard push-ups in a single session, you can move on to the K3 Push-up Challenge! training, and reap the benefits of tight, powerful muscle tone.\",\n        \"class\": [\n            \"Muscle strength\",\n            \"Push-up\"\n        ],\n        \"suitable\": [\n            \"Introductory push-up trainer\"\n        ],\n        \"prepare\": [\n            \"Don't eat too much before training, or training may cause abdominal discomfort.\"\n        ],\n        \"reaction\": [\n            \"It is normal to experience shortness of breath and localised muscle soreness during training; if you are unable to complete the training or it is very difficult to do so, it means that the course is too difficult for you at this stage and it is recommended that you choose a simpler muscle strength training course.\"\n        ]\n    },\n    \"duration\": 660,\n    \"infomation\": {\n        \"calorie\": 46,\n        \"practiced\": 792000,\n        \"tags\": [\n            \"vip\"\n        ],\n        \"score\": 8.6,\n        \"level\": 2\n    },\n    \"updatedAt\": \"2023-12-27T07:19:20.999Z\",\n    \"createdAt\": \"2023-12-27T07:19:20.999Z\"\n}"}],"_postman_id":"f24209e1-ec8a-4ada-b146-494c1781c3aa"},{"name":"updateCourse","id":"05f60ccf-3a84-4a24-90bf-a589867a7c24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": 9,\r\n    \"duration\": 661\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/courses/updateCourse","urlObject":{"protocol":"http","port":"12647","path":["api","courses","updateCourse"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"cd719846-575e-499a-b99a-9947e28da338","name":"updateCourse","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": 9,\r\n    \"duration\": 661\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/courses/updateCourse"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"46"},{"key":"ETag","value":"W/\"2e-dJh/gGbC82UXSejXOxp/yPaRStE\""},{"key":"Date","value":"Wed, 27 Dec 2023 07:19:30 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Course was updated successfully.\"\n}"}],"_postman_id":"05f60ccf-3a84-4a24-90bf-a589867a7c24"},{"name":"deleteCourse","id":"7752972a-2899-43eb-abf2-7733915e6894","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": 9\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/courses/deleteCourse","urlObject":{"protocol":"http","port":"12647","path":["api","courses","deleteCourse"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"1acc0ade-7ef7-434e-979b-8e430ea0f64c","name":"deleteCourse","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": 9\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/courses/deleteCourse"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"46"},{"key":"ETag","value":"W/\"2e-/0lJdZF/RHGeZETQxmkQ2oy0LkE\""},{"key":"Date","value":"Wed, 27 Dec 2023 07:19:40 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Course was deleted successfully!\"\n}"}],"_postman_id":"7752972a-2899-43eb-abf2-7733915e6894"},{"name":"getCourseList","id":"f0409698-99bd-4885-a647-ede904375550","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uid\": 4\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/courses/getCourseList","description":"<p>uid 为可选，若不传则不会有用户已完成多少次的字段userPracticedEndFragment</p>\n","urlObject":{"protocol":"http","port":"12647","path":["api","courses","getCourseList"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"b205cf86-0931-467f-a933-489a46a5e559","name":"getCourseList-with-uid","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uid\": 4\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/courses/getCourseList"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1299"},{"key":"ETag","value":"W/\"513-r2vsi+V7y3elb8cOjJSnyghyS0I\""},{"key":"Date","value":"Wed, 27 Dec 2023 07:20:00 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"name\": \"Push-up training • Upper body strength burst more easily!\",\n        \"photo\": \"push_up.jpg\",\n        \"duration\": 11,\n        \"calorie\": 46,\n        \"level\": 2,\n        \"practiced\": 4,\n        \"userPracticed\": 2\n    },\n    {\n        \"id\": 2,\n        \"name\": \"'MIZI'10-minute standing warm-up\",\n        \"photo\": \"Crunch.jpg\",\n        \"duration\": 10,\n        \"calorie\": 30,\n        \"level\": 2,\n        \"practiced\": 0,\n        \"userPracticed\": 0\n    },\n    {\n        \"id\": 3,\n        \"name\": \"800 meters running training speed base does not fork\",\n        \"photo\": \"High leg lift.jpg\",\n        \"duration\": 11,\n        \"calorie\": 100,\n        \"level\": 2,\n        \"practiced\": 1,\n        \"userPracticed\": 0\n    },\n    {\n        \"id\": 4,\n        \"name\": \"Dormitory · zero-base efficient fat-burning standing\",\n        \"photo\": \"Jumping jack.jpg\",\n        \"duration\": 7,\n        \"calorie\": 100,\n        \"level\": 1,\n        \"practiced\": 5,\n        \"userPracticed\": 0\n    },\n    {\n        \"id\": 5,\n        \"name\": \"Total Relaxation/No pain · Novice Foam shaft body relaxation\",\n        \"photo\": \"Plank.jpg\",\n        \"duration\": 10,\n        \"calorie\": 25,\n        \"level\": 1,\n        \"practiced\": 0,\n        \"userPracticed\": 0\n    },\n    {\n        \"id\": 6,\n        \"name\": \"Period discomfort relief · deedema\",\n        \"photo\": \"Slow sit-ups.jpg\",\n        \"duration\": 9,\n        \"calorie\": 45,\n        \"level\": 1,\n        \"practiced\": 0,\n        \"userPracticed\": 0\n    },\n    {\n        \"id\": 7,\n        \"name\": \"'Anna' 30 minutes no jump sweat HIIT burning fat\",\n        \"photo\": \"Jumping jack.jpg\",\n        \"duration\": 30,\n        \"calorie\": 155,\n        \"level\": 3,\n        \"practiced\": 0,\n        \"userPracticed\": 0\n    },\n    {\n        \"id\": 8,\n        \"name\": \"10 minutes of superburning fat cardio\",\n        \"photo\": \"Half squat move side to side.jpg\",\n        \"duration\": 30,\n        \"calorie\": 155,\n        \"level\": 2,\n        \"practiced\": 0,\n        \"userPracticed\": 0\n    }\n]"},{"id":"159c08f3-e2c3-4c7a-b02a-a954c9ca1122","name":"getCourseList","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/courses/getCourseList"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1155"},{"key":"ETag","value":"W/\"483-83wKcFpBoknoeD/XPgX3LE5e0hw\""},{"key":"Date","value":"Wed, 27 Dec 2023 07:20:15 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"name\": \"Push-up training • Upper body strength burst more easily!\",\n        \"photo\": \"push_up.jpg\",\n        \"duration\": 11,\n        \"calorie\": 46,\n        \"level\": 2,\n        \"practiced\": 4\n    },\n    {\n        \"id\": 2,\n        \"name\": \"'MIZI'10-minute standing warm-up\",\n        \"photo\": \"Crunch.jpg\",\n        \"duration\": 10,\n        \"calorie\": 30,\n        \"level\": 2,\n        \"practiced\": 0\n    },\n    {\n        \"id\": 3,\n        \"name\": \"800 meters running training speed base does not fork\",\n        \"photo\": \"High leg lift.jpg\",\n        \"duration\": 11,\n        \"calorie\": 100,\n        \"level\": 2,\n        \"practiced\": 1\n    },\n    {\n        \"id\": 4,\n        \"name\": \"Dormitory · zero-base efficient fat-burning standing\",\n        \"photo\": \"Jumping jack.jpg\",\n        \"duration\": 7,\n        \"calorie\": 100,\n        \"level\": 1,\n        \"practiced\": 5\n    },\n    {\n        \"id\": 5,\n        \"name\": \"Total Relaxation/No pain · Novice Foam shaft body relaxation\",\n        \"photo\": \"Plank.jpg\",\n        \"duration\": 10,\n        \"calorie\": 25,\n        \"level\": 1,\n        \"practiced\": 0\n    },\n    {\n        \"id\": 6,\n        \"name\": \"Period discomfort relief · deedema\",\n        \"photo\": \"Slow sit-ups.jpg\",\n        \"duration\": 9,\n        \"calorie\": 45,\n        \"level\": 1,\n        \"practiced\": 0\n    },\n    {\n        \"id\": 7,\n        \"name\": \"'Anna' 30 minutes no jump sweat HIIT burning fat\",\n        \"photo\": \"Jumping jack.jpg\",\n        \"duration\": 30,\n        \"calorie\": 155,\n        \"level\": 3,\n        \"practiced\": 0\n    },\n    {\n        \"id\": 8,\n        \"name\": \"10 minutes of superburning fat cardio\",\n        \"photo\": \"Half squat move side to side.jpg\",\n        \"duration\": 30,\n        \"calorie\": 155,\n        \"level\": 2,\n        \"practiced\": 0\n    }\n]"}],"_postman_id":"f0409698-99bd-4885-a647-ede904375550"},{"name":"getCourseNameById","id":"f4f707b5-43c0-4fce-b393-7b21e048fb0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/courses/getCourseNameById","urlObject":{"protocol":"http","port":"12647","path":["api","courses","getCourseNameById"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"88506e36-4743-41ec-b80b-9feb34b83e21","name":"getCourseNameById","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/courses/getCourseNameById"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"70"},{"key":"ETag","value":"W/\"46-pK7P4sGLhoMUfggISMNe0EnfnyU\""},{"key":"Date","value":"Wed, 27 Dec 2023 07:21:13 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"Push-up training • Upper body strength burst more easily!\"\n}"}],"_postman_id":"f4f707b5-43c0-4fce-b393-7b21e048fb0d"},{"name":"getCourseById","id":"08b0790d-f188-4b05-8474-f2be76f51bc3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": 1,\r\n    \"uid\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/courses/getCourseById","urlObject":{"protocol":"http","port":"12647","path":["api","courses","getCourseById"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"9c132b8d-1ca7-4f87-a35b-58ef9d5ad4b0","name":"getCourseById","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/courses/getCourseById"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"3154"},{"key":"ETag","value":"W/\"c52-XgLbdqLO+QFlAucMUoggtO1WWTs\""},{"key":"Date","value":"Wed, 27 Dec 2023 07:21:27 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"name\": \"Push-up training • Upper body strength burst more easily!\",\n    \"photo\": \"push_up.jpg\",\n    \"content\": {\n        \"class\": [\n            \"Muscle strength\",\n            \"Push-up\"\n        ],\n        \"prepare\": [\n            \"Don't eat too much before training, or training may cause abdominal discomfort.\"\n        ],\n        \"poseList\": [\n            {\n                \"id\": 1,\n                \"name\": \"Aerial pedaling\",\n                \"photo\": \"Aerial pedaling.jpg\",\n                \"content\": {\n                    \"wrong\": \"Lower back off the floor, causing lower back pain.\",\n                    \"breath\": \"Keep breathing evenly throughout.\",\n                    \"feeling\": \"Every time you push straight legs, you will have a strong feeling of tightness in the abdomen, but there should be no tightness or pain in the waist.\",\n                    \"key point\": \"Lie on your back on a yoga mat with your arms pressed against the floor and your legs at a 30u00b0 Angle.\"\n                },\n                \"tags\": {\n                    \"muscle\": [\n                        \"Hypogastrium.\"\n                    ]\n                },\n                \"repetition\": 16,\n                \"like\": 89,\n                \"practiced\": 7,\n                \"video\": \"Aerial pedaling.mp4\",\n                \"createdAt\": \"2023-12-26 14:59:14\",\n                \"updatedAt\": \"2023-12-27 07:13:13\"\n            },\n            {\n                \"id\": 1,\n                \"name\": \"Aerial pedaling\",\n                \"photo\": \"Aerial pedaling.jpg\",\n                \"content\": {\n                    \"wrong\": \"Lower back off the floor, causing lower back pain.\",\n                    \"breath\": \"Keep breathing evenly throughout.\",\n                    \"feeling\": \"Every time you push straight legs, you will have a strong feeling of tightness in the abdomen, but there should be no tightness or pain in the waist.\",\n                    \"key point\": \"Lie on your back on a yoga mat with your arms pressed against the floor and your legs at a 30u00b0 Angle.\"\n                },\n                \"tags\": {\n                    \"muscle\": [\n                        \"Hypogastrium.\"\n                    ]\n                },\n                \"repetition\": 16,\n                \"like\": 89,\n                \"practiced\": 7,\n                \"video\": \"Aerial pedaling.mp4\",\n                \"createdAt\": \"2023-12-26 14:59:14\",\n                \"updatedAt\": \"2023-12-27 07:13:13\"\n            },\n            {\n                \"id\": 1,\n                \"name\": \"Aerial pedaling\",\n                \"photo\": \"Aerial pedaling.jpg\",\n                \"content\": {\n                    \"wrong\": \"Lower back off the floor, causing lower back pain.\",\n                    \"breath\": \"Keep breathing evenly throughout.\",\n                    \"feeling\": \"Every time you push straight legs, you will have a strong feeling of tightness in the abdomen, but there should be no tightness or pain in the waist.\",\n                    \"key point\": \"Lie on your back on a yoga mat with your arms pressed against the floor and your legs at a 30u00b0 Angle.\"\n                },\n                \"tags\": {\n                    \"muscle\": [\n                        \"Hypogastrium.\"\n                    ]\n                },\n                \"repetition\": 16,\n                \"like\": 89,\n                \"practiced\": 7,\n                \"video\": \"Aerial pedaling.mp4\",\n                \"createdAt\": \"2023-12-26 14:59:14\",\n                \"updatedAt\": \"2023-12-27 07:13:13\"\n            }\n        ],\n        \"reaction\": [\n            \"It is normal to experience shortness of breath and localised muscle soreness during training; if you are unable to complete the training or it is very difficult to do so, it means that the course is too difficult for you at this stage and it is recommended that you choose a simpler muscle strength training course.\"\n        ],\n        \"suitable\": [\n            \"Introductory push-up trainer\"\n        ],\n        \"description\": \"This class will be the final step in your metamorphosis from 'Patch Push-Up' to 'Standard Push-Up' trainer! Strengthen your upper body with bottom pauses and explosive breakthrough exercises to easily hold up a standard push-up. Once you can easily complete this session or 3-5 standard push-ups in a single session, you can move on to the K3 Push-up Challenge! training, and reap the benefits of tight, powerful muscle tone.\"\n    },\n    \"duration\": 660,\n    \"infomation\": {\n        \"tags\": [\n            \"vip\"\n        ],\n        \"level\": 2,\n        \"score\": 8.6,\n        \"calorie\": 46,\n        \"practiced\": 792000\n    },\n    \"createdAt\": \"2023-12-26 14:59:14\",\n    \"updatedAt\": \"2023-12-26 14:59:14\"\n}"},{"id":"d5ffbf96-f2e1-4a7b-a238-1b8420106582","name":"getCourseById-with-uid","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": 1,\r\n    \"uid\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/courses/getCourseById"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"3172"},{"key":"ETag","value":"W/\"c64-KnerYOP5ycQQtHAB7TuuUfy/PLo\""},{"key":"Date","value":"Wed, 27 Dec 2023 08:26:22 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"name\": \"Push-up training • Upper body strength burst more easily!\",\n    \"photo\": \"push_up.jpg\",\n    \"content\": {\n        \"class\": [\n            \"Muscle strength\",\n            \"Push-up\"\n        ],\n        \"prepare\": [\n            \"Don't eat too much before training, or training may cause abdominal discomfort.\"\n        ],\n        \"poseList\": [\n            {\n                \"id\": 1,\n                \"name\": \"Aerial pedaling\",\n                \"photo\": \"Aerial pedaling.jpg\",\n                \"content\": {\n                    \"wrong\": \"Lower back off the floor, causing lower back pain.\",\n                    \"breath\": \"Keep breathing evenly throughout.\",\n                    \"feeling\": \"Every time you push straight legs, you will have a strong feeling of tightness in the abdomen, but there should be no tightness or pain in the waist.\",\n                    \"key point\": \"Lie on your back on a yoga mat with your arms pressed against the floor and your legs at a 30u00b0 Angle.\"\n                },\n                \"tags\": {\n                    \"muscle\": [\n                        \"Hypogastrium.\"\n                    ]\n                },\n                \"repetition\": 16,\n                \"like\": 89,\n                \"practiced\": 7,\n                \"video\": \"Aerial pedaling.mp4\",\n                \"createdAt\": \"2023-12-26 14:59:14\",\n                \"updatedAt\": \"2023-12-27 07:13:13\"\n            },\n            {\n                \"id\": 1,\n                \"name\": \"Aerial pedaling\",\n                \"photo\": \"Aerial pedaling.jpg\",\n                \"content\": {\n                    \"wrong\": \"Lower back off the floor, causing lower back pain.\",\n                    \"breath\": \"Keep breathing evenly throughout.\",\n                    \"feeling\": \"Every time you push straight legs, you will have a strong feeling of tightness in the abdomen, but there should be no tightness or pain in the waist.\",\n                    \"key point\": \"Lie on your back on a yoga mat with your arms pressed against the floor and your legs at a 30u00b0 Angle.\"\n                },\n                \"tags\": {\n                    \"muscle\": [\n                        \"Hypogastrium.\"\n                    ]\n                },\n                \"repetition\": 16,\n                \"like\": 89,\n                \"practiced\": 7,\n                \"video\": \"Aerial pedaling.mp4\",\n                \"createdAt\": \"2023-12-26 14:59:14\",\n                \"updatedAt\": \"2023-12-27 07:13:13\"\n            },\n            {\n                \"id\": 1,\n                \"name\": \"Aerial pedaling\",\n                \"photo\": \"Aerial pedaling.jpg\",\n                \"content\": {\n                    \"wrong\": \"Lower back off the floor, causing lower back pain.\",\n                    \"breath\": \"Keep breathing evenly throughout.\",\n                    \"feeling\": \"Every time you push straight legs, you will have a strong feeling of tightness in the abdomen, but there should be no tightness or pain in the waist.\",\n                    \"key point\": \"Lie on your back on a yoga mat with your arms pressed against the floor and your legs at a 30u00b0 Angle.\"\n                },\n                \"tags\": {\n                    \"muscle\": [\n                        \"Hypogastrium.\"\n                    ]\n                },\n                \"repetition\": 16,\n                \"like\": 89,\n                \"practiced\": 7,\n                \"video\": \"Aerial pedaling.mp4\",\n                \"createdAt\": \"2023-12-26 14:59:14\",\n                \"updatedAt\": \"2023-12-27 07:13:13\"\n            }\n        ],\n        \"reaction\": [\n            \"It is normal to experience shortness of breath and localised muscle soreness during training; if you are unable to complete the training or it is very difficult to do so, it means that the course is too difficult for you at this stage and it is recommended that you choose a simpler muscle strength training course.\"\n        ],\n        \"suitable\": [\n            \"Introductory push-up trainer\"\n        ],\n        \"description\": \"This class will be the final step in your metamorphosis from 'Patch Push-Up' to 'Standard Push-Up' trainer! Strengthen your upper body with bottom pauses and explosive breakthrough exercises to easily hold up a standard push-up. Once you can easily complete this session or 3-5 standard push-ups in a single session, you can move on to the K3 Push-up Challenge! training, and reap the benefits of tight, powerful muscle tone.\"\n    },\n    \"duration\": 660,\n    \"infomation\": {\n        \"tags\": [\n            \"vip\"\n        ],\n        \"level\": 2,\n        \"score\": 8.6,\n        \"calorie\": 46,\n        \"practiced\": 792000\n    },\n    \"createdAt\": \"2023-12-26 14:59:14\",\n    \"updatedAt\": \"2023-12-26 14:59:14\",\n    \"userPracticed\": 2\n}"}],"_postman_id":"08b0790d-f188-4b05-8474-f2be76f51bc3"},{"name":"getLastCourseList","id":"f1071c82-090f-409f-8190-4e996790307c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uid\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:12647/api/courses/getLastCourseList","description":"<p>uid 为可选，若传则返回最近2个课程，若不传则返回0个课程</p>\n","urlObject":{"port":"12647","path":["api","courses","getLastCourseList"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"0c4287ca-a3a7-4581-8f65-96428c0e00c7","name":"getLastCourseList-with-uid","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uid\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:12647/api/courses/getLastCourseList"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"311"},{"key":"ETag","value":"W/\"137-TT2nkexm0t1+bP6CSsyNvbqEw3s\""},{"key":"Date","value":"Wed, 27 Dec 2023 07:21:34 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"name\": \"Push-up training • Upper body strength burst more easily!\",\n        \"photo\": \"push_up.jpg\",\n        \"duration\": 11,\n        \"calorie\": 46,\n        \"level\": 2,\n        \"userPracticed\": 2\n    },\n    {\n        \"id\": 3,\n        \"name\": \"800 meters running training speed base does not fork\",\n        \"photo\": \"High leg lift.jpg\",\n        \"duration\": 11,\n        \"calorie\": 100,\n        \"level\": 2,\n        \"userPracticed\": 1\n    }\n]"},{"id":"44fffd0f-d774-4aee-a80e-64fc99b5523c","name":"getLastCourseList","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"localhost:12647/api/courses/getLastCourseList"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2"},{"key":"ETag","value":"W/\"2-l9Fw4VUO7kr8CvBlt4zaMCqXZ0w\""},{"key":"Date","value":"Wed, 27 Dec 2023 07:21:51 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[]"}],"_postman_id":"f1071c82-090f-409f-8190-4e996790307c"},{"name":"getRecommendCourseList","id":"c5a9979f-0c7a-4ae8-80c6-c3def08ccd4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uid\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:12647/api/courses/getRecommendCourseList","description":"<p>uid 为可选，若传则返回2个推荐课程，若不传则返回4个推荐课程</p>\n","urlObject":{"port":"12647","path":["api","courses","getRecommendCourseList"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"48e99dac-d87d-49a2-bb38-3a038b2bddb8","name":"getRecommendCourseList-with-uid","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uid\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:12647/api/courses/getRecommendCourseList"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"311"},{"key":"ETag","value":"W/\"137-TT2nkexm0t1+bP6CSsyNvbqEw3s\""},{"key":"Date","value":"Wed, 27 Dec 2023 07:22:03 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"name\": \"Push-up training • Upper body strength burst more easily!\",\n        \"photo\": \"push_up.jpg\",\n        \"duration\": 11,\n        \"calorie\": 46,\n        \"level\": 2,\n        \"userPracticed\": 2\n    },\n    {\n        \"id\": 3,\n        \"name\": \"800 meters running training speed base does not fork\",\n        \"photo\": \"High leg lift.jpg\",\n        \"duration\": 11,\n        \"calorie\": 100,\n        \"level\": 2,\n        \"userPracticed\": 1\n    }\n]"},{"id":"96015872-67ac-4c7a-a1c9-f9e3c51ed675","name":"getRecommendCourseList","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"localhost:12647/api/courses/getRecommendCourseList"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"411"},{"key":"ETag","value":"W/\"19b-Wx+daFKcU//7fD//VWTXBZrDz20\""},{"key":"Date","value":"Wed, 27 Dec 2023 07:22:16 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"name\": \"Push-up training • Upper body strength burst more easily!\",\n        \"photo\": \"push_up.jpg\",\n        \"duration\": 11,\n        \"calorie\": 46,\n        \"level\": 2\n    },\n    {\n        \"id\": 3,\n        \"name\": \"800 meters running training speed base does not fork\",\n        \"photo\": \"High leg lift.jpg\",\n        \"duration\": 11,\n        \"calorie\": 100,\n        \"level\": 2\n    },\n    {\n        \"id\": 4,\n        \"name\": \"Dormitory · zero-base efficient fat-burning standing\",\n        \"photo\": \"Jumping jack.jpg\",\n        \"duration\": 7,\n        \"calorie\": 100,\n        \"level\": 1\n    }\n]"}],"_postman_id":"c5a9979f-0c7a-4ae8-80c6-c3def08ccd4e"}],"id":"922fb250-10b9-4f38-a6ee-396728bdbc3f","description":"<p>课程接口</p>\n","_postman_id":"922fb250-10b9-4f38-a6ee-396728bdbc3f"},{"name":"moments","item":[{"name":"findAll","id":"8a6eb7c6-9fa7-483e-8b24-88201fe19dd3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:12647/api/moments/findAll","urlObject":{"protocol":"http","port":"12647","path":["api","moments","findAll"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"b2a68735-6b19-4cc0-b717-854d38a97c35","name":"findAll","originalRequest":{"method":"GET","header":[],"url":"http://localhost:12647/api/moments/findAll"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"9272"},{"key":"ETag","value":"W/\"2438-ggEGewP6Fcu1JVXit52eGbV1FKU\""},{"key":"Date","value":"Wed, 27 Dec 2023 07:22:30 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"author\": 1,\n        \"photo\": \"moment_1.jpg\",\n        \"content\": {\n            \"text\": \"Starting the day with a peaceful yoga session in the park. Feeling energized and ready for the day ahead!\",\n            \"type\": \"photo\",\n            \"photo\": [\n                \"moment_1.jpg\",\n                \"moment_2.png\"\n            ],\n            \"title\": \"Morning Yoga Routine\",\n            \"video\": [],\n            \"mention\": [\n                1\n            ]\n        },\n        \"tags\": {\n            \"tagsList\": [\n                \"fitness\",\n                \"yoga\",\n                \"healthy\"\n            ]\n        },\n        \"like\": 3,\n        \"comment\": {\n            \"commentList\": [\n                {\n                    \"author\": 1,\n                    \"content\": \"Good morning! Your yoga routine looks so peaceful and inspiring.\"\n                }\n            ]\n        },\n        \"lastUpdate\": \"2023-12-26\",\n        \"createdAt\": \"2023-12-26 14:59:15\",\n        \"updatedAt\": \"2023-12-27 07:16:17\",\n        \"showId\": 1\n    },\n    {\n        \"id\": 2,\n        \"author\": 2,\n        \"photo\": \"moment_3.jpg\",\n        \"content\": {\n            \"text\": \"Trying out new smoothie recipes for breakfast. This green goodness is packed with spinach, kale, and fruits. Perfect boost of vitamins to start the day!\",\n            \"type\": \"photo\",\n            \"photo\": [\n                \"moment_3.jpgx\"\n            ],\n            \"title\": \"Delicious and Nutritious Smoothies\",\n            \"video\": [],\n            \"mention\": [\n                2\n            ]\n        },\n        \"tags\": {\n            \"tagsList\": [\n                \"health\",\n                \"nutrition\",\n                \"breakfast\"\n            ]\n        },\n        \"like\": 5,\n        \"comment\": {\n            \"commentList\": [\n                {\n                    \"author\": 2,\n                    \"content\": \"Green smoothies are my favorite too! So refreshing and healthy.\"\n                },\n                {\n                    \"author\": 3,\n                    \"content\": \"I need to try this recipe. Looks amazing!\"\n                }\n            ]\n        },\n        \"lastUpdate\": \"2023-12-26\",\n        \"createdAt\": \"2023-12-26 14:59:15\",\n        \"updatedAt\": \"2023-12-26 14:59:15\",\n        \"showId\": 2\n    },\n    {\n        \"id\": 3,\n        \"author\": 3,\n        \"photo\": \"moment_4.jpg\",\n        \"content\": {\n            \"text\": \"Hiking to the mountain peak and enjoying the breathtaking view. Nature always rejuvenates the soul!\",\n            \"type\": \"photo\",\n            \"photo\": [\n                \"moment_4.jpg\"\n            ],\n            \"title\": \"Outdoor Adventure\",\n            \"video\": [],\n            \"mention\": [\n                3\n            ]\n        },\n        \"tags\": {\n            \"tagsList\": [\n                \"hiking\",\n                \"nature\",\n                \"adventure\"\n            ]\n        },\n        \"like\": 8,\n        \"comment\": {\n            \"commentList\": [\n                {\n                    \"author\": 1,\n                    \"content\": \"You captured the beauty of nature so perfectly!\"\n                },\n                {\n                    \"author\": 2,\n                    \"content\": \"I'm so envious of your adventurous spirit!\"\n                }\n            ]\n        },\n        \"lastUpdate\": \"2023-12-26\",\n        \"createdAt\": \"2023-12-26 14:59:15\",\n        \"updatedAt\": \"2023-12-26 14:59:15\",\n        \"showId\": 3\n    },\n    {\n        \"id\": 4,\n        \"author\": 4,\n        \"photo\": \"moment_5.jpg\",\n        \"content\": {\n            \"text\": \"Intense training session today! Pushing my limits and striving for progress. Never underestimate what your body can achieve!\",\n            \"type\": \"photo\",\n            \"photo\": [\n                \"moment_5.jpg\"\n            ],\n            \"title\": \"Full-Body Workout\",\n            \"video\": [],\n            \"mention\": [\n                4\n            ]\n        },\n        \"tags\": {\n            \"tagsList\": [\n                \"fitness\",\n                \"workout\",\n                \"strength\"\n            ]\n        },\n        \"like\": 10,\n        \"comment\": {\n            \"commentList\": [\n                {\n                    \"author\": 3,\n                    \"content\": \"You're such an inspiration! Keep up the hard work.\"\n                },\n                {\n                    \"author\": 1,\n                    \"content\": \"Amazing dedication! Your progress is inspiring.\"\n                }\n            ]\n        },\n        \"lastUpdate\": \"2023-12-26\",\n        \"createdAt\": \"2023-12-26 14:59:15\",\n        \"updatedAt\": \"2023-12-26 14:59:15\",\n        \"showId\": 4\n    },\n    {\n        \"id\": 5,\n        \"author\": 6,\n        \"photo\": \"moment_7.jpg\",\n        \"content\": {\n            \"text\": \"Exploring new cycling routes and enjoying the scenic views along the way. Cycling is not only a great exercise but also a wonderful way to connect with nature.\",\n            \"type\": \"photo\",\n            \"photo\": [\n                \"moment_7.jpg\"\n            ],\n            \"title\": \"Cycling Adventure\",\n            \"video\": [],\n            \"mention\": [\n                6\n            ]\n        },\n        \"tags\": {\n            \"tagsList\": [\n                \"cycling\",\n                \"adventure\",\n                \"outdoors\"\n            ]\n        },\n        \"like\": 12,\n        \"comment\": {\n            \"commentList\": [\n                {\n                    \"author\": 3,\n                    \"content\": \"I love cycling too! It's so empowering to conquer new routes.\"\n                },\n                {\n                    \"author\": 5,\n                    \"content\": \"The view looks absolutely stunning! Have to try this route.\"\n                }\n            ]\n        },\n        \"lastUpdate\": \"2023-12-26\",\n        \"createdAt\": \"2023-12-26 14:59:15\",\n        \"updatedAt\": \"2023-12-26 14:59:15\",\n        \"showId\": 5\n    },\n    {\n        \"id\": 6,\n        \"author\": 7,\n        \"photo\": \"moment_8.jpg\",\n        \"content\": {\n            \"text\": \"Taking a moment for mindfulness meditation. It helps to reduce stress and bring clarity to the mind. Highly recommended!\",\n            \"type\": \"photo\",\n            \"photo\": [\n                \"moment_8.jpg\"\n            ],\n            \"title\": \"Peaceful Mindfulness Meditation\",\n            \"video\": [],\n            \"mention\": [\n                7\n            ]\n        },\n        \"tags\": {\n            \"tagsList\": [\n                \"meditation\",\n                \"mindfulness\",\n                \"selfcare\"\n            ]\n        },\n        \"like\": 6,\n        \"comment\": {\n            \"commentList\": [\n                {\n                    \"author\": 1,\n                    \"content\": \"I've been meaning to start a meditation routine. You've inspired me to give it a try!\"\n                },\n                {\n                    \"author\": 5,\n                    \"content\": \"Such a peaceful moment. Thanks for reminding us to take care of our mental health.\"\n                }\n            ]\n        },\n        \"lastUpdate\": \"2023-12-26\",\n        \"createdAt\": \"2023-12-26 14:59:15\",\n        \"updatedAt\": \"2023-12-26 14:59:15\",\n        \"showId\": 6\n    },\n    {\n        \"id\": 7,\n        \"author\": 8,\n        \"photo\": \"moment_9.jpg\",\n        \"content\": {\n            \"text\": \"Starting the day with a refreshing morning run. The feeling of accomplishment and endorphins is unbeatable!\",\n            \"type\": \"photo\",\n            \"photo\": [\n                \"moment_9.jpg\"\n            ],\n            \"title\": \"Morning Run\",\n            \"video\": [],\n            \"mention\": [\n                8\n            ]\n        },\n        \"tags\": {\n            \"tagsList\": [\n                \"running\",\n                \"fitness\",\n                \"morningroutine\"\n            ]\n        },\n        \"like\": 7,\n        \"comment\": {\n            \"commentList\": [\n                {\n                    \"author\": 2,\n                    \"content\": \"I love the energy boost from morning runs! Keep up the great work.\"\n                },\n                {\n                    \"author\": 3,\n                    \"content\": \"Your determination is inspiring. Wish I could join you for a run!\"\n                }\n            ]\n        },\n        \"lastUpdate\": \"2023-12-26\",\n        \"createdAt\": \"2023-12-26 14:59:15\",\n        \"updatedAt\": \"2023-12-26 14:59:15\",\n        \"showId\": 7\n    },\n    {\n        \"id\": 8,\n        \"author\": 9,\n        \"photo\": \"moment_10.jpg\",\n        \"content\": {\n            \"text\": \"Sharing some of my favorite healthy snack ideas. These protein-packed snacks are perfect for a quick energy boost during the day!\",\n            \"type\": \"photo\",\n            \"photo\": [\n                \"moment_10.jpg\"\n            ],\n            \"title\": \"Healthy Snack Ideas\",\n            \"video\": [],\n            \"mention\": [\n                9\n            ]\n        },\n        \"tags\": {\n            \"tagsList\": [\n                \"healthysnacks\",\n                \"nutrition\",\n                \"food\"\n            ]\n        },\n        \"like\": 15,\n        \"comment\": {\n            \"commentList\": [\n                {\n                    \"author\": 4,\n                    \"content\": \"I'm always on the lookout for new snack ideas. These look delicious!\"\n                },\n                {\n                    \"author\": 5,\n                    \"content\": \"Thanks for sharing! I'll definitely try some of these.\"\n                }\n            ]\n        },\n        \"lastUpdate\": \"2023-12-26\",\n        \"createdAt\": \"2023-12-26 14:59:15\",\n        \"updatedAt\": \"2023-12-26 14:59:15\",\n        \"showId\": 8\n    },\n    {\n        \"id\": 9,\n        \"author\": 10,\n        \"photo\": \"moment_11.jpg\",\n        \"content\": {\n            \"text\": \"Challenging myself with a new workout routine this week. It's important to step out of your comfort zone and keep the body guessing!\",\n            \"type\": \"photo\",\n            \"photo\": [\n                \"moment_11.jpg\"\n            ],\n            \"title\": \"Weekly Workout Challenge\",\n            \"video\": [],\n            \"mention\": [\n                10\n            ]\n        },\n        \"tags\": {\n            \"tagsList\": [\n                \"fitness\",\n                \"challenge\",\n                \"workout\"\n            ]\n        },\n        \"like\": 9,\n        \"comment\": {\n            \"commentList\": [\n                {\n                    \"author\": 6,\n                    \"content\": \"Way to go! It's inspiring to see you constantly pushing your limits.\"\n                },\n                {\n                    \"author\": 8,\n                    \"content\": \"I should try a workout challenge too. Thanks for the motivation!\"\n                }\n            ]\n        },\n        \"lastUpdate\": \"2023-12-26\",\n        \"createdAt\": \"2023-12-26 14:59:15\",\n        \"updatedAt\": \"2023-12-26 14:59:15\",\n        \"showId\": 9\n    },\n    {\n        \"id\": 10,\n        \"author\": 10,\n        \"photo\": \"moment_12.jpg\",\n        \"content\": {\n            \"text\": \"Indulging in a guilt-free dessert with this delicious and healthy recipe. Who said eating healthy can't be tasty?\",\n            \"type\": \"photo\",\n            \"photo\": [\n                \"moment_12.jpg\"\n            ],\n            \"title\": \"Healthy Dessert Recipe\",\n            \"video\": [],\n            \"mention\": [\n                11\n            ]\n        },\n        \"tags\": {\n            \"tagsList\": [\n                \"healthydessert\",\n                \"nutrition\",\n                \"recipe\"\n            ]\n        },\n        \"like\": 18,\n        \"comment\": {\n            \"commentList\": [\n                {\n                    \"author\": 5,\n                    \"content\": \"I'm a firm believer that healthy desserts can be just as delicious! Please share the recipe.\"\n                },\n                {\n                    \"author\": 9,\n                    \"content\": \"Your dessert looks amazing! Can't wait to try it myself.\"\n                }\n            ]\n        },\n        \"lastUpdate\": \"2023-12-26\",\n        \"createdAt\": \"2023-12-26 14:59:15\",\n        \"updatedAt\": \"2023-12-26 14:59:15\",\n        \"showId\": 10\n    },\n    {\n        \"id\": 11,\n        \"author\": 11,\n        \"photo\": \"moment_13.jpg\",\n        \"content\": {\n            \"text\": \"Practicing yoga to strengthen the mind-body connection. It's incredible how much balance and focus it brings to life.\",\n            \"type\": \"photo\",\n            \"photo\": [\n                \"moment_13.jpg\"\n            ],\n            \"title\": \"Mind and Body Connection\",\n            \"video\": [],\n            \"mention\": [\n                12\n            ]\n        },\n        \"tags\": {\n            \"tagsList\": [\n                \"yoga\",\n                \"mindfulness\",\n                \"balance\"\n            ]\n        },\n        \"like\": 11,\n        \"comment\": {\n            \"commentList\": [\n                {\n                    \"author\": 7,\n                    \"content\": \"Yoga is such a beautiful practice. Your dedication is inspiring!\"\n                },\n                {\n                    \"author\": 10,\n                    \"content\": \"I've recently started practicing yoga and it's truly transformative. Thanks for sharing!\"\n                }\n            ]\n        },\n        \"lastUpdate\": \"2023-12-26\",\n        \"createdAt\": \"2023-12-26 14:59:15\",\n        \"updatedAt\": \"2023-12-26 14:59:15\",\n        \"showId\": 11\n    },\n    {\n        \"id\": 12,\n        \"author\": 12,\n        \"photo\": \"moment_14.jpg\",\n        \"content\": {\n            \"text\": \"Switching up the workout routine with an outdoor session. Fresh air and natural surroundings make the exercise even more enjoyable!\",\n            \"type\": \"photo\",\n            \"photo\": [\n                \"moment_14.jpg\"\n            ],\n            \"title\": \"Outdoor Workout\",\n            \"video\": [],\n            \"mention\": [\n                13\n            ]\n        },\n        \"tags\": {\n            \"tagsList\": [\n                \"fitness\",\n                \"outdoor\",\n                \"exercise\"\n            ]\n        },\n        \"like\": 14,\n        \"comment\": {\n            \"commentList\": [\n                {\n                    \"author\": 8,\n                    \"content\": \"Nothing beats an outdoor workout! The scenery looks amazing.\"\n                },\n                {\n                    \"author\": 11,\n                    \"content\": \"I need to start incorporating outdoor workouts into my routine. Thanks for the inspiration!\"\n                }\n            ]\n        },\n        \"lastUpdate\": \"2023-12-26\",\n        \"createdAt\": \"2023-12-26 14:59:15\",\n        \"updatedAt\": \"2023-12-26 14:59:15\",\n        \"showId\": 12\n    },\n    {\n        \"id\": 13,\n        \"author\": 13,\n        \"photo\": \"moment_15.jpg\",\n        \"content\": {\n            \"text\": \"Taking the day to practice self-care and recharge. Remember to prioritize your own well-being, both physically and mentally!\",\n            \"type\": \"photo\",\n            \"photo\": [\n                \"moment_15.jpg\"\n            ],\n            \"title\": \"Self-Care Sunday\",\n            \"video\": [],\n            \"mention\": [\n                14\n            ]\n        },\n        \"tags\": {\n            \"tagsList\": [\n                \"selfcare\",\n                \"wellbeing\",\n                \"relaxation\"\n            ]\n        },\n        \"like\": 13,\n        \"comment\": {\n            \"commentList\": [\n                {\n                    \"author\": 9,\n                    \"content\": \"Self-care is so important! Thanks for the reminder to take time for ourselves.\"\n                },\n                {\n                    \"author\": 12,\n                    \"content\": \"You're a role model for self-care. Keep nurturing yourself!\"\n                }\n            ]\n        },\n        \"lastUpdate\": \"2023-12-26\",\n        \"createdAt\": \"2023-12-26 14:59:15\",\n        \"updatedAt\": \"2023-12-26 14:59:15\",\n        \"showId\": 13\n    },\n    {\n        \"id\": 14,\n        \"author\": 14,\n        \"photo\": \"moment_16.png\",\n        \"content\": {\n            \"text\": \"Building healthy habits one step at a time. It's all about making small changes that lead to big transformations.\",\n            \"type\": \"photo\",\n            \"photo\": [\n                \"moment_16.png\"\n            ],\n            \"title\": \"Healthy Habits\",\n            \"video\": [],\n            \"mention\": [\n                15\n            ]\n        },\n        \"tags\": {\n            \"tagsList\": [\n                \"healthylifestyle\",\n                \"habits\",\n                \"transformation\"\n            ]\n        },\n        \"like\": 16,\n        \"comment\": {\n            \"commentList\": [\n                {\n                    \"author\": 11,\n                    \"content\": \"Couldn't agree more! Consistency is key in building healthy habits.\"\n                },\n                {\n                    \"author\": 13,\n                    \"content\": \"Your positive attitude towards health and wellness is truly inspiring!\"\n                }\n            ]\n        },\n        \"lastUpdate\": \"2023-12-26\",\n        \"createdAt\": \"2023-12-26 14:59:15\",\n        \"updatedAt\": \"2023-12-26 14:59:15\",\n        \"showId\": 14\n    }\n]"}],"_postman_id":"8a6eb7c6-9fa7-483e-8b24-88201fe19dd3"},{"name":"findOne","id":"1f9825d9-8279-4392-bcb3-9bfda66b725b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": 1,\r\n    \"uid\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/moments/findOne","urlObject":{"protocol":"http","port":"12647","path":["api","moments","findOne"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"ee7a42c4-ca93-4f69-a5b0-45e92153e058","name":"findOne","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/moments/findOne"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"550"},{"key":"ETag","value":"W/\"226-NjygicJqnRiERhur1UehcTwA6yg\""},{"key":"Date","value":"Wed, 27 Dec 2023 07:14:32 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"author\": 1,\n    \"photo\": \"moment_1.jpg\",\n    \"content\": {\n        \"text\": \"Starting the day with a peaceful yoga session in the park. Feeling energized and ready for the day ahead!\",\n        \"type\": \"photo\",\n        \"photo\": [\n            \"moment_1.jpg\",\n            \"moment_2.png\"\n        ],\n        \"title\": \"Morning Yoga Routine\",\n        \"video\": [],\n        \"mention\": [\n            1\n        ]\n    },\n    \"tags\": {\n        \"tagsList\": [\n            \"fitness\",\n            \"yoga\",\n            \"healthy\"\n        ]\n    },\n    \"like\": 2,\n    \"comment\": {\n        \"commentList\": [\n            {\n                \"author\": 1,\n                \"content\": \"Good morning! Your yoga routine looks so peaceful and inspiring.\"\n            }\n        ]\n    },\n    \"lastUpdate\": \"2023-12-26\",\n    \"createdAt\": \"2023-12-26 14:59:15\",\n    \"updatedAt\": \"2023-12-27 07:13:43\"\n}"},{"id":"f63af5e4-ec55-4e2b-af6a-4fd0b74dddea","name":"findOne-with-uid","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": 1,\r\n    \"uid\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/moments/findOne"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"582"},{"key":"ETag","value":"W/\"246-Bcb7/W17wPgGU38PBJ1+8YwU/18\""},{"key":"Date","value":"Wed, 27 Dec 2023 07:14:52 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"author\": 1,\n    \"photo\": \"moment_1.jpg\",\n    \"content\": {\n        \"text\": \"Starting the day with a peaceful yoga session in the park. Feeling energized and ready for the day ahead!\",\n        \"type\": \"photo\",\n        \"photo\": [\n            \"moment_1.jpg\",\n            \"moment_2.png\"\n        ],\n        \"title\": \"Morning Yoga Routine\",\n        \"video\": [],\n        \"mention\": [\n            1\n        ]\n    },\n    \"tags\": {\n        \"tagsList\": [\n            \"fitness\",\n            \"yoga\",\n            \"healthy\"\n        ]\n    },\n    \"like\": 2,\n    \"comment\": {\n        \"commentList\": [\n            {\n                \"author\": 1,\n                \"content\": \"Good morning! Your yoga routine looks so peaceful and inspiring.\"\n            }\n        ]\n    },\n    \"lastUpdate\": \"2023-12-26\",\n    \"createdAt\": \"2023-12-26 14:59:15\",\n    \"updatedAt\": \"2023-12-27 07:13:43\",\n    \"isFollow\": false,\n    \"isLike\": false\n}"}],"_postman_id":"1f9825d9-8279-4392-bcb3-9bfda66b725b"},{"name":"create","id":"2b58ebb3-68f5-423b-8a4f-ee5ac3120371","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"author\": 5,\r\n    \"photo\": \"moment_2.jpg\",\r\n    \"content\": {\r\n        \"title\": \"Today is a good day!\",\r\n        \"text\": \"Tomorrow is another day!\",\r\n        \"type\": \"photo\",\r\n        \"photo\": [\"moment_1.jpg\", \"moment_2.jpg\"],\r\n        \"video\": [],\r\n        \"mention\": [1]\r\n    },\r\n    \"tags\": {\r\n        \"tagsList\": [\"daily\",\"push-up\"]\r\n    },\r\n    \"like\": 2,\r\n    \"comment\": {\r\n        \"commentList\": [\r\n            {\r\n                \"author\": 1,\r\n                \"content\": \"Good moment!\"\r\n            }\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/moments/create","urlObject":{"protocol":"http","port":"12647","path":["api","moments","create"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"a5e802fa-07c9-408a-9997-d21d3cc395b1","name":"create","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"author\": 5,\r\n    \"photo\": \"moment_2.jpg\",\r\n    \"content\": {\r\n        \"title\": \"Today is a good day!\",\r\n        \"text\": \"Tomorrow is another day!\",\r\n        \"type\": \"photo\",\r\n        \"photo\": [\"moment_1.jpg\", \"moment_2.jpg\"],\r\n        \"video\": [],\r\n        \"mention\": [1]\r\n    },\r\n    \"tags\": {\r\n        \"tagsList\": [\"daily\",\"push-up\"]\r\n    },\r\n    \"like\": 2,\r\n    \"comment\": {\r\n        \"commentList\": [\r\n            {\r\n                \"author\": 1,\r\n                \"content\": \"Good moment!\"\r\n            }\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/moments/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"396"},{"key":"ETag","value":"W/\"18c-7WJfm/daK8h6c/o6DKKyvVaDgEU\""},{"key":"Date","value":"Wed, 27 Dec 2023 07:22:40 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 15,\n    \"author\": 5,\n    \"photo\": \"moment_2.jpg\",\n    \"content\": {\n        \"title\": \"Today is a good day!\",\n        \"text\": \"Tomorrow is another day!\",\n        \"type\": \"photo\",\n        \"photo\": [\n            \"moment_1.jpg\",\n            \"moment_2.jpg\"\n        ],\n        \"video\": [],\n        \"mention\": [\n            1\n        ]\n    },\n    \"tags\": {\n        \"tagsList\": [\n            \"daily\",\n            \"push-up\"\n        ]\n    },\n    \"like\": 0,\n    \"comment\": {\n        \"commentList\": []\n    },\n    \"lastUpdate\": \"2023-12-27T07:22:40.820Z\",\n    \"updatedAt\": \"2023-12-27T07:22:40.820Z\",\n    \"createdAt\": \"2023-12-27T07:22:40.820Z\"\n}"}],"_postman_id":"2b58ebb3-68f5-423b-8a4f-ee5ac3120371"},{"name":"update","id":"04a9001e-5762-45a3-8cad-36eb37739d7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": 15,\r\n    \"like\": 4\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/moments/update","urlObject":{"protocol":"http","port":"12647","path":["api","moments","update"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"a7088260-4a92-4f00-8bce-6b762f24fd97","name":"update","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": 15,\r\n    \"like\": 4\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/moments/update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"46"},{"key":"ETag","value":"W/\"2e-lR1g+syCW4dK6XAjLk1vDDP/ZSc\""},{"key":"Date","value":"Wed, 27 Dec 2023 07:22:51 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Moment was updated successfully.\"\n}"}],"_postman_id":"04a9001e-5762-45a3-8cad-36eb37739d7e"},{"name":"delete","id":"b705007f-055b-4584-85c8-025760e1d8d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": 15\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/moments/delete","urlObject":{"protocol":"http","port":"12647","path":["api","moments","delete"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"828f5958-7378-4ec7-87a6-029614c72b51","name":"delete","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": 15\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/moments/delete"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"46"},{"key":"ETag","value":"W/\"2e-N8qg6eN/VJM/VpVL7zIt1bVwav0\""},{"key":"Date","value":"Wed, 27 Dec 2023 07:23:01 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Moment was deleted successfully!\"\n}"}],"_postman_id":"b705007f-055b-4584-85c8-025760e1d8d5"},{"name":"getMomentByAuthor","id":"8324e740-bef5-4ba0-aa45-3a5e70e5d7ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"author\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/moments/getMomentByAuthor","urlObject":{"protocol":"http","port":"12647","path":["api","moments","getMomentByAuthor"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c900c449-dba6-49f4-aa96-62df57960038","name":"getMomentByAuthor","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"author\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/moments/getMomentByAuthor"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"552"},{"key":"ETag","value":"W/\"228-gvGmaN95Nwi1mYBFndN25RYwkQY\""},{"key":"Date","value":"Wed, 27 Dec 2023 07:23:09 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"author\": 1,\n        \"photo\": \"moment_1.jpg\",\n        \"content\": {\n            \"text\": \"Starting the day with a peaceful yoga session in the park. Feeling energized and ready for the day ahead!\",\n            \"type\": \"photo\",\n            \"photo\": [\n                \"moment_1.jpg\",\n                \"moment_2.png\"\n            ],\n            \"title\": \"Morning Yoga Routine\",\n            \"video\": [],\n            \"mention\": [\n                1\n            ]\n        },\n        \"tags\": {\n            \"tagsList\": [\n                \"fitness\",\n                \"yoga\",\n                \"healthy\"\n            ]\n        },\n        \"like\": 3,\n        \"comment\": {\n            \"commentList\": [\n                {\n                    \"author\": 1,\n                    \"content\": \"Good morning! Your yoga routine looks so peaceful and inspiring.\"\n                }\n            ]\n        },\n        \"lastUpdate\": \"2023-12-26\",\n        \"createdAt\": \"2023-12-26 14:59:15\",\n        \"updatedAt\": \"2023-12-27 07:16:17\"\n    }\n]"}],"_postman_id":"8324e740-bef5-4ba0-aa45-3a5e70e5d7ef"},{"name":"getFollowMoment","id":"a6f28bf7-b487-41fd-9322-958637e9da31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uid\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/moments/getFollowMoment","urlObject":{"protocol":"http","port":"12647","path":["api","moments","getFollowMoment"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"446848e3-8c62-4fd2-9139-d0a80d202d35","name":"getFollowMoment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uid\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/moments/getFollowMoment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1987"},{"key":"ETag","value":"W/\"7c3-WScpmTLncvPTo7LIGE/zSRD1ld8\""},{"key":"Date","value":"Wed, 27 Dec 2023 07:23:20 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 2,\n        \"author\": 2,\n        \"photo\": \"moment_3.jpg\",\n        \"content\": {\n            \"text\": \"Trying out new smoothie recipes for breakfast. This green goodness is packed with spinach, kale, and fruits. Perfect boost of vitamins to start the day!\",\n            \"type\": \"photo\",\n            \"photo\": [\n                \"moment_3.jpgx\"\n            ],\n            \"title\": \"Delicious and Nutritious Smoothies\",\n            \"video\": [],\n            \"mention\": [\n                2\n            ]\n        },\n        \"tags\": {\n            \"tagsList\": [\n                \"health\",\n                \"nutrition\",\n                \"breakfast\"\n            ]\n        },\n        \"like\": 5,\n        \"comment\": {\n            \"commentList\": [\n                {\n                    \"author\": 2,\n                    \"content\": \"Green smoothies are my favorite too! So refreshing and healthy.\"\n                },\n                {\n                    \"author\": 3,\n                    \"content\": \"I need to try this recipe. Looks amazing!\"\n                }\n            ]\n        },\n        \"lastUpdate\": \"2023-12-26\",\n        \"createdAt\": \"2023-12-26 14:59:15\",\n        \"updatedAt\": \"2023-12-26 14:59:15\",\n        \"showId\": 1\n    },\n    {\n        \"id\": 3,\n        \"author\": 3,\n        \"photo\": \"moment_4.jpg\",\n        \"content\": {\n            \"text\": \"Hiking to the mountain peak and enjoying the breathtaking view. Nature always rejuvenates the soul!\",\n            \"type\": \"photo\",\n            \"photo\": [\n                \"moment_4.jpg\"\n            ],\n            \"title\": \"Outdoor Adventure\",\n            \"video\": [],\n            \"mention\": [\n                3\n            ]\n        },\n        \"tags\": {\n            \"tagsList\": [\n                \"hiking\",\n                \"nature\",\n                \"adventure\"\n            ]\n        },\n        \"like\": 8,\n        \"comment\": {\n            \"commentList\": [\n                {\n                    \"author\": 1,\n                    \"content\": \"You captured the beauty of nature so perfectly!\"\n                },\n                {\n                    \"author\": 2,\n                    \"content\": \"I'm so envious of your adventurous spirit!\"\n                }\n            ]\n        },\n        \"lastUpdate\": \"2023-12-26\",\n        \"createdAt\": \"2023-12-26 14:59:15\",\n        \"updatedAt\": \"2023-12-26 14:59:15\",\n        \"showId\": 2\n    },\n    {\n        \"id\": 6,\n        \"author\": 7,\n        \"photo\": \"moment_8.jpg\",\n        \"content\": {\n            \"text\": \"Taking a moment for mindfulness meditation. It helps to reduce stress and bring clarity to the mind. Highly recommended!\",\n            \"type\": \"photo\",\n            \"photo\": [\n                \"moment_8.jpg\"\n            ],\n            \"title\": \"Peaceful Mindfulness Meditation\",\n            \"video\": [],\n            \"mention\": [\n                7\n            ]\n        },\n        \"tags\": {\n            \"tagsList\": [\n                \"meditation\",\n                \"mindfulness\",\n                \"selfcare\"\n            ]\n        },\n        \"like\": 6,\n        \"comment\": {\n            \"commentList\": [\n                {\n                    \"author\": 1,\n                    \"content\": \"I've been meaning to start a meditation routine. You've inspired me to give it a try!\"\n                },\n                {\n                    \"author\": 5,\n                    \"content\": \"Such a peaceful moment. Thanks for reminding us to take care of our mental health.\"\n                }\n            ]\n        },\n        \"lastUpdate\": \"2023-12-26\",\n        \"createdAt\": \"2023-12-26 14:59:15\",\n        \"updatedAt\": \"2023-12-26 14:59:15\",\n        \"showId\": 3\n    }\n]"}],"_postman_id":"a6f28bf7-b487-41fd-9322-958637e9da31"}],"id":"14ecc86c-f28f-4292-9644-f7cc1d1df317","description":"<p>用户动态接口</p>\n","_postman_id":"14ecc86c-f28f-4292-9644-f7cc1d1df317"},{"name":"fits","item":[{"name":"findAll","id":"d42e8ba1-3156-4167-8518-4c01e52861f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:12647/api/fits/findAll","urlObject":{"protocol":"http","port":"12647","path":["api","fits","findAll"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c9a584fc-acc2-4a89-8327-073dd7835468","name":"findAll","originalRequest":{"method":"GET","header":[],"url":"http://localhost:12647/api/fits/findAll"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"4644"},{"key":"ETag","value":"W/\"1224-AyAaxz95FsUpMqWTHM+33UAWB7w\""},{"key":"Date","value":"Wed, 27 Dec 2023 07:23:27 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"userId\": 4,\n        \"courseId\": 1,\n        \"userVideo\": {\n            \"poseVideoList\": [\n                {\n                    \"video\": \"capture0001.mp4\",\n                    \"poseId\": 1,\n                    \"poseIdx\": 0\n                },\n                {\n                    \"video\": null,\n                    \"poseId\": 1,\n                    \"poseIdx\": 1\n                },\n                {\n                    \"video\": \"capture0001.mp4\",\n                    \"poseId\": 1,\n                    \"poseIdx\": 2\n                }\n            ]\n        },\n        \"score\": {\n            \"totalScore\": 69.45354260834355,\n            \"poseScoreList\": [\n                {\n                    \"score\": null,\n                    \"poseId\": 1,\n                    \"poseIdx\": 0\n                },\n                {\n                    \"score\": null,\n                    \"poseId\": 1,\n                    \"poseIdx\": 1\n                },\n                {\n                    \"score\": null,\n                    \"poseId\": 1,\n                    \"poseIdx\": 2\n                }\n            ]\n        },\n        \"latency\": null,\n        \"status\": \"done\",\n        \"createdAt\": \"2023-12-11T17:35:46.000Z\",\n        \"updatedAt\": \"2023-12-17T18:47:29.000Z\"\n    },\n    {\n        \"id\": 2,\n        \"userId\": 4,\n        \"courseId\": 1,\n        \"userVideo\": {\n            \"poseVideoList\": [\n                {\n                    \"video\": null,\n                    \"poseId\": 1,\n                    \"poseIdx\": 0\n                },\n                {\n                    \"video\": null,\n                    \"poseId\": 1,\n                    \"poseIdx\": 1\n                },\n                {\n                    \"video\": null,\n                    \"poseId\": 1,\n                    \"poseIdx\": 2\n                }\n            ]\n        },\n        \"score\": {\n            \"totalScore\": null,\n            \"poseScoreList\": [\n                {\n                    \"score\": null,\n                    \"poseId\": 1,\n                    \"poseIdx\": 0\n                },\n                {\n                    \"score\": null,\n                    \"poseId\": 1,\n                    \"poseIdx\": 1\n                },\n                {\n                    \"score\": null,\n                    \"poseId\": 1,\n                    \"poseIdx\": 2\n                }\n            ]\n        },\n        \"latency\": null,\n        \"status\": \"pending\",\n        \"createdAt\": \"2023-12-11T17:35:52.000Z\",\n        \"updatedAt\": \"2023-12-11T17:35:52.000Z\"\n    },\n    {\n        \"id\": 3,\n        \"userId\": 1,\n        \"courseId\": 1,\n        \"userVideo\": {\n            \"poseVideoList\": [\n                {\n                    \"video\": null,\n                    \"poseId\": 1,\n                    \"poseIdx\": 0\n                },\n                {\n                    \"video\": null,\n                    \"poseId\": 1,\n                    \"poseIdx\": 1\n                },\n                {\n                    \"video\": null,\n                    \"poseId\": 1,\n                    \"poseIdx\": 2\n                }\n            ]\n        },\n        \"score\": {\n            \"totalScore\": 69.50631480658393,\n            \"poseScoreList\": [\n                {\n                    \"score\": null,\n                    \"poseId\": 1,\n                    \"poseIdx\": 0\n                },\n                {\n                    \"score\": null,\n                    \"poseId\": 1,\n                    \"poseIdx\": 1\n                },\n                {\n                    \"score\": null,\n                    \"poseId\": 1,\n                    \"poseIdx\": 2\n                }\n            ]\n        },\n        \"latency\": null,\n        \"status\": \"done\",\n        \"createdAt\": \"2023-12-17T20:50:02.000Z\",\n        \"updatedAt\": \"2023-12-17T20:50:50.000Z\"\n    },\n    {\n        \"id\": 4,\n        \"userId\": 1,\n        \"courseId\": 1,\n        \"userVideo\": {\n            \"poseVideoList\": [\n                {\n                    \"video\": null,\n                    \"poseId\": 1,\n                    \"poseIdx\": 0\n                },\n                {\n                    \"video\": null,\n                    \"poseId\": 1,\n                    \"poseIdx\": 1\n                },\n                {\n                    \"video\": null,\n                    \"poseId\": 1,\n                    \"poseIdx\": 2\n                }\n            ]\n        },\n        \"score\": {\n            \"totalScore\": null,\n            \"poseScoreList\": [\n                {\n                    \"score\": null,\n                    \"poseId\": 1,\n                    \"poseIdx\": 0\n                },\n                {\n                    \"score\": null,\n                    \"poseId\": 1,\n                    \"poseIdx\": 1\n                },\n                {\n                    \"score\": null,\n                    \"poseId\": 1,\n                    \"poseIdx\": 2\n                }\n            ]\n        },\n        \"latency\": null,\n        \"status\": \"pending\",\n        \"createdAt\": \"2023-12-17T22:51:57.000Z\",\n        \"updatedAt\": \"2023-12-17T22:51:57.000Z\"\n    },\n    {\n        \"id\": 5,\n        \"userId\": 1,\n        \"courseId\": 3,\n        \"userVideo\": {\n            \"poseVideoList\": [\n                {\n                    \"video\": null,\n                    \"poseId\": 6,\n                    \"poseIdx\": 0\n                },\n                {\n                    \"video\": null,\n                    \"poseId\": 6,\n                    \"poseIdx\": 1\n                },\n                {\n                    \"video\": null,\n                    \"poseId\": 7,\n                    \"poseIdx\": 2\n                },\n                {\n                    \"video\": null,\n                    \"poseId\": 7,\n                    \"poseIdx\": 3\n                }\n            ]\n        },\n        \"score\": {\n            \"totalScore\": null,\n            \"poseScoreList\": [\n                {\n                    \"score\": null,\n                    \"poseId\": 6,\n                    \"poseIdx\": 0\n                },\n                {\n                    \"score\": null,\n                    \"poseId\": 6,\n                    \"poseIdx\": 1\n                },\n                {\n                    \"score\": null,\n                    \"poseId\": 7,\n                    \"poseIdx\": 2\n                },\n                {\n                    \"score\": null,\n                    \"poseId\": 7,\n                    \"poseIdx\": 3\n                }\n            ]\n        },\n        \"latency\": null,\n        \"status\": \"pending\",\n        \"createdAt\": \"2023-12-17T22:52:00.000Z\",\n        \"updatedAt\": \"2023-12-17T22:52:00.000Z\"\n    },\n    {\n        \"id\": 6,\n        \"userId\": 1,\n        \"courseId\": 4,\n        \"userVideo\": {\n            \"poseVideoList\": [\n                {\n                    \"video\": null,\n                    \"poseId\": 7,\n                    \"poseIdx\": 0\n                },\n                {\n                    \"video\": null,\n                    \"poseId\": 7,\n                    \"poseIdx\": 1\n                },\n                {\n                    \"video\": null,\n                    \"poseId\": 12,\n                    \"poseIdx\": 2\n                }\n            ]\n        },\n        \"score\": {\n            \"totalScore\": null,\n            \"poseScoreList\": [\n                {\n                    \"score\": null,\n                    \"poseId\": 7,\n                    \"poseIdx\": 0\n                },\n                {\n                    \"score\": null,\n                    \"poseId\": 7,\n                    \"poseIdx\": 1\n                },\n                {\n                    \"score\": null,\n                    \"poseId\": 12,\n                    \"poseIdx\": 2\n                }\n            ]\n        },\n        \"latency\": null,\n        \"status\": \"pending\",\n        \"createdAt\": \"2023-12-17T22:52:02.000Z\",\n        \"updatedAt\": \"2023-12-17T22:52:02.000Z\"\n    },\n    {\n        \"id\": 7,\n        \"userId\": 1,\n        \"courseId\": 4,\n        \"userVideo\": {\n            \"poseVideoList\": [\n                {\n                    \"video\": null,\n                    \"poseId\": 7,\n                    \"poseIdx\": 0\n                },\n                {\n                    \"video\": null,\n                    \"poseId\": 7,\n                    \"poseIdx\": 1\n                },\n                {\n                    \"video\": null,\n                    \"poseId\": 12,\n                    \"poseIdx\": 2\n                }\n            ]\n        },\n        \"score\": {\n            \"totalScore\": null,\n            \"poseScoreList\": [\n                {\n                    \"score\": null,\n                    \"poseId\": 7,\n                    \"poseIdx\": 0\n                },\n                {\n                    \"score\": null,\n                    \"poseId\": 7,\n                    \"poseIdx\": 1\n                },\n                {\n                    \"score\": null,\n                    \"poseId\": 12,\n                    \"poseIdx\": 2\n                }\n            ]\n        },\n        \"latency\": null,\n        \"status\": \"pending\",\n        \"createdAt\": \"2023-12-18T00:38:32.000Z\",\n        \"updatedAt\": \"2023-12-18T00:38:32.000Z\"\n    },\n    {\n        \"id\": 8,\n        \"userId\": 1,\n        \"courseId\": 4,\n        \"userVideo\": {\n            \"poseVideoList\": [\n                {\n                    \"video\": null,\n                    \"poseId\": 7,\n                    \"poseIdx\": 0\n                },\n                {\n                    \"video\": null,\n                    \"poseId\": 7,\n                    \"poseIdx\": 1\n                },\n                {\n                    \"video\": null,\n                    \"poseId\": 12,\n                    \"poseIdx\": 2\n                }\n            ]\n        },\n        \"score\": {\n            \"totalScore\": null,\n            \"poseScoreList\": [\n                {\n                    \"score\": null,\n                    \"poseId\": 7,\n                    \"poseIdx\": 0\n                },\n                {\n                    \"score\": null,\n                    \"poseId\": 7,\n                    \"poseIdx\": 1\n                },\n                {\n                    \"score\": null,\n                    \"poseId\": 12,\n                    \"poseIdx\": 2\n                }\n            ]\n        },\n        \"latency\": null,\n        \"status\": \"pending\",\n        \"createdAt\": \"2023-12-18T00:38:32.000Z\",\n        \"updatedAt\": \"2023-12-18T00:38:32.000Z\"\n    },\n    {\n        \"id\": 9,\n        \"userId\": 1,\n        \"courseId\": 4,\n        \"userVideo\": {\n            \"poseVideoList\": [\n                {\n                    \"video\": null,\n                    \"poseId\": 7,\n                    \"poseIdx\": 0\n                },\n                {\n                    \"video\": null,\n                    \"poseId\": 7,\n                    \"poseIdx\": 1\n                },\n                {\n                    \"video\": null,\n                    \"poseId\": 12,\n                    \"poseIdx\": 2\n                }\n            ]\n        },\n        \"score\": {\n            \"totalScore\": null,\n            \"poseScoreList\": [\n                {\n                    \"score\": null,\n                    \"poseId\": 7,\n                    \"poseIdx\": 0\n                },\n                {\n                    \"score\": null,\n                    \"poseId\": 7,\n                    \"poseIdx\": 1\n                },\n                {\n                    \"score\": null,\n                    \"poseId\": 12,\n                    \"poseIdx\": 2\n                }\n            ]\n        },\n        \"latency\": null,\n        \"status\": \"pending\",\n        \"createdAt\": \"2023-12-18T00:38:33.000Z\",\n        \"updatedAt\": \"2023-12-18T00:38:33.000Z\"\n    },\n    {\n        \"id\": 10,\n        \"userId\": 1,\n        \"courseId\": 4,\n        \"userVideo\": {\n            \"poseVideoList\": [\n                {\n                    \"video\": null,\n                    \"poseId\": 7,\n                    \"poseIdx\": 0\n                },\n                {\n                    \"video\": null,\n                    \"poseId\": 7,\n                    \"poseIdx\": 1\n                },\n                {\n                    \"video\": null,\n                    \"poseId\": 12,\n                    \"poseIdx\": 2\n                }\n            ]\n        },\n        \"score\": {\n            \"totalScore\": null,\n            \"poseScoreList\": [\n                {\n                    \"score\": null,\n                    \"poseId\": 7,\n                    \"poseIdx\": 0\n                },\n                {\n                    \"score\": null,\n                    \"poseId\": 7,\n                    \"poseIdx\": 1\n                },\n                {\n                    \"score\": null,\n                    \"poseId\": 12,\n                    \"poseIdx\": 2\n                }\n            ]\n        },\n        \"latency\": null,\n        \"status\": \"pending\",\n        \"createdAt\": \"2023-12-18T00:38:34.000Z\",\n        \"updatedAt\": \"2023-12-18T00:38:34.000Z\"\n    }\n]"}],"_postman_id":"d42e8ba1-3156-4167-8518-4c01e52861f7"},{"name":"create","id":"dc97b3c6-0b99-40a8-9812-e8a69a2fa316","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\": 1,\r\n    \"courseId\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/fits/create","urlObject":{"protocol":"http","port":"12647","path":["api","fits","create"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"bd278876-d6e7-4b8b-9b5d-e38072a20170","name":"create","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\": 1,\r\n    \"courseId\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/fits/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"451"},{"key":"ETag","value":"W/\"1c3-bXBWaXB8+EiZFDngTHjceIpUMbg\""},{"key":"Date","value":"Wed, 27 Dec 2023 07:23:36 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 11,\n    \"userId\": 1,\n    \"courseId\": 1,\n    \"userVideo\": {\n        \"poseVideoList\": [\n            {\n                \"poseIdx\": 0,\n                \"poseId\": 1,\n                \"video\": null\n            },\n            {\n                \"poseIdx\": 1,\n                \"poseId\": 1,\n                \"video\": null\n            },\n            {\n                \"poseIdx\": 2,\n                \"poseId\": 1,\n                \"video\": null\n            }\n        ]\n    },\n    \"score\": {\n        \"poseScoreList\": [\n            {\n                \"poseIdx\": 0,\n                \"poseId\": 1,\n                \"score\": null\n            },\n            {\n                \"poseIdx\": 1,\n                \"poseId\": 1,\n                \"score\": null\n            },\n            {\n                \"poseIdx\": 2,\n                \"poseId\": 1,\n                \"score\": null\n            }\n        ],\n        \"totalScore\": null\n    },\n    \"latency\": null,\n    \"status\": \"pending\",\n    \"updatedAt\": \"2023-12-27T07:23:36.359Z\",\n    \"createdAt\": \"2023-12-27T07:23:36.359Z\"\n}"}],"_postman_id":"dc97b3c6-0b99-40a8-9812-e8a69a2fa316"},{"name":"getOneFitById","id":"bf5f9a0c-611b-41bc-80c8-1bb3f76f4f3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/fits/getOneFitById","urlObject":{"protocol":"http","port":"12647","path":["api","fits","getOneFitById"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"f32a5d1a-860d-4a8f-9843-b5e8ac960f78","name":"getOneFitById","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/fits/getOneFitById"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"486"},{"key":"ETag","value":"W/\"1e6-kUCwwVTASce8eAzYq8eRlW+GSJk\""},{"key":"Date","value":"Wed, 27 Dec 2023 07:23:48 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"userId\": 4,\n    \"courseId\": 1,\n    \"userVideo\": {\n        \"poseVideoList\": [\n            {\n                \"video\": \"capture0001.mp4\",\n                \"poseId\": 1,\n                \"poseIdx\": 0\n            },\n            {\n                \"video\": null,\n                \"poseId\": 1,\n                \"poseIdx\": 1\n            },\n            {\n                \"video\": \"capture0001.mp4\",\n                \"poseId\": 1,\n                \"poseIdx\": 2\n            }\n        ]\n    },\n    \"score\": {\n        \"totalScore\": 69.45354260834355,\n        \"poseScoreList\": [\n            {\n                \"score\": null,\n                \"poseId\": 1,\n                \"poseIdx\": 0\n            },\n            {\n                \"score\": null,\n                \"poseId\": 1,\n                \"poseIdx\": 1\n            },\n            {\n                \"score\": null,\n                \"poseId\": 1,\n                \"poseIdx\": 2\n            }\n        ]\n    },\n    \"latency\": null,\n    \"status\": \"done\",\n    \"createdAt\": \"2023-12-11T17:35:46.000Z\",\n    \"updatedAt\": \"2023-12-17T18:47:29.000Z\"\n}"}],"_postman_id":"bf5f9a0c-611b-41bc-80c8-1bb3f76f4f3d"},{"name":"findListByUserId","id":"54ff56ad-f7fb-4e8e-8740-2a04652fe26c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/fits/findListByUserId","urlObject":{"protocol":"http","port":"12647","path":["api","fits","findListByUserId"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"34008147-9268-4389-adf8-8037e429ee4c","name":"findListByUserId","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/fits/findListByUserId"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"4158"},{"key":"ETag","value":"W/\"103e-+RUK4E8RGwt0XM+pvbhOeS8StYg\""},{"key":"Date","value":"Wed, 27 Dec 2023 07:24:01 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 3,\n        \"userId\": 1,\n        \"courseId\": 1,\n        \"userVideo\": {\n            \"poseVideoList\": [\n                {\n                    \"video\": null,\n                    \"poseId\": 1,\n                    \"poseIdx\": 0\n                },\n                {\n                    \"video\": null,\n                    \"poseId\": 1,\n                    \"poseIdx\": 1\n                },\n                {\n                    \"video\": null,\n                    \"poseId\": 1,\n                    \"poseIdx\": 2\n                }\n            ]\n        },\n        \"score\": {\n            \"totalScore\": 69.50631480658393,\n            \"poseScoreList\": [\n                {\n                    \"score\": null,\n                    \"poseId\": 1,\n                    \"poseIdx\": 0\n                },\n                {\n                    \"score\": null,\n                    \"poseId\": 1,\n                    \"poseIdx\": 1\n                },\n                {\n                    \"score\": null,\n                    \"poseId\": 1,\n                    \"poseIdx\": 2\n                }\n            ]\n        },\n        \"latency\": null,\n        \"status\": \"done\",\n        \"createdAt\": \"2023-12-17T20:50:02.000Z\",\n        \"updatedAt\": \"2023-12-17T20:50:50.000Z\"\n    },\n    {\n        \"id\": 4,\n        \"userId\": 1,\n        \"courseId\": 1,\n        \"userVideo\": {\n            \"poseVideoList\": [\n                {\n                    \"video\": null,\n                    \"poseId\": 1,\n                    \"poseIdx\": 0\n                },\n                {\n                    \"video\": null,\n                    \"poseId\": 1,\n                    \"poseIdx\": 1\n                },\n                {\n                    \"video\": null,\n                    \"poseId\": 1,\n                    \"poseIdx\": 2\n                }\n            ]\n        },\n        \"score\": {\n            \"totalScore\": null,\n            \"poseScoreList\": [\n                {\n                    \"score\": null,\n                    \"poseId\": 1,\n                    \"poseIdx\": 0\n                },\n                {\n                    \"score\": null,\n                    \"poseId\": 1,\n                    \"poseIdx\": 1\n                },\n                {\n                    \"score\": null,\n                    \"poseId\": 1,\n                    \"poseIdx\": 2\n                }\n            ]\n        },\n        \"latency\": null,\n        \"status\": \"pending\",\n        \"createdAt\": \"2023-12-17T22:51:57.000Z\",\n        \"updatedAt\": \"2023-12-17T22:51:57.000Z\"\n    },\n    {\n        \"id\": 5,\n        \"userId\": 1,\n        \"courseId\": 3,\n        \"userVideo\": {\n            \"poseVideoList\": [\n                {\n                    \"video\": null,\n                    \"poseId\": 6,\n                    \"poseIdx\": 0\n                },\n                {\n                    \"video\": null,\n                    \"poseId\": 6,\n                    \"poseIdx\": 1\n                },\n                {\n                    \"video\": null,\n                    \"poseId\": 7,\n                    \"poseIdx\": 2\n                },\n                {\n                    \"video\": null,\n                    \"poseId\": 7,\n                    \"poseIdx\": 3\n                }\n            ]\n        },\n        \"score\": {\n            \"totalScore\": null,\n            \"poseScoreList\": [\n                {\n                    \"score\": null,\n                    \"poseId\": 6,\n                    \"poseIdx\": 0\n                },\n                {\n                    \"score\": null,\n                    \"poseId\": 6,\n                    \"poseIdx\": 1\n                },\n                {\n                    \"score\": null,\n                    \"poseId\": 7,\n                    \"poseIdx\": 2\n                },\n                {\n                    \"score\": null,\n                    \"poseId\": 7,\n                    \"poseIdx\": 3\n                }\n            ]\n        },\n        \"latency\": null,\n        \"status\": \"pending\",\n        \"createdAt\": \"2023-12-17T22:52:00.000Z\",\n        \"updatedAt\": \"2023-12-17T22:52:00.000Z\"\n    },\n    {\n        \"id\": 6,\n        \"userId\": 1,\n        \"courseId\": 4,\n        \"userVideo\": {\n            \"poseVideoList\": [\n                {\n                    \"video\": null,\n                    \"poseId\": 7,\n                    \"poseIdx\": 0\n                },\n                {\n                    \"video\": null,\n                    \"poseId\": 7,\n                    \"poseIdx\": 1\n                },\n                {\n                    \"video\": null,\n                    \"poseId\": 12,\n                    \"poseIdx\": 2\n                }\n            ]\n        },\n        \"score\": {\n            \"totalScore\": null,\n            \"poseScoreList\": [\n                {\n                    \"score\": null,\n                    \"poseId\": 7,\n                    \"poseIdx\": 0\n                },\n                {\n                    \"score\": null,\n                    \"poseId\": 7,\n                    \"poseIdx\": 1\n                },\n                {\n                    \"score\": null,\n                    \"poseId\": 12,\n                    \"poseIdx\": 2\n                }\n            ]\n        },\n        \"latency\": null,\n        \"status\": \"pending\",\n        \"createdAt\": \"2023-12-17T22:52:02.000Z\",\n        \"updatedAt\": \"2023-12-17T22:52:02.000Z\"\n    },\n    {\n        \"id\": 7,\n        \"userId\": 1,\n        \"courseId\": 4,\n        \"userVideo\": {\n            \"poseVideoList\": [\n                {\n                    \"video\": null,\n                    \"poseId\": 7,\n                    \"poseIdx\": 0\n                },\n                {\n                    \"video\": null,\n                    \"poseId\": 7,\n                    \"poseIdx\": 1\n                },\n                {\n                    \"video\": null,\n                    \"poseId\": 12,\n                    \"poseIdx\": 2\n                }\n            ]\n        },\n        \"score\": {\n            \"totalScore\": null,\n            \"poseScoreList\": [\n                {\n                    \"score\": null,\n                    \"poseId\": 7,\n                    \"poseIdx\": 0\n                },\n                {\n                    \"score\": null,\n                    \"poseId\": 7,\n                    \"poseIdx\": 1\n                },\n                {\n                    \"score\": null,\n                    \"poseId\": 12,\n                    \"poseIdx\": 2\n                }\n            ]\n        },\n        \"latency\": null,\n        \"status\": \"pending\",\n        \"createdAt\": \"2023-12-18T00:38:32.000Z\",\n        \"updatedAt\": \"2023-12-18T00:38:32.000Z\"\n    },\n    {\n        \"id\": 8,\n        \"userId\": 1,\n        \"courseId\": 4,\n        \"userVideo\": {\n            \"poseVideoList\": [\n                {\n                    \"video\": null,\n                    \"poseId\": 7,\n                    \"poseIdx\": 0\n                },\n                {\n                    \"video\": null,\n                    \"poseId\": 7,\n                    \"poseIdx\": 1\n                },\n                {\n                    \"video\": null,\n                    \"poseId\": 12,\n                    \"poseIdx\": 2\n                }\n            ]\n        },\n        \"score\": {\n            \"totalScore\": null,\n            \"poseScoreList\": [\n                {\n                    \"score\": null,\n                    \"poseId\": 7,\n                    \"poseIdx\": 0\n                },\n                {\n                    \"score\": null,\n                    \"poseId\": 7,\n                    \"poseIdx\": 1\n                },\n                {\n                    \"score\": null,\n                    \"poseId\": 12,\n                    \"poseIdx\": 2\n                }\n            ]\n        },\n        \"latency\": null,\n        \"status\": \"pending\",\n        \"createdAt\": \"2023-12-18T00:38:32.000Z\",\n        \"updatedAt\": \"2023-12-18T00:38:32.000Z\"\n    },\n    {\n        \"id\": 9,\n        \"userId\": 1,\n        \"courseId\": 4,\n        \"userVideo\": {\n            \"poseVideoList\": [\n                {\n                    \"video\": null,\n                    \"poseId\": 7,\n                    \"poseIdx\": 0\n                },\n                {\n                    \"video\": null,\n                    \"poseId\": 7,\n                    \"poseIdx\": 1\n                },\n                {\n                    \"video\": null,\n                    \"poseId\": 12,\n                    \"poseIdx\": 2\n                }\n            ]\n        },\n        \"score\": {\n            \"totalScore\": null,\n            \"poseScoreList\": [\n                {\n                    \"score\": null,\n                    \"poseId\": 7,\n                    \"poseIdx\": 0\n                },\n                {\n                    \"score\": null,\n                    \"poseId\": 7,\n                    \"poseIdx\": 1\n                },\n                {\n                    \"score\": null,\n                    \"poseId\": 12,\n                    \"poseIdx\": 2\n                }\n            ]\n        },\n        \"latency\": null,\n        \"status\": \"pending\",\n        \"createdAt\": \"2023-12-18T00:38:33.000Z\",\n        \"updatedAt\": \"2023-12-18T00:38:33.000Z\"\n    },\n    {\n        \"id\": 10,\n        \"userId\": 1,\n        \"courseId\": 4,\n        \"userVideo\": {\n            \"poseVideoList\": [\n                {\n                    \"video\": null,\n                    \"poseId\": 7,\n                    \"poseIdx\": 0\n                },\n                {\n                    \"video\": null,\n                    \"poseId\": 7,\n                    \"poseIdx\": 1\n                },\n                {\n                    \"video\": null,\n                    \"poseId\": 12,\n                    \"poseIdx\": 2\n                }\n            ]\n        },\n        \"score\": {\n            \"totalScore\": null,\n            \"poseScoreList\": [\n                {\n                    \"score\": null,\n                    \"poseId\": 7,\n                    \"poseIdx\": 0\n                },\n                {\n                    \"score\": null,\n                    \"poseId\": 7,\n                    \"poseIdx\": 1\n                },\n                {\n                    \"score\": null,\n                    \"poseId\": 12,\n                    \"poseIdx\": 2\n                }\n            ]\n        },\n        \"latency\": null,\n        \"status\": \"pending\",\n        \"createdAt\": \"2023-12-18T00:38:34.000Z\",\n        \"updatedAt\": \"2023-12-18T00:38:34.000Z\"\n    },\n    {\n        \"id\": 11,\n        \"userId\": 1,\n        \"courseId\": 1,\n        \"userVideo\": {\n            \"poseVideoList\": [\n                {\n                    \"video\": null,\n                    \"poseId\": 1,\n                    \"poseIdx\": 0\n                },\n                {\n                    \"video\": null,\n                    \"poseId\": 1,\n                    \"poseIdx\": 1\n                },\n                {\n                    \"video\": null,\n                    \"poseId\": 1,\n                    \"poseIdx\": 2\n                }\n            ]\n        },\n        \"score\": {\n            \"totalScore\": null,\n            \"poseScoreList\": [\n                {\n                    \"score\": null,\n                    \"poseId\": 1,\n                    \"poseIdx\": 0\n                },\n                {\n                    \"score\": null,\n                    \"poseId\": 1,\n                    \"poseIdx\": 1\n                },\n                {\n                    \"score\": null,\n                    \"poseId\": 1,\n                    \"poseIdx\": 2\n                }\n            ]\n        },\n        \"latency\": null,\n        \"status\": \"pending\",\n        \"createdAt\": \"2023-12-27T07:23:36.000Z\",\n        \"updatedAt\": \"2023-12-27T07:23:36.000Z\"\n    }\n]"}],"_postman_id":"54ff56ad-f7fb-4e8e-8740-2a04652fe26c"},{"name":"deleteByFitsId","id":"8d97e376-0054-49d3-9693-fa8e03f1f37f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": 11\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/fits/deleteByFitsId","urlObject":{"protocol":"http","port":"12647","path":["api","fits","deleteByFitsId"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"50fd0139-af39-494a-aaee-0bf30986b8de","name":"deleteByFitsId","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": 11\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/fits/deleteByFitsId"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"43"},{"key":"ETag","value":"W/\"2b-QqIh3zKEVEFupLUyXQMBhfJBFa0\""},{"key":"Date","value":"Wed, 27 Dec 2023 07:24:16 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Fit was deleted successfully!\"\n}"}],"_postman_id":"8d97e376-0054-49d3-9693-fa8e03f1f37f"},{"name":"setVideoByPoseIdx","id":"d64174e3-716f-4f06-b74b-d2ac31ee8653","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": 1,\r\n    \"poseIdx\": 0,\r\n    \"video\": \"capture0001.mp4\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/fits/setVideoByPoseIdx","urlObject":{"protocol":"http","port":"12647","path":["api","fits","setVideoByPoseIdx"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"038d8651-1e07-483b-90bf-9667d08bfa0d","name":"setVideoByPoseIdx","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": 1,\r\n    \"poseIdx\": 0,\r\n    \"video\": \"capture0001.mp4\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/fits/setVideoByPoseIdx"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"75"},{"key":"ETag","value":"W/\"4b-vZaQcY1/Vm0Zvci/D2G75s1kUwI\""},{"key":"Date","value":"Wed, 27 Dec 2023 07:24:26 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Fit was updated successfully! The number of updated rows is 1\"\n}"}],"_postman_id":"d64174e3-716f-4f06-b74b-d2ac31ee8653"},{"name":"getOneFitScoreById","id":"6d05e6d4-9b16-4e76-9d76-e10b1f9fdef0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/fits/getOneFitScoreById","urlObject":{"protocol":"http","port":"12647","path":["api","fits","getOneFitScoreById"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"272aa1f6-c3f0-42ab-9320-60e4c2a86bd8","name":"getOneFitScoreById","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:12647/api/fits/getOneFitScoreById"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"164"},{"key":"ETag","value":"W/\"a4-0xa1NU935eEKCPJtpNzvYHsTiK8\""},{"key":"Date","value":"Wed, 27 Dec 2023 07:24:39 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"totalScore\": 69.45354260834355,\n    \"poseScoreList\": [\n        {\n            \"score\": null,\n            \"poseId\": 1,\n            \"poseIdx\": 0\n        },\n        {\n            \"score\": null,\n            \"poseId\": 1,\n            \"poseIdx\": 1\n        },\n        {\n            \"score\": null,\n            \"poseId\": 1,\n            \"poseIdx\": 2\n        }\n    ]\n}"}],"_postman_id":"6d05e6d4-9b16-4e76-9d76-e10b1f9fdef0"},{"name":"getScore","id":"7c35d051-e7b1-4b59-834c-2a9f1c765c48","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\":1\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:12647/api/fits/getScore","urlObject":{"port":"12647","path":["api","fits","getScore"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"9a75e814-fe59-41af-871c-e57bfa516e2d","name":"getScore","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\":1\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:12647/api/fits/getScore"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1801"},{"key":"ETag","value":"W/\"709-BQhpIQ5oxC6sacE5I1Jw48KwIKc\""},{"key":"Date","value":"Wed, 27 Dec 2023 07:24:48 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    51.466996125242126,\n    89.58126207869692,\n    75.16496817088547,\n    78.27171759097607,\n    66.20938990755045,\n    89.21650010518955,\n    69.26625203433898,\n    76.07679917171284,\n    61.04239752533268,\n    85.40854459299547,\n    65.15101799288419,\n    81.14029059464433,\n    68.41828261240076,\n    78.11301710555324,\n    65.62755409690504,\n    82.83195506722979,\n    87.48435664905934,\n    59.450693158843386,\n    56.348881632453214,\n    78.32518878581675,\n    52.21349514665385,\n    83.95478908224989,\n    60.363023676308465,\n    89.20167151787857,\n    60.07921681210703,\n    65.72644171797141,\n    57.90422958683007,\n    83.84413508075613,\n    75.00383514985872,\n    66.90801658975708,\n    67.85721179981685,\n    85.51865572448762,\n    83.020545287006,\n    83.02096790288786,\n    78.05610991188134,\n    61.73811517227668,\n    89.96512426690839,\n    82.76151846084893,\n    59.517026292306205,\n    57.407835762443185,\n    73.95951052829545,\n    50.889056689286114,\n    63.10804752659055,\n    68.10597966806355,\n    83.30957392540543,\n    53.70921942316657,\n    73.72522512947438,\n    71.63776416457716,\n    57.10897536624036,\n    77.84619847686764,\n    71.47061389182167,\n    81.68467494822505,\n    70.77671422346145,\n    70.71136852239668,\n    75.68455524891854,\n    83.89148697342917,\n    64.81820647257466,\n    58.83608219654995,\n    53.3953020699667,\n    69.12336988989229,\n    83.81069525567932,\n    70.20069188033025,\n    57.48297435810612,\n    81.93053906713521,\n    70.3281554161757,\n    78.7242870641237,\n    80.5854986319276,\n    55.09576478902217,\n    65.21963838982965,\n    73.22951237322937,\n    62.047146425361774,\n    70.79921418191209,\n    61.63663153525388,\n    52.89784368008885,\n    89.78751015509758,\n    79.92510951452985,\n    57.87027574086997,\n    76.77242827691342,\n    76.23818991514341,\n    73.1023961190401,\n    85.59394761886006,\n    61.65461172358698,\n    52.33477427936411,\n    62.22013492740959,\n    70.00299335929999,\n    70.20874171342945,\n    60.45993454080674,\n    52.49723815101511,\n    74.47427663315187,\n    51.89365206803601,\n    60.681876333060075,\n    85.3040297644918,\n    78.94741112221315,\n    77.56264643451709,\n    59.90838151979552,\n    70.81352729786036,\n    62.02776891463617,\n    50.03507036655509,\n    89.44082589185243,\n    67.8037479080001\n]"}],"_postman_id":"7c35d051-e7b1-4b59-834c-2a9f1c765c48"},{"name":"getLongTimeData","id":"ddaa1f1f-d1fa-4a95-a61a-0426a1947370","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\":1\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:12647/api/fits/getLongTimeData","urlObject":{"port":"12647","path":["api","fits","getLongTimeData"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"aa56ca66-4026-48d4-a2ab-5bbdc63bb070","name":"getLongTimeData","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\":1\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:12647/api/fits/getLongTimeData"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"52"},{"key":"ETag","value":"W/\"34-C5rby6vRAC/YOCKacsHe0NZ8vxg\""},{"key":"Date","value":"Wed, 27 Dec 2023 07:24:56 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"totalDuration\": 68,\n    \"totalCalorie\": 692,\n    \"totalDay\": 1\n}"}],"_postman_id":"ddaa1f1f-d1fa-4a95-a61a-0426a1947370"}],"id":"714ca3ac-8b14-40e8-abac-d613184146e6","description":"<p>训练接口</p>\n","_postman_id":"714ca3ac-8b14-40e8-abac-d613184146e6"},{"name":"files","item":[{"name":"upload","id":"83f5e01d-9056-40b2-98d2-daa34e37935a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","description":"<p>字段为file，选择文件</p>\n","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/C:/Users/10422/Desktop/bodybuddy.jpg"],"src":"postman-cloud:///1eea4892-bd9e-4880-8e19-2ea2ab15d596"}]},"url":"http://localhost:12647/api/files/upload","description":"<p>返回存储后端的文件名，用于下载</p>\n","urlObject":{"protocol":"http","port":"12647","path":["api","files","upload"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"e3efafb3-55e4-498b-925e-b1277a0458ff","name":"upload","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","description":"字段为file，选择文件","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/C:/Users/10422/Desktop/bodybuddy.jpg"],"src":"postman-cloud:///1eea4892-bd9e-4880-8e19-2ea2ab15d596"}]},"url":"http://localhost:12647/api/files/upload"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"40"},{"key":"ETag","value":"W/\"28-rvPAiGwGfCxJiaDfGSorIsxsgSI\""},{"key":"Date","value":"Wed, 27 Dec 2023 07:25:22 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"1703661922173bodybuddy.jpg\"\n}"}],"_postman_id":"83f5e01d-9056-40b2-98d2-daa34e37935a"},{"name":"download","id":"c3a6dda5-5885-4302-b510-16e8ef2b838c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:12647/api/files/download?name=1703661922173bodybuddy.jpg","description":"<p>参数传入已上传的文件名</p>\n","urlObject":{"protocol":"http","port":"12647","path":["api","files","download"],"host":["localhost"],"query":[{"key":"name","value":"1703661922173bodybuddy.jpg"}],"variable":[]}},"response":[],"_postman_id":"c3a6dda5-5885-4302-b510-16e8ef2b838c"}],"id":"4d28fda4-c31b-45de-8069-01287c0f6f86","description":"<p>文件接口</p>\n","_postman_id":"4d28fda4-c31b-45de-8069-01287c0f6f86"}]}