{"info":{"_postman_id":"747d20f5-44c0-42d7-9919-c17d03dc6d09","name":"pixlresume","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json"},"item":[{"name":"Register","id":"55c7b85f-1392-4227-b9b3-8cec09cc578c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"sureshpattu2002@gmail.com\",\n    \"password\": \"sna476\",\n    \"name\": \"Suresh Pattu\",\n    \"gender\": \"male\"\n}"},"url":"{{local}}/api/applicant-auth/register"},"response":[],"_postman_id":"55c7b85f-1392-4227-b9b3-8cec09cc578c"},{"name":"Login","id":"8911c358-f14b-4306-9142-3667950656d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"email\":\"sureshpattu2002@gmail.com\",\n\t\"password\":\"sna476\"\n}"},"url":"{{local}}/api/applicant-auth/login"},"response":[],"_postman_id":"8911c358-f14b-4306-9142-3667950656d5"},{"name":"Get Profile Details","id":"3f3fc626-2fe4-45a3-b45c-605665ecbec3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"localhost:3010/api/users/5e01e785d8577547c2be5888"},"response":[],"_postman_id":"3f3fc626-2fe4-45a3-b45c-605665ecbec3"},{"name":"Fetch All Profiles","id":"b77c6ad8-eadb-4b39-ab92-b1e21a06631b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"localhost:3010/api/users"},"response":[],"_postman_id":"b77c6ad8-eadb-4b39-ab92-b1e21a06631b"},{"name":"Update Profile Details","id":"bd0d6883-121c-4bca-b8ac-f0c7c5335ccc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"name\":\"Suresh P\"\n}"},"url":"localhost:3010/api/users/5e01e785d8577547c2be5888","description":"Only name can be updated for now."},"response":[],"_postman_id":"bd0d6883-121c-4bca-b8ac-f0c7c5335ccc"},{"name":"Update Password","id":"a93d2892-e5d2-40cb-a8ff-ce63f746e19f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"old_password\":\"28501811\",\n\t\"password\":\"sna476\",\n\t\"confirm_password\":\"sna476\"\n}"},"url":"localhost:3010/api/users/5e01a15d99d84d29db19b568/update-password","description":"Only name can be updated for now."},"response":[],"_postman_id":"a93d2892-e5d2-40cb-a8ff-ce63f746e19f"},{"name":"Delete Profile","id":"c4407209-04ce-4bf2-9919-9452ce9b967c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"localhost:3010/api/users/5e01e785d8577547c2be5888"},"response":[],"_postman_id":"c4407209-04ce-4bf2-9919-9452ce9b967c"}],"event":[{"listen":"prerequest","script":{"id":"e5ba941e-3f2f-4632-8713-66f84a61dea7","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5700b922-7264-4047-bae0-8062992aeedb","type":"text/javascript","exec":[""]}}],"variable":[{"key":"local","value":"http://localhost:3036"}]}