{"info":{"_postman_id":"2c66bf2b-3ba9-4cca-976b-6e9be36f0be1","name":"Account","description":"<html><head></head><body><p>This handles the crud operations with respect to user account management</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"9364284","collectionId":"2c66bf2b-3ba9-4cca-976b-6e9be36f0be1","publishedId":"2s93JnUSGf","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2023-03-05T13:31:41.000Z"},"item":[{"name":"Accounts","id":"75e3442f-b738-423f-9d49-1dea23fe1b8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{SANCTUM_TOKEN}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"url":"http://127.0.0.1:80/api/v1/accounts","description":"<p>Get all accounts for an authenticated user</p>\n","urlObject":{"protocol":"http","port":"80","path":["api","v1","accounts"],"host":["127","0","0","1"],"query":[{"disabled":true,"key":"date","value":"2023-03-31"},{"disabled":true,"key":"date_operand","value":">"},{"disabled":true,"key":"perPage","value":"1"},{"disabled":true,"key":"page","value":"3"},{"disabled":true,"key":"price_operand","value":"="},{"disabled":true,"key":"price","value":"1"}],"variable":[]}},"response":[],"_postman_id":"75e3442f-b738-423f-9d49-1dea23fe1b8b"},{"name":"Create Account","id":"dfd33adc-9289-45f2-902e-b4debba2c9d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{SANCTUM_TOKEN}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"amount","value":"2100.56","type":"text"},{"key":"account_type","value":"2","type":"text"}]},"url":"http://127.0.0.1:80/api/v1/accounts","description":"<p>Create an account for an authenticated user</p>\n","urlObject":{"protocol":"http","port":"80","path":["api","v1","accounts"],"host":["127","0","0","1"],"query":[{"disabled":true,"key":"amount","value":"34.56"}],"variable":[]}},"response":[],"_postman_id":"dfd33adc-9289-45f2-902e-b4debba2c9d4"},{"name":"Find One Account","id":"956fafba-036e-482f-bebf-9789611288b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{SANCTUM_TOKEN}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"url":"http://127.0.0.1:80/api/v1/accounts/7","description":"<p>Get a single account for an authenticated user</p>\n","urlObject":{"protocol":"http","port":"80","path":["api","v1","accounts","7"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"956fafba-036e-482f-bebf-9789611288b5"}]}