{"info":{"_postman_id":"4782d7cf-92c2-4713-8ccd-b69b35edfb0f","name":"prakt2026api","description":"<html><head></head><body><p>Колекція <strong>prakt2026api</strong> містить набір REST API запитів для управління користувачами. Сервер працює локально на <code>http://localhost:3333</code>.</p>\n<h2 id=\"доступні-ендпоінти\">Доступні ендпоінти</h2>\n<ul>\n<li><p><strong>getUsers</strong> — отримати список усіх користувачів (GET)</p>\n</li>\n<li><p><strong>getUser</strong> — отримати інформацію про конкретного користувача (GET)</p>\n</li>\n<li><p><strong>createUser</strong> — створити нового користувача (POST <code>/users</code>)</p>\n</li>\n<li><p><strong>deleteUser</strong> — видалити користувача (DELETE <code>/users</code>)</p>\n</li>\n<li><p><strong>patchUser</strong> — частково оновити дані користувача (PATCH <code>/users/1</code>)</p>\n</li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"54716588","collectionId":"4782d7cf-92c2-4713-8ccd-b69b35edfb0f","publishedId":"2sBXqNnKDa","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-05-11T15:26:36.000Z"},"item":[{"name":"users","item":[{"name":"getUser","id":"3859cc06-b30f-4ea4-8449-1ce861b339b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"description":"<p>Для отримання конкретного <code>User</code> потрібно додати <code>Param</code> з значенням <code>userId</code></p>\n","urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"7ce50360-d652-48a4-bfcd-434fc76eec07","name":"200 getUser","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3333/users/1"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"25"},{"key":"ETag","value":"W/\"19-d/4SDqPgJiyDQeLMLdCr8Z1fOmU\""},{"key":"Date","value":"Mon, 11 May 2026 15:02:41 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"1\",\n    \"name\": \"user1\"\n}"},{"id":"0d8b38c6-cf80-448e-8d50-5bf6a516d7af","name":"404 getUser","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3333/users/10"},"status":"Not Found","code":404,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"68"},{"key":"ETag","value":"W/\"44-pbRnOjk9E4BmyDqZ2ZTbs4cs57E\""},{"key":"Date","value":"Mon, 11 May 2026 15:03:01 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"User is not found\",\n    \"error\": \"Not Found\",\n    \"statusCode\": 404\n}"}],"_postman_id":"3859cc06-b30f-4ea4-8449-1ce861b339b9"},{"name":"getUsers","id":"e3c2b17a-d1e1-40b0-a7f8-b8076084bcb9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"description":"<p>Для отримання всіх записів <code>Users</code> не потрібно додавати ніяких <code>Params</code></p>\n","urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"d76c8675-5779-47fa-9039-b2bf03531715","name":"200 getUsers","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3333/users"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"157"},{"key":"ETag","value":"W/\"9d-umaGKcgPemwiA3erbfbhamwbOww\""},{"key":"Date","value":"Mon, 11 May 2026 15:02:29 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"0\",\n        \"name\": \"user0\"\n    },\n    {\n        \"id\": \"1\",\n        \"name\": \"user1\"\n    },\n    {\n        \"id\": \"2\",\n        \"name\": \"user2\"\n    },\n    {\n        \"id\": \"3\",\n        \"name\": \"user3\"\n    },\n    {\n        \"id\": \"4\",\n        \"name\": \"user4\"\n    },\n    {\n        \"id\": \"5\",\n        \"name\": \"user5\"\n    }\n]"}],"_postman_id":"e3c2b17a-d1e1-40b0-a7f8-b8076084bcb9"},{"name":"createUser","id":"d25dff84-fcbc-429f-86b5-b152604066c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Genius\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3333/users","description":"<p><code>Body</code> є обов'язковим і має бути в форматі <code>JSON</code> та містити в собі <code>name</code></p>\n","urlObject":{"protocol":"http","port":"3333","path":["users"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"ea3c60db-d410-444e-b78e-19425b503800","name":"400 createUser","originalRequest":{"method":"POST","header":[],"url":"http://localhost:3333/users"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"103"},{"key":"ETag","value":"W/\"67-eo4yE/a4niQqlFY9joj2k6mLYd0\""},{"key":"Date","value":"Mon, 11 May 2026 15:03:37 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": [\n        \"name must be a string\",\n        \"name should not be empty\"\n    ],\n    \"error\": \"Bad Request\",\n    \"statusCode\": 400\n}"},{"id":"d839a0c4-fe99-410f-b8d2-05cf05102360","name":"400 createUser","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": 123\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3333/users"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"76"},{"key":"ETag","value":"W/\"4c-OAcXBBy5WnEwGJ/iPFrjt6tWieY\""},{"key":"Date","value":"Mon, 11 May 2026 15:04:37 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": [\n        \"name must be a string\"\n    ],\n    \"error\": \"Bad Request\",\n    \"statusCode\": 400\n}"},{"id":"839656ba-16ea-46e5-a45d-1e4325e91008","name":"201 createUser","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Genius\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3333/users"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"27"},{"key":"ETag","value":"W/\"1b-ZOlFKEzr4grgaSfpYuS8a8sW74w\""},{"key":"Date","value":"Mon, 11 May 2026 15:04:55 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"10\",\n    \"name\": \"Genius\"\n}"}],"_postman_id":"d25dff84-fcbc-429f-86b5-b152604066c0"},{"name":"deleteUser","id":"8fddd128-32c3-4df6-9b44-6765026852ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:3333/users/1","description":"<p><code>Param</code> з значенням <code>userId</code> є обов'язковим.</p>\n","urlObject":{"protocol":"http","port":"3333","path":["users","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"afdefeba-58d6-47e2-8faa-e30a338e5265","name":"404 deleteUser","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:3333/users/10"},"status":"Not Found","code":404,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"68"},{"key":"ETag","value":"W/\"44-pbRnOjk9E4BmyDqZ2ZTbs4cs57E\""},{"key":"Date","value":"Mon, 11 May 2026 15:05:38 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"User is not found\",\n    \"error\": \"Not Found\",\n    \"statusCode\": 404\n}"},{"id":"60494c77-e4ef-4a23-b1f1-108689e5f4d7","name":"200 deleteUser","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:3333/users/1"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"25"},{"key":"ETag","value":"W/\"19-d/4SDqPgJiyDQeLMLdCr8Z1fOmU\""},{"key":"Date","value":"Mon, 11 May 2026 15:05:51 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"1\",\n    \"name\": \"user1\"\n}"}],"_postman_id":"8fddd128-32c3-4df6-9b44-6765026852ed"},{"name":"patchUser","id":"8b25d9a2-991a-421b-bc5a-f502abd2cd7f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"new name\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3333/users/1","description":"<p><code>Param</code> з значенням <code>userId</code> є обов'язковим.</p>\n<p><code>Body</code> є обов'язковим і має бути в форматі <code>JSON</code>. Вміст є опційним, можливі ключі - <code>name</code></p>\n","urlObject":{"protocol":"http","port":"3333","path":["users","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"19fd82a1-9d40-4f23-951f-8e5800a8cc3d","name":"400 patchUser","originalRequest":{"method":"PATCH","header":[],"url":"http://localhost:3333/users/1"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"103"},{"key":"ETag","value":"W/\"67-eo4yE/a4niQqlFY9joj2k6mLYd0\""},{"key":"Date","value":"Mon, 11 May 2026 15:06:14 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": [\n        \"name must be a string\",\n        \"name should not be empty\"\n    ],\n    \"error\": \"Bad Request\",\n    \"statusCode\": 400\n}"},{"id":"eab527db-e5fd-483a-b155-0307444fd8e8","name":"400 patchUser","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": 1\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3333/users/1"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"76"},{"key":"ETag","value":"W/\"4c-OAcXBBy5WnEwGJ/iPFrjt6tWieY\""},{"key":"Date","value":"Mon, 11 May 2026 15:06:38 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": [\n        \"name must be a string\"\n    ],\n    \"error\": \"Bad Request\",\n    \"statusCode\": 400\n}"},{"id":"e85d3cde-85d8-464f-a07e-7d26836d0ba7","name":"200 patchUser","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"new name\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3333/users/1"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"28"},{"key":"ETag","value":"W/\"1c-V19hin6hyrksCtw0++bxdW6PaJI\""},{"key":"Date","value":"Mon, 11 May 2026 15:06:56 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"1\",\n    \"name\": \"new name\"\n}"}],"_postman_id":"8b25d9a2-991a-421b-bc5a-f502abd2cd7f"}],"id":"5c43f74b-f12b-49b9-afa0-468d67a54197","_postman_id":"5c43f74b-f12b-49b9-afa0-468d67a54197","description":""},{"name":"auth","item":[{"name":"register","id":"9b5cbb6b-8b67-441e-80f7-ec1005f39dfa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Genius\",\n    \"password\": \"123123\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3333/auth/register","urlObject":{"protocol":"http","port":"3333","path":["auth","register"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"3af0c26a-114a-430e-91ab-36d8b947a4e8","name":"201 register","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Genius\",\n    \"password\": \"123123\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3333/auth/register"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"118"},{"key":"ETag","value":"W/\"76-NACVgPb2Kcz290jnKm5qVoZa1nA\""},{"key":"Date","value":"Mon, 11 May 2026 17:16:10 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"6\",\n    \"name\": \"Genius\",\n    \"passwordHash\": \"$2b$10$qsPIBOt1vgE/Ahaz1Po8XeiiblvFLxacoOCKg0ROC2j57eilaUEo.\",\n    \"role\": \"USER\"\n}"},{"id":"ddea64d8-a14a-4a55-b3b4-f6875dcb9a9b","name":"400 register","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Genius\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3333/auth/register"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"111"},{"key":"ETag","value":"W/\"6f-k91IoqflRMVSBx//PkOjKs1yWg8\""},{"key":"Date","value":"Mon, 11 May 2026 17:43:14 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": [\n        \"password must be a string\",\n        \"password should not be empty\"\n    ],\n    \"error\": \"Bad Request\",\n    \"statusCode\": 400\n}"}],"_postman_id":"9b5cbb6b-8b67-441e-80f7-ec1005f39dfa"},{"name":"login","id":"a056be09-0758-4179-b12d-ff700d2d8fe4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Genius\",\n    \"password\": \"123123\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3333/auth/login","urlObject":{"protocol":"http","port":"3333","path":["auth","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"5479e46f-4bf9-4fe6-9535-cad8273ac25c","name":"201 login","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Genius\",\n    \"password\": \"123123\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3333/auth/login"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"166"},{"key":"ETag","value":"W/\"a6-Akz7TiEHaDgGUaoVFzWpDRYGTFQ\""},{"key":"Date","value":"Mon, 11 May 2026 17:43:42 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJyb2xlIjoiVVNFUiIsImlhdCI6MTc3ODUyMTQyMiwiZXhwIjoxNzc4NTI1MDIyfQ.ICNxmWAaCJxQVSICEuewmfbEvKfAIOxi2B2F-2dZLc0\"\n}"},{"id":"df3ecc9c-7ce9-4ad8-b43a-a8b82d548ca8","name":"404 login","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Genius\",\n    \"password\": \"123123\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3333/auth/login"},"status":"Not Found","code":404,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"68"},{"key":"ETag","value":"W/\"44-pbRnOjk9E4BmyDqZ2ZTbs4cs57E\""},{"key":"Date","value":"Mon, 11 May 2026 17:39:52 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"User is not found\",\n    \"error\": \"Not Found\",\n    \"statusCode\": 404\n}"},{"id":"96cd5fe4-e107-4496-9ad3-baf67a142617","name":"401 login","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Genius\",\n    \"password\": \"13123\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3333/auth/login"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"73"},{"key":"ETag","value":"W/\"49-Fx+yDPXfDSYD3nxIxyU6P47CVX0\""},{"key":"Date","value":"Mon, 11 May 2026 17:43:59 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid credentials\",\n    \"error\": \"Unauthorized\",\n    \"statusCode\": 401\n}"}],"_postman_id":"a056be09-0758-4179-b12d-ff700d2d8fe4"}],"id":"d2663bbb-9b03-4dbd-bf46-9eaa825a6914","_postman_id":"d2663bbb-9b03-4dbd-bf46-9eaa825a6914","description":""}]}