{"info":{"_postman_id":"3c9d3a84-2678-434e-8ec5-cdc485b72e34","name":"JWT Auth API","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"51023618","collectionId":"3c9d3a84-2678-434e-8ec5-cdc485b72e34","publishedId":"2sBXqNoKWU","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-05-12T11:45:51.000Z"},"item":[{"name":"Register User","id":"2d3195d7-9eed-42ab-ab9f-56a357cf045b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \"username\":\"johnz\",\n   \"email\":\"johnz@gmail.com\",\n   \"password\":\"123456\"\n}"},"url":"http://localhost:5000/api/auth/login","urlObject":{"protocol":"http","port":"5000","path":["api","auth","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"2d3195d7-9eed-42ab-ab9f-56a357cf045b"},{"name":"Login User","id":"1e8da2e4-bfd4-459c-a837-47e75fcb8f8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \"username\":\"johnz\",\n   \"email\":\"johnz@gmail.com\",\n   \"password\":\"123456\"\n}"},"url":"http://localhost:5000/api/auth/login","urlObject":{"protocol":"http","port":"5000","path":["api","auth","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"1e8da2e4-bfd4-459c-a837-47e75fcb8f8a"},{"name":"Get Profile","id":"950dccba-52e8-46fa-834a-0708e39e2dc5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjZhMDMwZWU1OTE1NjE3MzFmYTljZDdlNCIsImVtYWlsIjoiam9obnpAZ21haWwuY29tIiwiaWF0IjoxNzc4NTg1NDQ2LCJleHAiOjE3Nzg2NzE4NDZ9.eyhZeAv_LEGKiEgGn3A97bU7XwlmI9HG2lRhzYscD7Y","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"username\":\"johnz\",\n   \"email\":\"johnz@gmail.com\",\n   \"password\":\"123456\"\n}"},"url":"http://localhost:5000/api/auth/profile","urlObject":{"protocol":"http","port":"5000","path":["api","auth","profile"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"950dccba-52e8-46fa-834a-0708e39e2dc5"}]}