{"info":{"_postman_id":"7bbefcfd-c711-4855-ac00-36503fde6508","name":"testPeruApps","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"8050459","collectionId":"7bbefcfd-c711-4855-ac00-36503fde6508","publishedId":"SVSNK7vY","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2019-07-21T03:59:06.000Z"},"item":[{"name":"00 Login User","event":[{"listen":"test","script":{"id":"ee6d37c1-4aab-4647-addd-9dcb0f835cae","exec":["var jsonData = JSON.parse(responseBody);","postman.setGlobalVariable(\"token\", \"Bearer \" +jsonData.data.access_token);"],"type":"text/javascript"}}],"id":"4f5cbb18-befb-41ed-9464-0ab24dcb1efa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"user_name\":\"jesse86\",\n\t\"password\":\"adminadmin\"\n}"},"url":"http://127.0.0.1:8000/api/user/login","urlObject":{"protocol":"http","port":"8000","path":["api","user","login"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"4f5cbb18-befb-41ed-9464-0ab24dcb1efa"},{"name":"01 Get  users paginate","event":[{"listen":"test","script":{"id":"e2666c96-0f46-4e68-bbe6-3dc51705fe40","exec":[""],"type":"text/javascript"}}],"id":"ebdd52e6-fd97-411a-8c29-0c653ed997db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{token}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"http://127.0.0.1:8000/api/user?page=1&sort=asc&last_name=a","urlObject":{"protocol":"http","port":"8000","path":["api","user"],"host":["127","0","0","1"],"query":[{"key":"page","value":"1"},{"key":"sort","value":"asc"},{"key":"last_name","value":"a"}],"variable":[]}},"response":[],"_postman_id":"ebdd52e6-fd97-411a-8c29-0c653ed997db"},{"name":"02 Get  user by ID","id":"0369f8da-b246-4754-a61b-f6a5aea33146","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{token}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"http://127.0.0.1:8000/api/user/6","urlObject":{"protocol":"http","port":"8000","path":["api","user","6"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"0369f8da-b246-4754-a61b-f6a5aea33146"},{"name":"03 Create user","id":"8da53efd-b9f7-47d7-91de-6e8db57b2b6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"{{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"user_name\":\"jaime.calzada\",\n\t\"password\":\"adminadmin\",\n\t\"first_name\":\"Jaime\",\n\t\"last_name\":\"Calzada\",\n\t\"email\":\"jaime.calzada@gmail.com\"\n}"},"url":"http://127.0.0.1:8000/api/user","urlObject":{"protocol":"http","port":"8000","path":["api","user"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"8da53efd-b9f7-47d7-91de-6e8db57b2b6b"},{"name":"04 Update user","id":"9244140e-d1aa-4d49-8f17-025cae0bb35a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"{{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"user_name\":\"emmanuel.cumpa22\"\n}"},"url":"http://127.0.0.1:8000/api/user/33","urlObject":{"protocol":"http","port":"8000","path":["api","user","33"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"9244140e-d1aa-4d49-8f17-025cae0bb35a"},{"name":"05 Upload user photo","id":"a1084956-98b6-46d3-865e-b0467d1b130f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{token}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"profile_image","type":"file","src":"/C:/Users/Emmanuel/Pictures/índice3.png"}]},"url":"http://127.0.0.1:8000/api/user/profile/update/6","urlObject":{"protocol":"http","port":"8000","path":["api","user","profile","update","6"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"a1084956-98b6-46d3-865e-b0467d1b130f"},{"name":"06 Delete user","id":"266315eb-113f-41b7-95b9-f212a4f85d4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"{{token}}","type":"text"}],"url":"http://127.0.0.1:8000/api/user/6","urlObject":{"protocol":"http","port":"8000","path":["api","user","6"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"266315eb-113f-41b7-95b9-f212a4f85d4d"},{"name":"07 Logout","event":[{"listen":"test","script":{"id":"ee6d37c1-4aab-4647-addd-9dcb0f835cae","exec":[""],"type":"text/javascript"}}],"id":"5cfbf458-dd7f-4b01-9a4a-d492840d5cfc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{token}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"http://127.0.0.1:8000/api/user/logout","urlObject":{"protocol":"http","port":"8000","path":["api","user","logout"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"5cfbf458-dd7f-4b01-9a4a-d492840d5cfc"}]}