{"info":{"_postman_id":"a9614617-fa64-4cc8-aee6-95b8fcdeb8fa","name":"Authendication & Authorization","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"50998807","collectionId":"a9614617-fa64-4cc8-aee6-95b8fcdeb8fa","publishedId":"2sBXqMHzTA","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-05-06T16:48:32.000Z"},"item":[{"name":"New Request","id":"8d042c6c-48b9-455c-82ea-0645772008c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"users\",\r\n    \"email\": \"users@gmail.com\",\r\n    \"password\": \"users12345\"\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/auth/register","urlObject":{"protocol":"http","port":"5000","path":["api","auth","register"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"8d042c6c-48b9-455c-82ea-0645772008c5"},{"name":"New Request","id":"cd126e81-dcda-4d76-ba32-dfe38b74f976","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"users@gmail.com\",\r\n    \"password\": \"users12345\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/auth/login","urlObject":{"protocol":"http","port":"5000","path":["api","auth","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"cd126e81-dcda-4d76-ba32-dfe38b74f976"},{"name":"New Request","id":"2fdabdae-9b3e-4902-abe1-a4e8082512c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"users\",\r\n    \"email\": \"users@gmail.com\",\r\n    \"password\": \"users12345\"\r\n\r\n}"},"url":"http://localhost:5000/api/user/profile","urlObject":{"protocol":"http","port":"5000","path":["api","user","profile"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"2fdabdae-9b3e-4902-abe1-a4e8082512c2"}]}