{"info":{"_postman_id":"038d4a83-0623-4fa6-a759-c8c82435fdea","name":"Laravel Loan API","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"6435819","collectionId":"038d4a83-0623-4fa6-a759-c8c82435fdea","publishedId":"2s7YfVZVv6","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-09-17T03:07:44.000Z"},"item":[{"name":"List Loans","id":"f3f9e044-e6ea-4d13-bda2-aa989eb53dd0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://laraloan.test/api/v1/loan/list","urlObject":{"protocol":"http","path":["api","v1","loan","list"],"host":["laraloan","test"],"query":[],"variable":[]}},"response":[],"_postman_id":"f3f9e044-e6ea-4d13-bda2-aa989eb53dd0"},{"name":"Create Loan","id":"4eb6e1c8-1400-43d6-9e81-aa33282db17e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"amount","value":"2000","type":"text"},{"key":"term","value":"2","type":"text"}]},"url":"http://laraloan.test/api/v1/loan/create","urlObject":{"protocol":"http","path":["api","v1","loan","create"],"host":["laraloan","test"],"query":[],"variable":[]}},"response":[],"_postman_id":"4eb6e1c8-1400-43d6-9e81-aa33282db17e"},{"name":"Register user","id":"4243b806-e040-4069-af9b-4223321fbf0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"Rohan Kamble","type":"text"},{"key":"email","value":"rohanadmin1@g.com","type":"text"},{"key":"password","value":"rohan","type":"text"},{"key":"password_confirmation","value":"rohan","type":"text"},{"key":"role","value":"admin","type":"text"}]},"url":"http://laraloan.test/api/v1/auth/register","urlObject":{"protocol":"http","path":["api","v1","auth","register"],"host":["laraloan","test"],"query":[],"variable":[]}},"response":[],"_postman_id":"4243b806-e040-4069-af9b-4223321fbf0d"},{"name":"Login User","id":"a94971cc-b9cb-4068-b837-75a6bedeb4f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"email","value":"rohanadmin1@g.com","type":"text"},{"key":"password","value":"rohan","type":"text"}]},"url":"http://laraloan.test/api/v1/auth/login","urlObject":{"protocol":"http","path":["api","v1","auth","login"],"host":["laraloan","test"],"query":[],"variable":[]}},"response":[],"_postman_id":"a94971cc-b9cb-4068-b837-75a6bedeb4f5"},{"name":"Logout","id":"237fff25-28a0-4c99-887e-5dbdcfe19b1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"url":"http://laraloan.test/api/v1/auth/logout","urlObject":{"protocol":"http","path":["api","v1","auth","logout"],"host":["laraloan","test"],"query":[],"variable":[]}},"response":[],"_postman_id":"237fff25-28a0-4c99-887e-5dbdcfe19b1e"},{"name":"Loan Show","id":"130ad70a-6265-463d-b8a2-6cd0e99ed521","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://laraloan.test/api/v1/loan/9743b058-286c-4f6b-b9e6-481bd01e6ccf","urlObject":{"protocol":"http","path":["api","v1","loan","9743b058-286c-4f6b-b9e6-481bd01e6ccf"],"host":["laraloan","test"],"query":[],"variable":[]}},"response":[],"_postman_id":"130ad70a-6265-463d-b8a2-6cd0e99ed521"},{"name":"Loan Payment","id":"913038a4-8778-44f5-90af-87680b37cee0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"scheduled_payment_uuid","value":"9747c92e-a277-4d4d-a13f-34dec383611a","type":"text"},{"key":"amount","value":"1000","type":"text"}]},"url":"http://laraloan.test/api/v1/loan/payment","urlObject":{"protocol":"http","path":["api","v1","loan","payment"],"host":["laraloan","test"],"query":[],"variable":[]}},"response":[],"_postman_id":"913038a4-8778-44f5-90af-87680b37cee0"},{"name":"Loan Approve","id":"afd2704c-bd6e-4f3b-a357-17a7301c72e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"loan_uuid","value":"9747c92e-98b9-4362-8219-b89a33790f2e","type":"text"}]},"url":"http://laraloan.test/api/v1/loan/approve","urlObject":{"protocol":"http","path":["api","v1","loan","approve"],"host":["laraloan","test"],"query":[],"variable":[]}},"response":[],"_postman_id":"afd2704c-bd6e-4f3b-a357-17a7301c72e5"}]}