{"info":{"_postman_id":"aa3fa010-8bab-48f8-af0f-dc12d723a164","name":"Backend BAS","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"10957059","collectionId":"aa3fa010-8bab-48f8-af0f-dc12d723a164","publishedId":"TVeiCqcU","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-11-07T04:37:42.000Z"},"item":[{"name":"Users","item":[{"name":"Create User","id":"90cae0a5-e119-4c60-a3fb-7432fc8cd397","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"marioric\",\r\n    \"password\": \"123456*\",\r\n    \"email\": \"mario.ric@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/users","urlObject":{"path":["api","v1","users"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"90cae0a5-e119-4c60-a3fb-7432fc8cd397"},{"name":"Get Users","id":"4cfcfff4-7f7f-4e81-ae2e-905f78668e73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/v1/users","urlObject":{"path":["api","v1","users"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4cfcfff4-7f7f-4e81-ae2e-905f78668e73"},{"name":"Get User By Id","id":"d94e4e2e-6a69-4159-96ae-e7cddeb84c3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"BearerToken","value":"{{token}}","type":"text"}],"url":"{{url}}/api/v1/users/user-data","urlObject":{"path":["api","v1","users","user-data"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d94e4e2e-6a69-4159-96ae-e7cddeb84c3e"},{"name":"Update User","id":"c51c7852-d440-48bb-9798-0a3c910b6ab0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"JuanSanchez\",\r\n    \"password\": \"123*\",\r\n    \"email\": \"pepito1243@gmail.com\",\r\n    \"fullName\": \"Juan Sanchez Camargo Real\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/users/db4dafb1-c37b-444c-89d8-6c45d07b61b9","urlObject":{"path":["api","v1","users","db4dafb1-c37b-444c-89d8-6c45d07b61b9"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c51c7852-d440-48bb-9798-0a3c910b6ab0"},{"name":"Delete User","id":"f6b143e3-d60a-47fe-9df8-6152601cea57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{url}}/api/v1/users/db4dafb1-c37b-444c-89d8-6c45d07b61b9","urlObject":{"path":["api","v1","users","db4dafb1-c37b-444c-89d8-6c45d07b61b9"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f6b143e3-d60a-47fe-9df8-6152601cea57"}],"id":"cb4a9093-9c20-4589-b6d6-fa3236e45388","_postman_id":"cb4a9093-9c20-4589-b6d6-fa3236e45388","description":""},{"name":"Auth","item":[{"name":"POST Login User","id":"08c807cb-1762-42e3-b531-833619d93097","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"user\": \"marioricardo\",\r\n    \"password\": \"123456*\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/auth/user","urlObject":{"path":["api","v1","auth","user"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"08c807cb-1762-42e3-b531-833619d93097"}],"id":"fff6d4ff-87e4-4446-85d8-e558de9c1b29","_postman_id":"fff6d4ff-87e4-4446-85d8-e558de9c1b29","description":""},{"name":"Cards","item":[{"name":"POST Create Card","id":"79aaf33c-a466-4819-b78b-da605dc06bb3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"cardName\": \"This is a test card\",\r\n    \"userId\": \"811147d3-be30-43c2-a908-800d15bab596\",\r\n    \"cardImage\": \"https://images.pexels.com/photos/3732527/pexels-photo-3732527.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940\",\r\n    \"description\": \"This is a beautiful white test tree\",\r\n    \"price\": \"499.99\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/cards","urlObject":{"path":["api","v1","cards"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"79aaf33c-a466-4819-b78b-da605dc06bb3"},{"name":"GET Get Cards","id":"d789a4f0-0f1c-4ad4-9c37-76b704e0ad97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/v1/cards","urlObject":{"path":["api","v1","cards"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d789a4f0-0f1c-4ad4-9c37-76b704e0ad97"},{"name":"GET Get Card By Id","id":"cf3dbf03-d12f-4882-8e0f-5675f658a77a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/v1/cards/6908e154-5093-11eb-ae93-0242ac130002","urlObject":{"path":["api","v1","cards","6908e154-5093-11eb-ae93-0242ac130002"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"cf3dbf03-d12f-4882-8e0f-5675f658a77a"},{"name":"PUT Update Card","id":"942ac8a5-4a40-4fc4-ae67-781470a42ed0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"cardName\": \"This Is The Best Test Card\",\r\n    \"userId\": \"811147d3-be30-43c2-a908-800d15bab596\",\r\n    \"cardImage\": \"https://images.pexels.com/photos/3732527/pexels-photo-3732527.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940\",\r\n    \"description\": \"This is a beautiful white test tree\",\r\n    \"price\": \"299.99\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/cards/6908e154-5093-11eb-ae93-0242ac130002","urlObject":{"path":["api","v1","cards","6908e154-5093-11eb-ae93-0242ac130002"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"942ac8a5-4a40-4fc4-ae67-781470a42ed0"},{"name":"DELETE Delete Card","id":"60666f9c-02b4-47c5-9611-c81c1a2e6c3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[],"url":"{{url}}/api/v1/cards/6908e154-5093-11eb-ae93-0242ac130002","urlObject":{"path":["api","v1","cards","6908e154-5093-11eb-ae93-0242ac130002"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"60666f9c-02b4-47c5-9611-c81c1a2e6c3f"}],"id":"ea8ab616-ca90-401f-a625-cb1f6e7d17c5","_postman_id":"ea8ab616-ca90-401f-a625-cb1f6e7d17c5","description":""}]}