{"info":{"_postman_id":"6b12eb0a-dca1-4799-a352-3b29afe20d8b","name":"Api register user","description":"<html><head></head><body><p>Api de registro de usuários</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"20065093","collectionId":"6b12eb0a-dca1-4799-a352-3b29afe20d8b","publishedId":"UzXKVyUz","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-07-22T19:55:25.000Z"},"item":[{"name":"Create user","id":"a6ea1787-8df8-44c0-b78d-e5c15ed3dafa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Airton Silva\",\n    \"email\": \"airton@gmail.com\",\n    \"password\": \"123456\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/users","description":"<p>Status 201:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"email\": \"airton@gmail.com\",\n    \"name\": \"Airton Silva\",\n    \"password\": \"123456\",\n    \"id\": \"f2940f03-2f88-44bb-9e2a-c66774baef8e\",\n    \"createdAt\": \"2022-07-22T19:39:11.180Z\",\n    \"updatedAt\": \"2022-07-22T19:39:11.180Z\"\n}\n\n</code></pre>\n","urlObject":{"protocol":"http","port":"3000","path":["users"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"a6ea1787-8df8-44c0-b78d-e5c15ed3dafa"},{"name":"Find all user","id":"a810fe1c-3f5a-4dea-9da1-6ecda96ce841","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/users","description":"<p>Status 200:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n    {\n        \"id\": \"28189c03-9d8c-47f2-aa2e-325fd604b810\",\n        \"email\": \"idz@gmail.com\",\n        \"name\": \"Breno Danyel\",\n        \"password\": \"123456\",\n        \"createdAt\": \"2022-07-21T18:29:58.962Z\",\n        \"updatedAt\": \"2022-07-21T18:29:58.962Z\"\n    },\n    {\n        \"id\": \"f53b9f8f-c608-42da-aaba-1076cd77a6a8\",\n        \"email\": \"hugo@gmail.com\",\n        \"name\": \"hugo daniel\",\n        \"password\": \"123123\",\n        \"createdAt\": \"2022-07-22T00:29:29.865Z\",\n        \"updatedAt\": \"2022-07-22T00:29:29.865Z\"\n    },\n    {\n        \"id\": \"f2940f03-2f88-44bb-9e2a-c66774baef8e\",\n        \"email\": \"airton@gmail.com\",\n        \"name\": \"Airton Silva\",\n        \"password\": \"123456\",\n        \"createdAt\": \"2022-07-22T19:39:11.180Z\",\n        \"updatedAt\": \"2022-07-22T19:39:11.180Z\"\n    }\n]\n\n</code></pre>\n","urlObject":{"protocol":"http","port":"3000","path":["users"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"a810fe1c-3f5a-4dea-9da1-6ecda96ce841"},{"name":"Find user by id","id":"47949f62-39b1-4492-9f6a-c51dd0243ba9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/users/28189c03-9d8c-47f2-aa2e-325fd604b810","description":"<p>Status 200:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"id\": \"28189c03-9d8c-47f2-aa2e-325fd604b810\",\n    \"email\": \"idz@gmail.com\",\n    \"name\": \"Breno Danyel\",\n    \"password\": \"123456\",\n    \"createdAt\": \"2022-07-21T18:29:58.962Z\",\n    \"updatedAt\": \"2022-07-21T18:29:58.962Z\"\n}\n\n</code></pre>\n","urlObject":{"protocol":"http","port":"3000","path":["users","28189c03-9d8c-47f2-aa2e-325fd604b810"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"47949f62-39b1-4492-9f6a-c51dd0243ba9"},{"name":"Update user","id":"ed1a82fc-4fa3-45ce-b399-8baa317dc923","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Ester Rodrigues\",\n    \"email\": \"ester@gmail.com\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/users/f2940f03-2f88-44bb-9e2a-c66774baef8e","description":"<p>Status 200:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"id\": \"f2940f03-2f88-44bb-9e2a-c66774baef8e\",\n    \"email\": \"ester@gmail.com\",\n    \"name\": \"Ester Rodrigues\",\n    \"password\": \"123456\",\n    \"createdAt\": \"2022-07-22T19:39:11.180Z\",\n    \"updatedAt\": \"2022-07-22T19:40:04.216Z\"\n}\n\n</code></pre>\n","urlObject":{"protocol":"http","port":"3000","path":["users","f2940f03-2f88-44bb-9e2a-c66774baef8e"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"ed1a82fc-4fa3-45ce-b399-8baa317dc923"},{"name":"Delete user","id":"1807aa83-aed9-435a-a10e-34236f1951e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:3000/users/3fd10c8d-8b18-4725-98b4-75be7ce0fbec","description":"<p>Status 200</p>\n","urlObject":{"protocol":"http","port":"3000","path":["users","3fd10c8d-8b18-4725-98b4-75be7ce0fbec"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"1807aa83-aed9-435a-a10e-34236f1951e8"}]}