{"info":{"_postman_id":"0810dbb9-3a90-4e23-a89d-614102879ef7","name":"Briefly","description":"<html><head></head><body><p><strong>The server allows you to create short URLs that redirect to long URLs, offering additional functionality such as unique click counting and link management.</strong></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"29175154","collectionId":"0810dbb9-3a90-4e23-a89d-614102879ef7","publishedId":"2sA3e1BqN4","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-07-07T20:37:03.000Z"},"item":[{"name":"User","item":[{"name":"Create user","id":"b411eebf-cf40-4eeb-97af-fbce7530f401","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"username\": \"João Mário\",\n    \"email\": \"sanisamoj@gmail.com\",\n    \"phone\": \"5511988502686\",\n    \"password\": \"123456j@J\"\n}","options":{"raw":{"language":"json"}}},"url":"http://217.196.60.110:9098/user","urlObject":{"path":["user"],"host":["http://217.196.60.110:9098"],"query":[],"variable":[]}},"response":[{"id":"5a6c9931-b3b3-413d-88a5-2d672842f44e","name":"200","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"username\": \"João Mário\",\n    \"email\": \"marioartec39@gmail.com\",\n    \"phone\": \"11998342464\",\n    \"password\": \"123456j@J\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:9098/user"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"176"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"66894c5695a5d1409e316b5a\",\n    \"username\": \"João Mário\",\n    \"email\": \"marioartec39@gmail.com\",\n    \"phone\": \"5511988502686\",\n    \"shortLinksId\": [],\n    \"createdAt\": \"2024-07-06T10:53:26.413994077\"\n}"}],"_postman_id":"b411eebf-cf40-4eeb-97af-fbce7530f401"},{"name":"Generate validaion token email","id":"7181cf08-c2c7-49ba-838a-26b0af16dd4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://217.196.60.110:9098/authentication/generate?identifier=marioartec39@gmail.com","urlObject":{"path":["authentication","generate"],"host":["http://217.196.60.110:9098"],"query":[{"key":"identifier","value":"marioartec39@gmail.com"}],"variable":[]}},"response":[{"id":"2405be3f-64ef-4f08-94df-f186775258f9","name":"200","originalRequest":{"method":"POST","header":[],"url":{"raw":"http://localhost:9098/authentication/generate?identifier=marioartec39@gmail.com","protocol":"http","host":["localhost"],"port":"9098","path":["authentication","generate"],"query":[{"key":"identifier","value":"marioartec39@gmail.com"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"X-RateLimit-Limit","value":"3"},{"key":"X-RateLimit-Remaining","value":"2"},{"key":"X-RateLimit-Reset","value":"1720536173"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null},{"id":"3778e9a4-22d0-4770-9a2b-95c8e384ca73","name":"404","originalRequest":{"method":"POST","header":[],"url":{"raw":"http://localhost:9098/authentication/generate?identifier=marioartec39@gmail.coms","protocol":"http","host":["localhost"],"port":"9098","path":["authentication","generate"],"query":[{"key":"identifier","value":"marioartec39@gmail.coms"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"X-RateLimit-Limit","value":"3"},{"key":"X-RateLimit-Remaining","value":"2"},{"key":"X-RateLimit-Reset","value":"1722643673"},{"key":"Content-Length","value":"34"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"User Not Found!\"\n}"},{"id":"a4db0317-dd1d-4132-8924-db6b78a765f5","name":"403 - When account already activated","originalRequest":{"method":"POST","header":[],"url":{"raw":"http://localhost:9098/authentication/generate?identifier=marioartec39@gmail.com","protocol":"http","host":["localhost"],"port":"9098","path":["authentication","generate"],"query":[{"key":"identifier","value":"marioartec39@gmail.com"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"X-RateLimit-Limit","value":"3"},{"key":"X-RateLimit-Remaining","value":"1"},{"key":"X-RateLimit-Reset","value":"1722711251"},{"key":"Content-Length","value":"38"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Unable to complete!\"\n}"},{"id":"1a85b517-22b9-437c-af5d-2ddd5b1dffc2","name":"429 - Wait 24 hours","originalRequest":{"method":"POST","header":[],"url":{"raw":"http://localhost:9098/authentication/generate?identifier=marioartec39@gmail.com","protocol":"http","host":["localhost"],"port":"9098","path":["authentication","generate"],"query":[{"key":"identifier","value":"marioartec39@gmail.com"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Retry-After","value":"86397"},{"key":"Content-Length","value":"79"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Too many requests!\",\n    \"details\": \"Wait for 86397 seconds.\"\n}"}],"_postman_id":"7181cf08-c2c7-49ba-838a-26b0af16dd4b"},{"name":"Login","id":"c1a13649-50e6-4d1c-a2b9-1c938d2bee7d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"marioartec39@gmail.com\",\r\n    \"password\": \"123456j@J\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:9098/authentication/login","urlObject":{"protocol":"http","port":"9098","path":["authentication","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"f4ace5be-bb81-4e1d-bf31-1851348452b3","name":"200","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"marioartec39@gmail.com\",\r\n    \"password\": \"123456j@J\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:9098/authentication/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"X-RateLimit-Limit","value":"5"},{"key":"X-RateLimit-Remaining","value":"3"},{"key":"X-RateLimit-Reset","value":"1724417434"},{"key":"Content-Length","value":"875"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"account\": {\n        \"id\": \"66c803c79616d55ed2b663ef\",\n        \"username\": \"João Mário\",\n        \"profileImageUrl\": \"\",\n        \"email\": \"marioartec39@gmail.com\",\n        \"phone\": \"11998342464\",\n        \"createdAt\": \"2024-08-23T00:36:39.500392600\"\n    },\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjY2YzgwM2M3OTYxNmQ1NWVkMmI2NjNlZiIsImVtYWlsIjoibWFyaW9hcnRlYzM5QGdtYWlsLmNvbSIsInNlc3Npb24iOiI2NmM4NzdhYTZlYmI5NDQ5MjI5ZWViMDkiLCJhdWQiOiJCcmllZmx5LVNlcnZlciIsImlzcyI6IkJyaWVmbHktU2VydmVyLURvbWFpbiIsImV4cCI6MTcyNTcwOTg2Nn0.hgl7gqx6FomNuZK3yiexFHfToRY_XoKDyvQoLVxdsYo\"\n}"},{"id":"0b0be94a-eef8-441e-80e3-87f0e6c5afe4","name":"401","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"marioartec39gmail.com\",\r\n    \"password\": \"123456j@J\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:9098/authentication/login"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"X-RateLimit-Limit","value":"5"},{"key":"X-RateLimit-Remaining","value":"4"},{"key":"X-RateLimit-Reset","value":"1722709106"},{"key":"Content-Length","value":"42"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid email/password!\"\n}"},{"id":"b86f5489-0da2-48e5-9783-492e6c089ced","name":"403 - Inactive Account","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"marioartec39@gmail.com\",\r\n    \"password\": \"123456j@J\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:9098/authentication/login"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"X-RateLimit-Limit","value":"5"},{"key":"X-RateLimit-Remaining","value":"4"},{"key":"X-RateLimit-Reset","value":"1722708892"},{"key":"Content-Length","value":"71"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Inactive Account!\",\n    \"details\": \"Activate Account\"\n}"},{"id":"3369db84-5bec-4a5b-9cc6-fc71f0f83848","name":"403 - Blocked Account","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"marioartec39@gmail.com\",\r\n    \"password\": \"123456j@J\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:9098/authentication/login"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"X-RateLimit-Limit","value":"5"},{"key":"X-RateLimit-Remaining","value":"4"},{"key":"X-RateLimit-Reset","value":"1722709028"},{"key":"Content-Length","value":"69"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Blocked Account!\",\n    \"details\": \"Contact support\"\n}"},{"id":"93d5f865-16b3-4395-933b-b33b6cb6a67a","name":"403 - Suspended Account","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"marioartec39@gmail.com\",\r\n    \"password\": \"123456j@J\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:9098/authentication/login"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"X-RateLimit-Limit","value":"5"},{"key":"X-RateLimit-Remaining","value":"4"},{"key":"X-RateLimit-Reset","value":"1725570564"},{"key":"Content-Length","value":"71"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Suspended Account!\",\n    \"details\": \"Contact support\"\n}"}],"_postman_id":"c1a13649-50e6-4d1c-a2b9-1c938d2bee7d"},{"name":"Session","id":"68098190-7064-45f6-97b6-dd13ab344665","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"url":"http://localhost:9098/authentication/session","urlObject":{"protocol":"http","port":"9098","path":["authentication","session"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"e6a7110e-9d9f-46bb-aa88-59d71971bd11","name":"200","originalRequest":{"method":"POST","header":[],"url":"http://localhost:9098/authentication/session"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"X-RateLimit-Limit","value":"3"},{"key":"X-RateLimit-Remaining","value":"2"},{"key":"X-RateLimit-Reset","value":"1725074385"},{"key":"Content-Length","value":"764"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"66d27ffee50b4647b93af2f1\",\n    \"username\": \"João Mário\",\n    \"profileImageUrl\": \"http://localhost:9098/media/0ln01-_11a2ab0e-0c47-49b1-b8d4-1f072d05ac46.jpg\",\n    \"email\": \"marioartec39@gmail.com\",\n    \"phone\": \"11998342464\",\n    \"linkEntryList\": [\n        {\n            \"active\": true,\n            \"shortLink\": \"http://localhost:9098/jiupm\",\n            \"originalLink\": \"https://github.com/sanisamoj\",\n            \"expiresAt\": \"2030-04-08T18:37:02.045716800\"\n        },\n        {\n            \"active\": true,\n            \"shortLink\": \"http://localhost:9098/ezzwz\",\n            \"originalLink\": \"https://github.com/sanisamoj\",\n            \"expiresAt\": \"2030-04-08T18:37:02.045716800\"\n        }\n    ],\n    \"createdAt\": \"2024-08-30T23:29:18.385711800\"\n}"},{"id":"ae730dc9-2c28-4457-b3e9-907b46af1a8c","name":"401","originalRequest":{"method":"POST","header":[],"url":"http://localhost:9098/authentication/session"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"Vary","value":"Origin"},{"key":"WWW-Authenticate","value":"Bearer realm=\"Ktor Server\""},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null},{"id":"28620c0b-64a6-4c0e-807a-9fdaca7e1002","name":"403 - Inactive Account","originalRequest":{"method":"POST","header":[],"url":"http://localhost:9098/authentication/session"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"X-RateLimit-Limit","value":"3"},{"key":"X-RateLimit-Remaining","value":"2"},{"key":"X-RateLimit-Reset","value":"1722694533"},{"key":"Content-Length","value":"71"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Inactive Account!\",\n    \"details\": \"Activate Account\"\n}"},{"id":"645504a6-abf7-427d-a2b1-af35d0afd9ec","name":"403 - Blocked Account","originalRequest":{"method":"POST","header":[],"url":"http://localhost:9098/authentication/session"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"X-RateLimit-Limit","value":"3"},{"key":"X-RateLimit-Remaining","value":"2"},{"key":"X-RateLimit-Reset","value":"1722705695"},{"key":"Content-Length","value":"69"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Blocked Account!\",\n    \"details\": \"Contact support\"\n}"}],"_postman_id":"68098190-7064-45f6-97b6-dd13ab344665"},{"name":"Sign out","id":"46f28ad3-0677-4c65-9a56-eceab59e4abf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:9098/authentication/session","urlObject":{"protocol":"http","port":"9098","path":["authentication","session"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"965a4dc9-9504-49f6-a769-7ed1ec09e38e","name":"Sign out","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:9098/authentication/session"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"46f28ad3-0677-4c65-9a56-eceab59e4abf"},{"name":"Update Profile","id":"ae16d500-2395-4aba-a29b-d723b21e35d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"media","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":["/D:/backup/img/_10b9060f-c807-471d-8d99-9c3dc0046f21.jpg","/C:/Users/João Mário/Pictures/040744a25340c6dd917177307c60dff5.jpg"],"src":"/C:/Users/João Mário/Pictures/040744a25340c6dd917177307c60dff5.jpg"}]},"url":"http://localhost:9098/media","urlObject":{"protocol":"http","port":"9098","path":["media"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"4ab58f72-00af-4f4c-9b92-20343ffb30c3","name":"200","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"media","type":"file","src":"/C:/Users/Mario/OneDrive/Imagens/OIG2.BXXxgdepnU.YCHIRM.jpg"}]},"url":"http://localhost:9098/media"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Content-Length","value":"134"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"filename\": \"6yc6@-OIG2.BXXxgdepnU.YCHIRM.jpg\",\n    \"fileLink\": \"http://localhost:9098/media/6yc6@-OIG2.BXXxgdepnU.YCHIRM.jpg\"\n}"},{"id":"3cf0791e-6eb3-43f2-aafe-ea63b22f5b2c","name":"401","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"media","type":"file","src":"/C:/Users/Mario/OneDrive/Imagens/OIG2.BXXxgdepnU.YCHIRM.jpg"}]},"url":"http://localhost:9098/media"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"Vary","value":"Origin"},{"key":"WWW-Authenticate","value":"Bearer realm=\"Ktor Server\""},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"ae16d500-2395-4aba-a29b-d723b21e35d0"},{"name":"Delete profile image","id":"51f518f9-3590-4b73-8808-c1e7ff405aff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[{"key":"media","type":"file","src":"/C:/Users/Mario/OneDrive/Imagens/OIG2.BXXxgdepnU.YCHIRM.jpg"}]},"url":"http://localhost:9098/media","urlObject":{"protocol":"http","port":"9098","path":["media"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"0a0d23d3-53e4-49f7-bd88-810a65359ec1","name":"401","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[{"key":"media","type":"file","src":"/C:/Users/Mario/OneDrive/Imagens/OIG2.BXXxgdepnU.YCHIRM.jpg"}]},"url":"http://localhost:9098/media"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"Vary","value":"Origin"},{"key":"WWW-Authenticate","value":"Bearer realm=\"Ktor Server\""},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"51f518f9-3590-4b73-8808-c1e7ff405aff"},{"name":"Update data from the user","id":"5a6a8b86-cfba-4b32-9b53-1fd447d0270b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"phone\": \"5511988502686\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:9098/user/profile","urlObject":{"protocol":"http","port":"9098","path":["user","profile"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"ce4648c7-81d8-4e61-9935-24f4b58b5eb1","name":"200 - Update name","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"João Mário\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:9098/user/profile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"X-RateLimit-Limit","value":"3"},{"key":"X-RateLimit-Remaining","value":"2"},{"key":"X-RateLimit-Reset","value":"1725331134"},{"key":"Content-Length","value":"243"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"66d511b3efcf9a656e54285f\",\n    \"username\": \"João Mário\",\n    \"profileImageUrl\": \"\",\n    \"email\": \"marioartec39@gmail.com\",\n    \"phone\": \"11998342464\",\n    \"linkEntryList\": [],\n    \"createdAt\": \"2024-09-01T22:15:31.140041\"\n}"},{"id":"cb8eeae9-58c0-43f6-be7f-c7842a0d135c","name":"200 - Update phone","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"phone\": \"5511988502686\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:9098/user/profile"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Vary","value":"Origin"},{"key":"X-RateLimit-Limit","value":"3"},{"key":"X-RateLimit-Remaining","value":"2"},{"key":"X-RateLimit-Reset","value":"1726401382"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"5a6a8b86-cfba-4b32-9b53-1fd447d0270b"},{"name":"Confirm Validation code to update phone","id":"786a7d66-8534-4306-974e-81b2a625701f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"phone\": \"5511988502686\",\r\n    \"validationCode\": 428028\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:9098/user/phone","urlObject":{"protocol":"http","port":"9098","path":["user","phone"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"fdf82533-e33f-4643-b348-bbdf716f4783","name":"200","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"phone\": \"5511988502686\",\r\n    \"validationCode\": 814127\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:9098/user/phone"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Vary","value":"Origin"},{"key":"X-RateLimit-Limit","value":"3"},{"key":"X-RateLimit-Remaining","value":"1"},{"key":"X-RateLimit-Reset","value":"1725332095"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null},{"id":"5de36be2-5d75-4108-82e1-a92405b78862","name":"403 - Invalid Code","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"phone\": \"5511988502686\",\r\n    \"validationCode\": 814129\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:9098/user/phone"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"X-RateLimit-Limit","value":"3"},{"key":"X-RateLimit-Remaining","value":"0"},{"key":"X-RateLimit-Reset","value":"1725332095"},{"key":"Content-Length","value":"43"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid Validation Code!\"\n}"}],"_postman_id":"786a7d66-8534-4306-974e-81b2a625701f"},{"name":"Account Removal","id":"e169c4ff-c6b3-4800-88ac-f131a46c4d34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"reportType\": \"Removal\",\r\n    \"reporting\": \"Sugiro que criem uma parte apenas para usuários pagantes...\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:9098/user","urlObject":{"protocol":"http","port":"9098","path":["user"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"e169c4ff-c6b3-4800-88ac-f131a46c4d34"},{"name":"Emit update password email","id":"ee0398e8-8cf2-40ca-be3e-0588310634bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://localhost:9098/user/password?email=marioartec39@gmail.com","urlObject":{"protocol":"http","port":"9098","path":["user","password"],"host":["localhost"],"query":[{"key":"email","value":"marioartec39@gmail.com"}],"variable":[]}},"response":[],"_postman_id":"ee0398e8-8cf2-40ca-be3e-0588310634bf"},{"name":"Update password","id":"fd95a17e-1ddb-4bd0-aef1-86ab083e4fb7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"newPassword\" : \"654321\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:9098/user/password","urlObject":{"protocol":"http","port":"9098","path":["user","password"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"fd95a17e-1ddb-4bd0-aef1-86ab083e4fb7"}],"id":"31ae4088-73c6-4401-aa91-f3cb1b77c6cf","description":"<p><strong>Requests responsible for user account management.</strong></p>\n","_postman_id":"31ae4088-73c6-4401-aa91-f3cb1b77c6cf"},{"name":"LinkEntry","item":[{"name":"User","item":[{"name":"Return a unique LinkEntry or with Pagination","id":"b2607ab8-c9d1-4ca7-8008-1f8aa5001bbd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:9098/link?page=12&size=3","description":"<p>Returns information from a shortened link</p>\n","urlObject":{"protocol":"http","port":"9098","path":["link"],"host":["localhost"],"query":[{"disabled":true,"key":"short","value":"likaf"},{"key":"page","value":"12"},{"key":"size","value":"3"}],"variable":[]}},"response":[{"id":"8fd39b4e-24c5-4c0f-ac47-1fc2c02fe6aa","name":"200","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://www.sanisamojrepository.com/link?short=gcmuv","protocol":"https","host":["www","sanisamojrepository","com"],"path":["link"],"query":[{"key":"short","value":"gcmuv"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Tue, 30 Jul 2024 02:15:49 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3631"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"userId\": \"66a84bf77fc5fe45a9b3353f\",\n    \"active\": true,\n    \"shortLink\": \"https://www.sanisamojrepository.com/gcmuv\",\n    \"qrCodeLink\": \"https://www.sanisamojrepository.com/qrcode?short=gcmuv\",\n    \"originalLink\": \"https://github.com/sanisamoj\",\n    \"totalVisits\": [\n        {\n            \"region\": {\n                \"city\": \"São Paulo\",\n                \"cityIsoCode\": \"SP\",\n                \"country\": \"Brazil\",\n                \"countryIsoCode\": \"Brazil\",\n                \"continent\": \"South America\",\n                \"latitude\": -23.5335,\n                \"longitude\": -46.6359,\n                \"postal\": \"01323\",\n                \"timezone\": \"America/Sao_Paulo\"\n            },\n            \"deviceInfo\": {\n                \"deviceType\": \"desktop\",\n                \"operatingSystem\": \"Windows 10.0\",\n                \"browser\": \"Chrome\"\n            },\n            \"clickedAt\": \"2024-07-30T02:13:09.259245889\"\n        },\n        {\n            \"region\": {\n                \"city\": \"São Paulo\",\n                \"cityIsoCode\": \"SP\",\n                \"country\": \"Brazil\",\n                \"countryIsoCode\": \"Brazil\",\n                \"continent\": \"South America\",\n                \"latitude\": -23.5335,\n                \"longitude\": -46.6359,\n                \"postal\": \"01323\",\n                \"timezone\": \"America/Sao_Paulo\"\n            },\n            \"deviceInfo\": {\n                \"deviceType\": \"desktop\",\n                \"operatingSystem\": \"Windows 10.0\",\n                \"browser\": \"Chrome\"\n            },\n            \"clickedAt\": \"2024-07-30T02:13:10.123580521\"\n        },\n        {\n            \"region\": {\n                \"city\": \"São Paulo\",\n                \"cityIsoCode\": \"SP\",\n                \"country\": \"Brazil\",\n                \"countryIsoCode\": \"Brazil\",\n                \"continent\": \"South America\",\n                \"latitude\": -23.5335,\n                \"longitude\": -46.6359,\n                \"postal\": \"01323\",\n                \"timezone\": \"America/Sao_Paulo\"\n            },\n            \"deviceInfo\": {\n                \"deviceType\": \"desktop\",\n                \"operatingSystem\": \"Windows 10.0\",\n                \"browser\": \"Chrome\"\n            },\n            \"clickedAt\": \"2024-07-30T02:13:11.556657227\"\n        },\n        {\n            \"region\": {\n                \"city\": \"São Paulo\",\n                \"cityIsoCode\": \"SP\",\n                \"country\": \"Brazil\",\n                \"countryIsoCode\": \"Brazil\",\n                \"continent\": \"South America\",\n                \"latitude\": -23.5335,\n                \"longitude\": -46.6359,\n                \"postal\": \"01323\",\n                \"timezone\": \"America/Sao_Paulo\"\n            },\n            \"deviceInfo\": {\n                \"deviceType\": \"desktop\",\n                \"operatingSystem\": \"Windows 10.0\",\n                \"browser\": \"Chrome\"\n            },\n            \"clickedAt\": \"2024-07-30T02:13:11.873611435\"\n        },\n        {\n            \"region\": {\n                \"city\": \"São Paulo\",\n                \"cityIsoCode\": \"SP\",\n                \"country\": \"Brazil\",\n                \"countryIsoCode\": \"Brazil\",\n                \"continent\": \"South America\",\n                \"latitude\": -23.5335,\n                \"longitude\": -46.6359,\n                \"postal\": \"01323\",\n                \"timezone\": \"America/Sao_Paulo\"\n            },\n            \"deviceInfo\": {\n                \"deviceType\": \"desktop\",\n                \"operatingSystem\": \"Windows 10.0\",\n                \"browser\": \"Chrome\"\n            },\n            \"clickedAt\": \"2024-07-30T02:13:12.136214105\"\n        }\n    ],\n    \"expiresAt\": \"2030-04-08T18:37:02.045716800\",\n    \"createdAt\": \"2024-07-30T02:12:59.536561795\"\n}"},{"id":"a4651f73-89c0-4f40-9c18-74e8dd6e8114","name":"200 - Pagination","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:9098/link?page=12&size=3","protocol":"http","host":["localhost"],"port":"9098","path":["link"],"query":[{"key":"short","value":"likaf","disabled":true},{"key":"page","value":"12"},{"key":"size","value":"3"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Content-Length","value":"1448"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"linkEntryList\": [\n        {\n            \"userId\": \"66d9c742aef1b83bf1c08255\",\n            \"active\": true,\n            \"shortLink\": \"http://localhost:9098/4@kdc\",\n            \"qrCodeLink\": \"http://localhost:9098/qrcode?short=4@kdc\",\n            \"originalLink\": \"https://github.com/sanisamoj\",\n            \"totalVisits\": [],\n            \"expiresAt\": \"2030-04-08T18:37:02.045716800\",\n            \"createdAt\": \"2024-09-05T12:00:07.833655\"\n        },\n        {\n            \"userId\": \"66d9c742aef1b83bf1c08255\",\n            \"active\": true,\n            \"shortLink\": \"http://localhost:9098/udr$t\",\n            \"qrCodeLink\": \"http://localhost:9098/qrcode?short=udr$t\",\n            \"originalLink\": \"https://github.com/sanisamoj\",\n            \"totalVisits\": [],\n            \"expiresAt\": \"2030-04-08T18:37:02.045716800\",\n            \"createdAt\": \"2024-09-05T12:00:08.446502100\"\n        },\n        {\n            \"userId\": \"66d9c742aef1b83bf1c08255\",\n            \"active\": true,\n            \"shortLink\": \"http://localhost:9098/jmes$\",\n            \"qrCodeLink\": \"http://localhost:9098/qrcode?short=jmes$\",\n            \"originalLink\": \"https://github.com/sanisamoj\",\n            \"totalVisits\": [],\n            \"expiresAt\": \"2030-04-08T18:37:02.045716800\",\n            \"createdAt\": \"2024-09-05T12:00:09.032318500\"\n        }\n    ],\n    \"paginationResponse\": {\n        \"totalPages\": 14,\n        \"remainingPage\": 2\n    }\n}"},{"id":"57b8dba9-167c-410c-b746-b5ba790fc1be","name":"400","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:9098/link","protocol":"http","host":["localhost"],"port":"9098","path":["link"],"query":[{"key":"short","value":"likaf","disabled":true},{"key":"page","value":"1","disabled":true},{"key":"size","value":"10","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Content-Length","value":"63"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Short link or pagination parameters required\"\n}"},{"id":"8d2c1d33-f626-485d-9a2e-c9f7c80415be","name":"404","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://www.sanisamojrepository.com/link?short=gcmuvs","protocol":"https","host":["www","sanisamojrepository","com"],"path":["link"],"query":[{"key":"short","value":"gcmuvs"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Fri, 02 Aug 2024 00:05:41 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"40"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Short link not found!\"\n}"}],"_postman_id":"b2607ab8-c9d1-4ca7-8008-1f8aa5001bbd"},{"name":"Create LinkEntry","id":"ad04bc32-6e5f-4784-8645-cc66ac2155c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"link\": \"https://github.com/sanisamoj\",\r\n    \"personalizedCode\": null,\r\n    \"password\": \"123456\",\r\n    \"active\": true,\r\n    \"expiresIn\": \"2030-04-08T18:37:02.045716800\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:9098/link","description":"<p>Create a shortened link</p>\n","urlObject":{"protocol":"http","port":"9098","path":["link"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"63182466-957e-425a-b24d-fe61e6822f60","name":"Basic","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"link\": \"https://github.com/sanisamoj\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:9098/link"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Content-Length","value":"335"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"userId\": \"66a83571269d040319a4104b\",\n    \"active\": true,\n    \"shortLink\": \"http://localhost:9098/bx0h5\",\n    \"qrCodeLink\": \"http://localhost:9098/qrcode?short=bx0h5\",\n    \"originalLink\": \"https://github.com/sanisamoj\",\n    \"totalVisits\": [],\n    \"expiresAt\": \"No expiration\",\n    \"createdAt\": \"2024-08-01T20:24:18.468316\"\n}"},{"id":"26072e0b-ef81-415c-8efe-7bc08707c686","name":"All","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"link\": \"https://github.com/sanisamoj\",\r\n    \"personalizedCode\": \"personalized\",\r\n    \"password\": \"123456\",\r\n    \"active\": true,\r\n    \"expiresIn\": \"2030-04-08T18:37:02.045716800\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:9098/link"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Content-Length","value":"368"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"userId\": \"66a83571269d040319a4104b\",\n    \"active\": true,\n    \"shortLink\": \"http://localhost:9098/personalized\",\n    \"qrCodeLink\": \"http://localhost:9098/qrcode?short=personalized\",\n    \"originalLink\": \"https://github.com/sanisamoj\",\n    \"totalVisits\": [],\n    \"expiresAt\": \"2030-04-08T18:37:02.045716800\",\n    \"createdAt\": \"2024-08-01T20:26:30.749859800\"\n}"},{"id":"399a4eaa-44fb-46a2-a257-208932cb85c2","name":"Create LinkEntry","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"link\": \"https://github.com/sanisamoj\",\r\n    \"personalizedCode\": null,\r\n    \"password\": \"123456\",\r\n    \"active\": true,\r\n    \"expiresIn\": \"2030-04-08T18:37:02.045716800\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:9098/link"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Content-Length","value":"354"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"userId\": \"66ad9c7c81ad611fd0704777\",\n    \"active\": true,\n    \"shortLink\": \"http://localhost:9098/w7mow\",\n    \"qrCodeLink\": \"http://localhost:9098/qrcode?short=w7mow\",\n    \"originalLink\": \"https://github.com/sanisamoj\",\n    \"totalVisits\": [],\n    \"expiresAt\": \"2030-04-08T18:37:02.045716800\",\n    \"createdAt\": \"2024-08-03T01:01:04.323185500\"\n}"}],"_postman_id":"ad04bc32-6e5f-4784-8645-cc66ac2155c0"},{"name":"Delete LinkEntry","id":"2ab35bc4-6509-482e-9956-556cd3ef0bf4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:9098/user/link?short=w8ni7","urlObject":{"protocol":"http","port":"9098","path":["user","link"],"host":["localhost"],"query":[{"key":"short","value":"w8ni7"}],"variable":[]}},"response":[{"id":"6442de45-dc89-4da7-bb95-5cd81fb44a9f","name":"403","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://localhost:9098/user/link?short=w8ni7","protocol":"http","host":["localhost"],"port":"9098","path":["user","link"],"query":[{"key":"short","value":"w8ni7"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"X-RateLimit-Limit","value":"3"},{"key":"X-RateLimit-Remaining","value":"2"},{"key":"X-RateLimit-Reset","value":"1722554937"},{"key":"Content-Length","value":"37"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Access prohibited!\"\n}"},{"id":"04ebb0d3-e2b9-4caa-a4c9-b83df6e84181","name":"200","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://localhost:9098/user/link?short=ezzop","protocol":"http","host":["localhost"],"port":"9098","path":["user","link"],"query":[{"key":"short","value":"ezzop"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Vary","value":"Origin"},{"key":"X-RateLimit-Limit","value":"3"},{"key":"X-RateLimit-Remaining","value":"2"},{"key":"X-RateLimit-Reset","value":"1722555030"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"2ab35bc4-6509-482e-9956-556cd3ef0bf4"},{"name":"Update active LinkEntry","id":"81aee9d2-42ce-43f1-86d7-df70f8fcca07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"url":"http://localhost:9098/user/link?short=gromm&active=false","urlObject":{"protocol":"http","port":"9098","path":["user","link"],"host":["localhost"],"query":[{"key":"short","value":"gromm"},{"key":"active","value":"false"}],"variable":[]}},"response":[{"id":"57a2d6fb-cdf8-448a-a3e3-2bce0209785c","name":"200","originalRequest":{"method":"PUT","header":[],"url":{"raw":"https://www.sanisamojrepository.com/user/link?short=gcmuv&active=false","protocol":"https","host":["www","sanisamojrepository","com"],"path":["user","link"],"query":[{"key":"short","value":"gcmuv"},{"key":"active","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Tue, 30 Jul 2024 02:16:41 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"X-RateLimit-Limit","value":"3"},{"key":"X-RateLimit-Remaining","value":"2"},{"key":"X-RateLimit-Reset","value":"1722305802"}],"cookie":[],"responseTime":null,"body":null},{"id":"0047f6cf-936e-476f-a3f8-edb0751ce388","name":"404","originalRequest":{"method":"PUT","header":[],"url":{"raw":"http://localhost:9098/user/link?short=gromm&active=false","protocol":"http","host":["localhost"],"port":"9098","path":["user","link"],"query":[{"key":"short","value":"gromm"},{"key":"active","value":"false"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"X-RateLimit-Limit","value":"3"},{"key":"X-RateLimit-Remaining","value":"2"},{"key":"X-RateLimit-Reset","value":"1722557204"},{"key":"Content-Length","value":"40"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Short link not found!\"\n}"}],"_postman_id":"81aee9d2-42ce-43f1-86d7-df70f8fcca07"}],"id":"5b7fc084-481b-4c69-a654-41ee9141c018","description":"<p>Link management requests when logged in.</p>\n","_postman_id":"5b7fc084-481b-4c69-a654-41ee9141c018"},{"name":"Public","item":[{"name":"Redirection","id":"ed54f7d2-d4b9-45be-afba-810adc523456","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Referer","value":"Postman","type":"text"}],"url":"http://localhost:9098/8lh@z","urlObject":{"protocol":"http","port":"9098","path":["8lh@z"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"ed54f7d2-d4b9-45be-afba-810adc523456"},{"name":"Generate public short link","id":"1aeae892-3e51-415a-8461-80f37b3ae198","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"link\": \"https://github.com/sanisamoj\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:9098/generate","urlObject":{"protocol":"http","port":"9098","path":["generate"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"4eba8e62-9dde-4dc0-8228-2b10b3707c41","name":"Basic","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"link\": \"https://github.com/sanisamoj\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:9098/generate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Content-Length","value":"295"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"active\": true,\n    \"shortLink\": \"http://localhost:9098/v@7w1\",\n    \"qrCodeLink\": \"http://localhost:9098/qrcode?short=v@7w1\",\n    \"originalLink\": \"https://github.com/sanisamoj\",\n    \"totalVisits\": [],\n    \"expiresAt\": \"No expiration\",\n    \"createAt\": \"2024-08-02T15:36:03.038417800\"\n}"},{"id":"1af82b9c-e2db-407d-907c-809f07892cae","name":"All","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"link\": \"https://github.com/sanisamoj\",\r\n    \"personalizedCode\": \"personalized\",\r\n    \"password\": \"123456\",\r\n    \"expiresIn\": \"2030-04-08T18:37:02.045716800\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:9098/generate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Content-Length","value":"325"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"active\": true,\n    \"shortLink\": \"http://localhost:9098/personalized\",\n    \"qrCodeLink\": \"http://localhost:9098/qrcode?short=personalized\",\n    \"originalLink\": \"https://github.com/sanisamoj\",\n    \"totalVisits\": [],\n    \"expiresAt\": \"2030-04-08T18:37:02.045716800\",\n    \"createAt\": \"2024-08-02T15:38:49.214690300\"\n}"},{"id":"846b0236-1c02-40ba-a0db-b7b5a498aee6","name":"409","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"link\": \"https://github.com/sanisamoj\",\r\n    \"personalizedCode\": \"personalized\",\r\n    \"password\": \"123456\",\r\n    \"expiresIn\": \"2030-04-08T18:37:02.045716800\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:9098/generate"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Content-Length","value":"57"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Personalized short link already exist!\"\n}"},{"id":"31b9a627-4bf3-4fdd-9f93-d3f90671b121","name":"400","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"link\": \"https://sanisamojreposdsdorydasdasdasdsadsadsadsadsadasdsadasdasdasdasdasdasdasdasdsadsadasdasdasdasdasdsadsadsadsa.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:9098/generate"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Content-Length","value":"32"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid Link!\"\n}"}],"_postman_id":"1aeae892-3e51-415a-8461-80f37b3ae198"},{"name":"Redirect private short link","id":"412184f9-b753-4c03-8dc3-2a4e39bea4ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"shortLink\" : \"xiuJoao\",\r\n    \"password\": \"123456\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:9098/protected","urlObject":{"protocol":"http","port":"9098","path":["protected"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"81b9aab9-a2be-4bef-ab50-1d3314a93f28","name":"200","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"shortLink\" : \"xiuJoao\",\r\n    \"password\": \"123456\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:9098/protected"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"X-RateLimit-Limit","value":"3"},{"key":"X-RateLimit-Remaining","value":"2"},{"key":"X-RateLimit-Reset","value":"1723244536"},{"key":"Content-Length","value":"54"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"originalLink\": \"https://github.com/sanisamoj\"\n}"}],"_postman_id":"412184f9-b753-4c03-8dc3-2a4e39bea4ce"},{"name":"Return public short link info","id":"2be15794-85c1-4d85-b74c-ffb941fdea27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:9098/info?short=17uaq","urlObject":{"protocol":"http","port":"9098","path":["info"],"host":["localhost"],"query":[{"key":"short","value":"17uaq"}],"variable":[]}},"response":[{"id":"14b6b19e-a017-4ee5-963d-8e0193616698","name":"200","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://www.sanisamojrepository.com/info?short=5ifj3","protocol":"https","host":["www","sanisamojrepository","com"],"path":["info"],"query":[{"key":"short","value":"5ifj3"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Tue, 30 Jul 2024 02:17:45 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1633"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"X-RateLimit-Limit","value":"3"},{"key":"X-RateLimit-Remaining","value":"2"},{"key":"X-RateLimit-Reset","value":"1722305866"}],"cookie":[],"responseTime":null,"body":"{\n    \"active\": true,\n    \"shortLink\": \"https://www.sanisamojrepository.com/5ifj3\",\n    \"qrCodeLink\": \"https://www.sanisamojrepository.com/qrcode?short=5ifj3\",\n    \"originalLink\": \"https://terra.com.br/\",\n    \"totalVisits\": [\n        {\n            \"region\": {\n                \"city\": \"São Paulo\",\n                \"cityIsoCode\": \"SP\",\n                \"country\": \"Brazil\",\n                \"countryIsoCode\": \"Brazil\",\n                \"continent\": \"South America\",\n                \"latitude\": -23.5335,\n                \"longitude\": -46.6359,\n                \"postal\": \"01323\",\n                \"timezone\": \"America/Sao_Paulo\"\n            },\n            \"deviceInfo\": {\n                \"deviceType\": \"desktop\",\n                \"operatingSystem\": \"Windows 10.0\",\n                \"browser\": \"Firefox\"\n            },\n            \"clickedAt\": \"2024-07-30T02:17:41.009378195\"\n        },\n        {\n            \"region\": {\n                \"city\": \"São Paulo\",\n                \"cityIsoCode\": \"SP\",\n                \"country\": \"Brazil\",\n                \"countryIsoCode\": \"Brazil\",\n                \"continent\": \"South America\",\n                \"latitude\": -23.5335,\n                \"longitude\": -46.6359,\n                \"postal\": \"01323\",\n                \"timezone\": \"America/Sao_Paulo\"\n            },\n            \"deviceInfo\": {\n                \"deviceType\": \"desktop\",\n                \"operatingSystem\": \"Windows 10.0\",\n                \"browser\": \"Firefox\"\n            },\n            \"clickedAt\": \"2024-07-30T02:17:42.642305052\"\n        }\n    ],\n    \"expiresAt\": \"2025-04-08T18:37:02.045716800\",\n    \"createAt\": \"2024-07-30T02:17:07.274904714\"\n}"},{"id":"f23cc9a9-c5da-4cf6-80f1-fb85f21363f1","name":"200 - Without original link","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:9098/info?short=personalized","protocol":"http","host":["localhost"],"port":"9098","path":["info"],"query":[{"key":"short","value":"personalized"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"X-RateLimit-Limit","value":"3"},{"key":"X-RateLimit-Remaining","value":"2"},{"key":"X-RateLimit-Reset","value":"1724415299"},{"key":"Content-Length","value":"299"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"active\": true,\n    \"shortLink\": \"http://localhost:9098/personalized\",\n    \"qrCodeLink\": \"http://localhost:9098/qrcode?short=personalized\",\n    \"originalLink\": null,\n    \"totalVisits\": [],\n    \"expiresAt\": \"2030-04-08T18:37:02.045716800\",\n    \"createAt\": \"2024-08-23T09:08:00.208268200\"\n}"},{"id":"e78861cb-fdd5-4ee1-8213-b2cb9d5f5673","name":"403","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:9098/info?short=tzaxe","protocol":"http","host":["localhost"],"port":"9098","path":["info"],"query":[{"key":"short","value":"tzaxe"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"X-RateLimit-Limit","value":"3"},{"key":"X-RateLimit-Remaining","value":"2"},{"key":"X-RateLimit-Reset","value":"1724415228"},{"key":"Content-Length","value":"40"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"The link has an owner\"\n}"},{"id":"9136965f-741a-42ba-a9c7-ab2443758bce","name":"404","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:9098/info?short=17uaq","protocol":"http","host":["localhost"],"port":"9098","path":["info"],"query":[{"key":"short","value":"17uaq"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"X-RateLimit-Limit","value":"3"},{"key":"X-RateLimit-Remaining","value":"2"},{"key":"X-RateLimit-Reset","value":"1722623989"},{"key":"Content-Length","value":"40"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Short link not found!\"\n}"}],"_postman_id":"2be15794-85c1-4d85-b74c-ffb941fdea27"},{"name":"Return QR Code","id":"902553b0-7110-47c4-b781-ddceca1dc59e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:9098/qrcode?short=7voxn","urlObject":{"protocol":"http","port":"9098","path":["qrcode"],"host":["localhost"],"query":[{"key":"short","value":"7voxn"}],"variable":[]}},"response":[],"_postman_id":"902553b0-7110-47c4-b781-ddceca1dc59e"}],"id":"ef244e4b-519c-451b-bccf-5710e8066865","_postman_id":"ef244e4b-519c-451b-bccf-5710e8066865","description":""}],"id":"7e53560d-55fe-4a5c-9988-2a9e6438286d","description":"<p><strong>Requests for link management.</strong></p>\n","_postman_id":"7e53560d-55fe-4a5c-9988-2a9e6438286d"},{"name":"Moderator","item":[{"name":"Create moderator","id":"2af5ead7-7e21-4d0c-a4b4-2a98939a19b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"username\": \"João Mário\",\n    \"email\": \"marioartec39@gmail.com\",\n    \"phone\": \"11998342464\",\n    \"password\": \"123456j@J\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:9098/moderator","urlObject":{"protocol":"http","port":"9098","path":["moderator"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"9931afbc-ef21-49c3-bca8-828755acce65","name":"200","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"username\": \"João Mário\",\n    \"email\": \"marioartec39@gmail.com\",\n    \"phone\": \"11998342464\",\n    \"password\": \"123456j@J\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:9098/user"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"176"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"66894c5695a5d1409e316b5a\",\n    \"username\": \"João Mário\",\n    \"email\": \"marioartec39@gmail.com\",\n    \"phone\": \"11998342464\",\n    \"shortLinksId\": [],\n    \"createdAt\": \"2024-07-06T10:53:26.413994077\"\n}"},{"id":"c3aa88d1-0735-419b-b593-6d1dc5066bb4","name":"409","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"username\": \"João Mário\",\n    \"email\": \"marioartec39@gmail.com\",\n    \"phone\": \"11998342464\",\n    \"password\": \"123456j@J\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:9098/user"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"46"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"User already exists\",\n    \"details\": null\n}"},{"id":"45bec26c-ec19-4b95-9556-b7df7f567786","name":"400","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"username\": \"João Mário\",\n    \"email\": \"\",\n    \"phone\": \"11998342464\",\n    \"password\": \"123456j@J\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:9098/user"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"42"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Data is missing\",\n    \"details\": null\n}"}],"_postman_id":"2af5ead7-7e21-4d0c-a4b4-2a98939a19b3"},{"name":"Delete LinkEntry","id":"cad205ca-0e8e-4271-8d0b-ddaf45c29ba7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:9098/moderator/link?short=z4du6","urlObject":{"protocol":"http","port":"9098","path":["moderator","link"],"host":["localhost"],"query":[{"key":"short","value":"z4du6"}],"variable":[]}},"response":[{"id":"7e1d186c-7ad6-48e2-bc69-8c2eb7eb35c1","name":"200","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://localhost:9098/moderator/link?short=z4du6","protocol":"http","host":["localhost"],"port":"9098","path":["moderator","link"],"query":[{"key":"short","value":"z4du6"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"X-RateLimit-Limit","value":"3"},{"key":"X-RateLimit-Remaining","value":"2"},{"key":"X-RateLimit-Reset","value":"1721255612"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"cad205ca-0e8e-4271-8d0b-ddaf45c29ba7"},{"name":"Block user","id":"5f0f3fd3-2b24-4f19-bf1c-4f18e25c5607","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"url":"http://localhost:9098/moderator/block?id=669841194b090b611d1ca121","urlObject":{"protocol":"http","port":"9098","path":["moderator","block"],"host":["localhost"],"query":[{"key":"id","value":"669841194b090b611d1ca121"}],"variable":[]}},"response":[{"id":"d3cf2142-5d90-4970-bd68-dd1300d75b66","name":"200","originalRequest":{"method":"PUT","header":[],"url":{"raw":"http://localhost:9098/moderator/block?id=669841194b090b611d1ca121","protocol":"http","host":["localhost"],"port":"9098","path":["moderator","block"],"query":[{"key":"id","value":"669841194b090b611d1ca121"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"X-RateLimit-Limit","value":"3"},{"key":"X-RateLimit-Remaining","value":"2"},{"key":"X-RateLimit-Reset","value":"1721254397"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"5f0f3fd3-2b24-4f19-bf1c-4f18e25c5607"},{"name":"Return all users","id":"626f5e7c-b727-4215-a29c-2645203d2730","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:9098/moderator/users?page=1&size=10","urlObject":{"protocol":"http","port":"9098","path":["moderator","users"],"host":["localhost"],"query":[{"key":"page","value":"1"},{"key":"size","value":"10"}],"variable":[]}},"response":[{"id":"c91663f0-f3da-4170-bd32-bada6263d6e0","name":"200","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:9098/moderator/users?page=1&size=10","protocol":"http","host":["localhost"],"port":"9098","path":["moderator","users"],"query":[{"key":"page","value":"1"},{"key":"size","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"X-RateLimit-Limit","value":"3"},{"key":"X-RateLimit-Remaining","value":"2"},{"key":"X-RateLimit-Reset","value":"1722714464"},{"key":"Content-Length","value":"1426"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"users\": [\n        {\n            \"id\": \"66ae884befff947cb2d65547\",\n            \"username\": \"João Mário\",\n            \"profileImageUrl\": \"\",\n            \"email\": \"marioartec39@gmail.com\",\n            \"phone\": \"11998342464\",\n            \"linkEntryList\": [],\n            \"createdAt\": \"2024-08-03T16:43:07.713192600\"\n        },\n        {\n            \"id\": \"66ae8869efff947cb2d65549\",\n            \"username\": \"João Mário\",\n            \"profileImageUrl\": \"\",\n            \"email\": \"marioartec39@@gmail.com\",\n            \"phone\": \"119983424s64\",\n            \"linkEntryList\": [],\n            \"createdAt\": \"2024-08-03T16:43:37.119271600\"\n        },\n        {\n            \"id\": \"66ae88c55c54570c347033ba\",\n            \"username\": \"Arthur Al\",\n            \"profileImageUrl\": \"\",\n            \"email\": \"masadaaacs39@@gmail.com\",\n            \"phone\": \"1199834233464\",\n            \"linkEntryList\": [],\n            \"createdAt\": \"2024-08-03T16:45:09.500779300\"\n        },\n        {\n            \"id\": \"66ae88d55c54570c347033bb\",\n            \"username\": \"João Mário\",\n            \"profileImageUrl\": \"\",\n            \"email\": \"marioartec399@gmail.com\",\n            \"phone\": \"119983424624\",\n            \"linkEntryList\": [],\n            \"createdAt\": \"2024-08-03T16:45:25.102584600\"\n        }\n    ],\n    \"paginationResponse\": {\n        \"totalPages\": 1,\n        \"remainingPage\": 0\n    }\n}"}],"_postman_id":"626f5e7c-b727-4215-a29c-2645203d2730"},{"name":"Return user by ID/EMAIL","id":"60c665fb-d45d-441a-b9ba-7fec1f25ac61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:9098/moderator/user?email=account1@gmail.com","urlObject":{"protocol":"http","port":"9098","path":["moderator","user"],"host":["localhost"],"query":[{"key":"email","value":"account1@gmail.com"}],"variable":[]}},"response":[{"id":"02b3dc9b-c8d8-419b-9869-6934250a1fb6","name":"200","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:9098/moderator/user?email=marioartec39@gmail.com","protocol":"http","host":["localhost"],"port":"9098","path":["moderator","user"],"query":[{"key":"email","value":"marioartec39@gmail.com"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"X-RateLimit-Limit","value":"3"},{"key":"X-RateLimit-Remaining","value":"2"},{"key":"X-RateLimit-Reset","value":"1722714533"},{"key":"Content-Length","value":"246"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"66ae884befff947cb2d65547\",\n    \"username\": \"João Mário\",\n    \"profileImageUrl\": \"\",\n    \"email\": \"marioartec39@gmail.com\",\n    \"phone\": \"11998342464\",\n    \"linkEntryList\": [],\n    \"createdAt\": \"2024-08-03T16:43:07.713192600\"\n}"}],"_postman_id":"60c665fb-d45d-441a-b9ba-7fec1f25ac61"},{"name":"Return LinkEntry info","id":"c7871efd-137a-406a-88e3-48bde0bc3b8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:9098/moderator/link?short=z4du6","urlObject":{"protocol":"http","port":"9098","path":["moderator","link"],"host":["localhost"],"query":[{"key":"short","value":"z4du6"}],"variable":[]}},"response":[],"_postman_id":"c7871efd-137a-406a-88e3-48bde0bc3b8a"},{"name":"Deletes a user","id":"923dee12-8416-465b-ae65-52384c064e0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:9098/moderator/user?id=66d27ffee50b4647b93af2f1","urlObject":{"protocol":"http","port":"9098","path":["moderator","user"],"host":["localhost"],"query":[{"key":"id","value":"66d27ffee50b4647b93af2f1"}],"variable":[]}},"response":[{"id":"7cf1796e-96f3-4381-9f90-9a044fcd8498","name":"Deletes a user","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://localhost:9098/moderator/user?id=66d27ffee50b4647b93af2f1","protocol":"http","host":["localhost"],"port":"9098","path":["moderator","user"],"query":[{"key":"id","value":"66d27ffee50b4647b93af2f1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Vary","value":"Origin"},{"key":"X-RateLimit-Limit","value":"3"},{"key":"X-RateLimit-Remaining","value":"2"},{"key":"X-RateLimit-Reset","value":"1725133925"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"923dee12-8416-465b-ae65-52384c064e0a"}],"id":"13571be6-c1bc-463a-9f29-fbb6ef92a332","description":"<p><strong>Requests responsible for managing the moderator account.</strong></p>\n","_postman_id":"13571be6-c1bc-463a-9f29-fbb6ef92a332"},{"name":"System","item":[{"name":"Return version","id":"323d9411-b37a-4e63-a525-ab61e8a1f0f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:9098/version","urlObject":{"protocol":"http","port":"9098","path":["version"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"ec9c8f81-fa2e-481a-9140-54e1e20455ba","name":"Return version","originalRequest":{"method":"GET","header":[],"url":"http://localhost:9098/version"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"101"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"serverVersion\": \"0.9.0\",\n    \"mobileMinVersion\": \"0.1.0\",\n    \"mobileTargetVersion\": \"1.0.0\"\n}"}],"_postman_id":"323d9411-b37a-4e63-a525-ab61e8a1f0f8"},{"name":"Update term of service link","id":"9a31d285-7780-4ddc-9c5b-98e183fbabfc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"http://localhost:9098/terms?link=url","urlObject":{"protocol":"http","port":"9098","path":["terms"],"host":["localhost"],"query":[{"key":"link","value":"url"}],"variable":[]}},"response":[],"_postman_id":"9a31d285-7780-4ddc-9c5b-98e183fbabfc"},{"name":"Update Mobile version","id":"d01e01b2-a6ed-4824-96aa-0c659fb5906a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"url":"http://localhost:9098/version?min=1.0.0&target=2.0.0","urlObject":{"protocol":"http","port":"9098","path":["version"],"host":["localhost"],"query":[{"description":{"content":"<p>Poder ser um valor null</p>\n","type":"text/plain"},"key":"min","value":"1.0.0"},{"description":{"content":"<p>Poder ser um valor null</p>\n","type":"text/plain"},"key":"target","value":"2.0.0"}],"variable":[]}},"response":[{"id":"ad98b6e7-e360-4f39-bd13-54a90fc36186","name":"200","originalRequest":{"method":"PUT","header":[],"url":{"raw":"http://localhost:9098/moderator/version?min=1.0.0&target=2.0.0","protocol":"http","host":["localhost"],"port":"9098","path":["moderator","version"],"query":[{"key":"min","value":"1.0.0","description":"Poder ser um valor null"},{"key":"target","value":"2.0.0","description":"Poder ser um valor null"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-RateLimit-Limit","value":"3"},{"key":"X-RateLimit-Remaining","value":"2"},{"key":"X-RateLimit-Reset","value":"1721444733"},{"key":"Content-Length","value":"102"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"serverVersion\": \"0.11.0\",\n    \"mobileMinVersion\": \"1.0.0\",\n    \"mobileTargetVersion\": \"2.0.0\"\n}"}],"_postman_id":"d01e01b2-a6ed-4824-96aa-0c659fb5906a"},{"name":"Return clicks system's count","id":"34c40b8a-380b-49a1-a5b3-365f51cbb846","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:9098/count/clicks","urlObject":{"protocol":"http","port":"9098","path":["count","clicks"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"ea6bccb8-0317-436a-bc1a-e660fcada0c9","name":"Return clicks system's count","originalRequest":{"method":"GET","header":[],"url":"http://localhost:9098/count/clicks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"X-RateLimit-Limit","value":"3"},{"key":"X-RateLimit-Remaining","value":"2"},{"key":"X-RateLimit-Reset","value":"1724187245"},{"key":"Content-Length","value":"53"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"item\": \"SystemClicksCount\",\n    \"count\": 528\n}"}],"_postman_id":"34c40b8a-380b-49a1-a5b3-365f51cbb846"},{"name":"Return linkentry count","id":"6c38c9e4-0573-4181-8ba0-d417c90f8be7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:9098/count/links","urlObject":{"protocol":"http","port":"9098","path":["count","links"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"6433f8a3-ffc6-472d-ac7c-1a308bbd89a3","name":"Return linkentry count","originalRequest":{"method":"GET","header":[],"url":"http://localhost:9098/count/links"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"X-RateLimit-Limit","value":"3"},{"key":"X-RateLimit-Remaining","value":"2"},{"key":"X-RateLimit-Reset","value":"1724187310"},{"key":"Content-Length","value":"51"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"item\": \"LinkEntriesCount\",\n    \"count\": 15\n}"}],"_postman_id":"6c38c9e4-0573-4181-8ba0-d417c90f8be7"},{"name":"Get Media","id":"71bf60e6-e383-4be0-9515-445021afce12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:9098/media/mediaName","urlObject":{"protocol":"http","port":"9098","path":["media","mediaName"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"71bf60e6-e383-4be0-9515-445021afce12"},{"name":"Reporting","id":"81e5834f-d77a-4f20-9747-0ad9a44d5b65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"Jomasinas\",\r\n    \"email\": \"marioartec39@gmail.com\",\r\n    \"reportType\": \"Suggestion\",\r\n    \"reporting\": \"Sugiro que criem uma parte apenas para usuários pagantes...\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:9098/reporting","urlObject":{"protocol":"http","port":"9098","path":["reporting"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"356f02c9-8e12-4b73-ab4f-522030270e9c","name":"200","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"Jomasinas\",\r\n    \"email\": \"marioartec39@gmail.com\",\r\n    \"reportType\": \"Suggestion\",\r\n    \"reporting\": \"Sugiro que criem uma parte apenas para usuários pagantes...\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:9098/reporting"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Vary","value":"Origin"},{"key":"X-RateLimit-Limit","value":"3"},{"key":"X-RateLimit-Remaining","value":"2"},{"key":"X-RateLimit-Reset","value":"1723242954"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"81e5834f-d77a-4f20-9747-0ad9a44d5b65"}],"id":"f6e362f7-73c0-4660-806a-3ce43190a6a7","description":"<p><strong>Requests responsible for managing the application state.</strong></p>\n","_postman_id":"f6e362f7-73c0-4660-806a-3ce43190a6a7"}],"event":[{"listen":"prerequest","script":{"id":"ad4eb279-2c04-4fdd-816f-650b4ce5b4af","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"117cd442-9e22-48f4-9a04-9639deed8846","type":"text/javascript","packages":{},"exec":[""]}}],"variable":[{"key":"base_url","value":"http://217.196.60.110:9098","type":"string"},{"key":"token","value":"","type":"string"}]}