{"info":{"_postman_id":"9c4a800c-16a1-4bc4-960c-e4ac2326a91f","name":"Trifecta - v1.0.1","description":"<html><head></head><body><p>A API for the Trifecta Wireless Application</p>\n<p>Contact Support:\n Name: Crafted\n Email: <a href=\"mailto:jacob@craftedup.com\">jacob@craftedup.com</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"3395926","collectionId":"9c4a800c-16a1-4bc4-960c-e4ac2326a91f","publishedId":"Szt7Aqzf","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-05-21T20:08:59.000Z"},"item":[{"name":"users","item":[{"name":"{id}","item":[{"name":"find user by id","id":"15a2fc8e-b345-4e9d-8423-121977beb07d","request":{"method":"GET","header":[],"url":"http://local.trifecta.com:8081/users/:id","description":"<p>Returns a user based on a single ID</p>\n","urlObject":{"path":["users",":id"],"host":["http://local.trifecta.com:8081"],"query":[],"variable":[{"id":"f0afed04-d700-4f28-ada3-58ca60af2a0a","description":{"content":"<p>(Required) ID of user to fetch</p>\n","type":"text/plain"},"type":"string","value":"<integer>","key":"id"}]}},"response":[{"id":"71e7963e-2027-4a89-8f83-751ec934927c","name":"unexpected error","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://local.trifecta.com:8081/users/:id","host":["http://local.trifecta.com:8081"],"path":["users",":id"],"variable":[{"key":"id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": \"<integer>\",\n \"message\": \"<string>\"\n}"},{"id":"a16e8884-6783-4928-903d-a61d4429ecce","name":"user response","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://local.trifecta.com:8081/users/:id","host":["http://local.trifecta.com:8081"],"path":["users",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"<integer>\",\n \"username\": \"<string>\",\n \"email\": \"<string>\",\n \"first_name\": \"<string>\",\n \"last_name\": \"<string>\",\n \"password\": \"<string>\",\n \"stripe_id\": \"<string>\",\n \"current_billing_plan\": \"<string>\",\n \"card_brand\": \"<string>\",\n \"card_last_four\": \"<string>\",\n \"card_country\": \"<string>\",\n \"billing_address\": \"<string>\",\n \"billing_address_line_2\": \"<string>\",\n \"billing_city\": \"<string>\",\n \"billing_state\": \"<string>\",\n \"billing_zip\": \"<string>\",\n \"billing_country\": \"<string>\",\n \"shipping_address\": \"<string>\",\n \"shipping_address_line_2\": \"<string>\",\n \"shipping_city\": \"<string>\",\n \"shipping_state\": \"<string>\",\n \"shipping_zip\": \"<string>\",\n \"shipping_country\": \"<string>\",\n \"account_status\": \"<string>\",\n \"reset_token\": \"<string>\",\n \"roles\": [\n  {\n   \"id\": \"<integer>\",\n   \"name\": \"<string>\",\n   \"description\": \"<text>\"\n  },\n  {\n   \"id\": \"<integer>\",\n   \"name\": \"<string>\",\n   \"description\": \"<text>\"\n  }\n ]\n}"}],"_postman_id":"15a2fc8e-b345-4e9d-8423-121977beb07d"},{"name":"update user by id","id":"89babe0b-8a32-48ba-af83-768e9ff9e2ea","request":{"method":"PUT","header":[],"url":"http://local.trifecta.com:8081/users/:id","description":"<p>Updates a user based on a single ID</p>\n","urlObject":{"path":["users",":id"],"host":["http://local.trifecta.com:8081"],"query":[],"variable":[{"id":"594e719d-23f3-48d9-baa1-edff61816314","description":{"content":"<p>(Required) ID of user to fetch</p>\n","type":"text/plain"},"type":"string","value":"<integer>","key":"id"}]}},"response":[{"id":"4591598d-5f15-405c-8d37-491ade2e6106","name":"user response","originalRequest":{"method":"PUT","header":[],"url":{"raw":"http://local.trifecta.com:8081/users/:id","host":["http://local.trifecta.com:8081"],"path":["users",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"<integer>\",\n \"username\": \"<string>\",\n \"email\": \"<string>\",\n \"first_name\": \"<string>\",\n \"last_name\": \"<string>\",\n \"password\": \"<string>\",\n \"stripe_id\": \"<string>\",\n \"current_billing_plan\": \"<string>\",\n \"card_brand\": \"<string>\",\n \"card_last_four\": \"<string>\",\n \"card_country\": \"<string>\",\n \"billing_address\": \"<string>\",\n \"billing_address_line_2\": \"<string>\",\n \"billing_city\": \"<string>\",\n \"billing_state\": \"<string>\",\n \"billing_zip\": \"<string>\",\n \"billing_country\": \"<string>\",\n \"shipping_address\": \"<string>\",\n \"shipping_address_line_2\": \"<string>\",\n \"shipping_city\": \"<string>\",\n \"shipping_state\": \"<string>\",\n \"shipping_zip\": \"<string>\",\n \"shipping_country\": \"<string>\",\n \"account_status\": \"<string>\",\n \"reset_token\": \"<string>\",\n \"roles\": [\n  {\n   \"id\": \"<integer>\",\n   \"name\": \"<string>\",\n   \"description\": \"<text>\"\n  },\n  {\n   \"id\": \"<integer>\",\n   \"name\": \"<string>\",\n   \"description\": \"<text>\"\n  }\n ]\n}"},{"id":"e627fe81-2909-4a8d-b4b2-2962cbac39f0","name":"unexpected error","originalRequest":{"method":"PUT","header":[],"url":{"raw":"http://local.trifecta.com:8081/users/:id","host":["http://local.trifecta.com:8081"],"path":["users",":id"],"variable":[{"key":"id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": \"<integer>\",\n \"message\": \"<string>\"\n}"}],"_postman_id":"89babe0b-8a32-48ba-af83-768e9ff9e2ea"},{"name":"delete User","id":"3b304ba5-eb07-4303-96ac-582b8a37a32b","request":{"method":"DELETE","header":[],"url":"http://local.trifecta.com:8081/users/:id","description":"<p>deletes a single user based on the ID supplied</p>\n","urlObject":{"path":["users",":id"],"host":["http://local.trifecta.com:8081"],"query":[],"variable":[{"id":"56af7e73-802f-4ff3-924c-09602fff8eab","description":{"content":"<p>(Required) ID of user to delete</p>\n","type":"text/plain"},"type":"string","value":"<long>","key":"id"}]}},"response":[{"id":"6a325069-c96f-48c9-ab00-46f68860753b","name":"unexpected error","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://local.trifecta.com:8081/users/:id","host":["http://local.trifecta.com:8081"],"path":["users",":id"],"variable":[{"key":"id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": \"<integer>\",\n \"message\": \"<string>\"\n}"},{"id":"e13d247f-ef48-4842-a26b-cc46752f4253","name":"user deleted","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://local.trifecta.com:8081/users/:id","host":["http://local.trifecta.com:8081"],"path":["users",":id"],"variable":[{"key":"id"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3b304ba5-eb07-4303-96ac-582b8a37a32b"},{"name":"find user order's by id","id":"49d78c2c-a310-45a7-b468-42c6b55c8fa1","request":{"method":"GET","header":[],"url":"http://local.trifecta.com:8081/users/:id/orders","description":"<p>Returns a user's orders based on a single ID</p>\n","urlObject":{"path":["users",":id","orders"],"host":["http://local.trifecta.com:8081"],"query":[],"variable":[{"id":"4b43e90e-715a-4ac4-8521-33ef439f250d","description":{"content":"<p>(Required) ID of user orders to fetch</p>\n","type":"text/plain"},"type":"string","value":"<integer>","key":"id"}]}},"response":[{"id":"008f0c8a-6edb-442a-b0f0-05baf46365c8","name":"unexpected error","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://local.trifecta.com:8081/users/:id/orders","host":["http://local.trifecta.com:8081"],"path":["users",":id","orders"],"variable":[{"key":"id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": \"<integer>\",\n \"message\": \"<string>\"\n}"},{"id":"1cb9cf2f-1ab5-481e-b4fb-c2bbd456c8e3","name":"order response","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://local.trifecta.com:8081/users/:id/orders","host":["http://local.trifecta.com:8081"],"path":["users",":id","orders"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"<integer>\",\n \"tracking_number\": \"<string>\",\n \"session_id\": \"<text>\",\n \"order_status\": \"<string>\",\n \"user_id\": \"<integer>\",\n \"referral_code\": \"<string>\",\n \"products\": [\n  {\n   \"id\": \"<integer>\",\n   \"title\": \"<string>\",\n   \"description\": \"<text>\",\n   \"image_public_id\": \"<string>\",\n   \"cost\": \"<integer>\",\n   \"line_type\": \"<string>\",\n   \"product_type\": \"<string>\"\n  },\n  {\n   \"id\": \"<integer>\",\n   \"title\": \"<string>\",\n   \"description\": \"<text>\",\n   \"image_public_id\": \"<string>\",\n   \"cost\": \"<integer>\",\n   \"line_type\": \"<string>\",\n   \"product_type\": \"<string>\"\n  }\n ]\n}"}],"_postman_id":"49d78c2c-a310-45a7-b468-42c6b55c8fa1"},{"name":"find user lines's by id","id":"7bc55ed7-8bbd-4b76-89b5-084c46d2549f","request":{"method":"GET","header":[],"url":"http://local.trifecta.com:8081/users/:id/lines","description":"<p>Returns a user's lines based on a single ID</p>\n","urlObject":{"path":["users",":id","lines"],"host":["http://local.trifecta.com:8081"],"query":[],"variable":[{"id":"53b0faa8-d9a9-4de6-afeb-4595f63c32e9","description":{"content":"<p>(Required) ID of user lines to fetch</p>\n","type":"text/plain"},"type":"string","value":"<integer>","key":"id"}]}},"response":[{"id":"a32d0799-03a6-48e4-bd60-9dbb12e8ff7c","name":"order response","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://local.trifecta.com:8081/users/:id/lines","host":["http://local.trifecta.com:8081"],"path":["users",":id","lines"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"phone_number\": \"<string>\",\n \"line_status\": \"<string>\",\n \"service_type\": \"<string>\",\n \"SIM_card_number\": \"<integer>\",\n \"IMEI_number\": \"<string>\",\n \"renewal_date\": \"<datetime>\",\n \"activation_date\": \"<datetime>\",\n \"user_id\": \"<integer>\"\n}"},{"id":"cf5e9491-86a2-4000-bfc0-ccec7209a5f6","name":"unexpected error","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://local.trifecta.com:8081/users/:id/lines","host":["http://local.trifecta.com:8081"],"path":["users",":id","lines"],"variable":[{"key":"id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": \"<integer>\",\n \"message\": \"<string>\"\n}"}],"_postman_id":"7bc55ed7-8bbd-4b76-89b5-084c46d2549f"}],"id":"b7b60f7e-c9ba-420e-b99c-ba9f6757f454","_postman_id":"b7b60f7e-c9ba-420e-b99c-ba9f6757f454","description":""},{"name":"{user id}","item":[{"name":"roles/{role id}","item":[{"name":"attach Role To User","id":"e5a65716-7b46-4b0b-86ef-e43523b47e9a","request":{"method":"PUT","header":[],"url":"http://local.trifecta.com:8081/users/:user_id/roles/:role_id","description":"<p>Attaches a role to a user</p>\n","urlObject":{"path":["users",":user_id","roles",":role_id"],"host":["http://local.trifecta.com:8081"],"query":[],"variable":[{"type":"any","key":"user_id"},{"type":"any","key":"role_id"}]}},"response":[{"id":"3d650c07-f57a-4460-ac04-634d61df13dc","name":"unexpected error","originalRequest":{"method":"PUT","header":[],"url":{"raw":"http://local.trifecta.com:8081/users/:user_id/roles/:role_id","host":["http://local.trifecta.com:8081"],"path":["users",":user_id","roles",":role_id"],"variable":[{"key":"user_id"},{"key":"role_id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": \"<integer>\",\n \"message\": \"<string>\"\n}"},{"id":"cfbf8f03-48b0-477b-8625-e94ec260c441","name":"user response with roles","originalRequest":{"method":"PUT","header":[],"url":{"raw":"http://local.trifecta.com:8081/users/:user_id/roles/:role_id","host":["http://local.trifecta.com:8081"],"path":["users",":user_id","roles",":role_id"],"variable":[{"key":"user_id"},{"key":"role_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"<integer>\",\n \"username\": \"<string>\",\n \"email\": \"<string>\",\n \"first_name\": \"<string>\",\n \"last_name\": \"<string>\",\n \"password\": \"<string>\",\n \"stripe_id\": \"<string>\",\n \"current_billing_plan\": \"<string>\",\n \"card_brand\": \"<string>\",\n \"card_last_four\": \"<string>\",\n \"card_country\": \"<string>\",\n \"billing_address\": \"<string>\",\n \"billing_address_line_2\": \"<string>\",\n \"billing_city\": \"<string>\",\n \"billing_state\": \"<string>\",\n \"billing_zip\": \"<string>\",\n \"billing_country\": \"<string>\",\n \"shipping_address\": \"<string>\",\n \"shipping_address_line_2\": \"<string>\",\n \"shipping_city\": \"<string>\",\n \"shipping_state\": \"<string>\",\n \"shipping_zip\": \"<string>\",\n \"shipping_country\": \"<string>\",\n \"account_status\": \"<string>\",\n \"reset_token\": \"<string>\",\n \"roles\": [\n  {\n   \"id\": \"<integer>\",\n   \"name\": \"<string>\",\n   \"description\": \"<text>\"\n  },\n  {\n   \"id\": \"<integer>\",\n   \"name\": \"<string>\",\n   \"description\": \"<text>\"\n  }\n ]\n}"}],"_postman_id":"e5a65716-7b46-4b0b-86ef-e43523b47e9a"},{"name":"detach Role From User","id":"87e92168-17ad-43a2-b787-5fb718fe3799","request":{"method":"DELETE","header":[],"url":"http://local.trifecta.com:8081/users/:user_id/roles/:role_id","description":"<p>Detaches a role to a user</p>\n","urlObject":{"path":["users",":user_id","roles",":role_id"],"host":["http://local.trifecta.com:8081"],"query":[],"variable":[{"type":"any","key":"user_id"},{"type":"any","key":"role_id"}]}},"response":[{"id":"708a9db7-3926-4911-91ce-8bd8b59b785f","name":"user response with roles","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://local.trifecta.com:8081/users/:user_id/roles/:role_id","host":["http://local.trifecta.com:8081"],"path":["users",":user_id","roles",":role_id"],"variable":[{"key":"user_id"},{"key":"role_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"<integer>\",\n \"username\": \"<string>\",\n \"email\": \"<string>\",\n \"first_name\": \"<string>\",\n \"last_name\": \"<string>\",\n \"password\": \"<string>\",\n \"stripe_id\": \"<string>\",\n \"current_billing_plan\": \"<string>\",\n \"card_brand\": \"<string>\",\n \"card_last_four\": \"<string>\",\n \"card_country\": \"<string>\",\n \"billing_address\": \"<string>\",\n \"billing_address_line_2\": \"<string>\",\n \"billing_city\": \"<string>\",\n \"billing_state\": \"<string>\",\n \"billing_zip\": \"<string>\",\n \"billing_country\": \"<string>\",\n \"shipping_address\": \"<string>\",\n \"shipping_address_line_2\": \"<string>\",\n \"shipping_city\": \"<string>\",\n \"shipping_state\": \"<string>\",\n \"shipping_zip\": \"<string>\",\n \"shipping_country\": \"<string>\",\n \"account_status\": \"<string>\",\n \"reset_token\": \"<string>\",\n \"roles\": [\n  {\n   \"id\": \"<integer>\",\n   \"name\": \"<string>\",\n   \"description\": \"<text>\"\n  },\n  {\n   \"id\": \"<integer>\",\n   \"name\": \"<string>\",\n   \"description\": \"<text>\"\n  }\n ]\n}"},{"id":"b90c2319-13de-42bb-a77a-ac29c5405304","name":"unexpected error","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://local.trifecta.com:8081/users/:user_id/roles/:role_id","host":["http://local.trifecta.com:8081"],"path":["users",":user_id","roles",":role_id"],"variable":[{"key":"user_id"},{"key":"role_id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": \"<integer>\",\n \"message\": \"<string>\"\n}"}],"_postman_id":"87e92168-17ad-43a2-b787-5fb718fe3799"}],"id":"2c88eaf9-3495-4817-a9bb-f761720c2fe6","_postman_id":"2c88eaf9-3495-4817-a9bb-f761720c2fe6","description":""},{"name":"permissions/{permission id}","item":[{"name":"attach Permission To User","id":"3ff5af69-ca87-40c5-826f-5000e87c980c","request":{"method":"PUT","header":[],"url":"http://local.trifecta.com:8081/users/:user_id/permissions/:permission_id","description":"<p>Attaches a permission to a user</p>\n","urlObject":{"path":["users",":user_id","permissions",":permission_id"],"host":["http://local.trifecta.com:8081"],"query":[],"variable":[{"type":"any","key":"user_id"},{"type":"any","key":"permission_id"}]}},"response":[{"id":"c054d639-3d2d-47b9-92e0-f0d2bb3bd376","name":"unexpected error","originalRequest":{"method":"PUT","header":[],"url":{"raw":"http://local.trifecta.com:8081/users/:user_id/permissions/:permission_id","host":["http://local.trifecta.com:8081"],"path":["users",":user_id","permissions",":permission_id"],"variable":[{"key":"user_id"},{"key":"permission_id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": \"<integer>\",\n \"message\": \"<string>\"\n}"},{"id":"cf6b09e9-4445-448a-8c94-43ce25063ff2","name":"user response with permissions","originalRequest":{"method":"PUT","header":[],"url":{"raw":"http://local.trifecta.com:8081/users/:user_id/permissions/:permission_id","host":["http://local.trifecta.com:8081"],"path":["users",":user_id","permissions",":permission_id"],"variable":[{"key":"user_id"},{"key":"permission_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"<integer>\",\n \"username\": \"<string>\",\n \"email\": \"<string>\",\n \"first_name\": \"<string>\",\n \"last_name\": \"<string>\",\n \"password\": \"<string>\",\n \"stripe_id\": \"<string>\",\n \"current_billing_plan\": \"<string>\",\n \"card_brand\": \"<string>\",\n \"card_last_four\": \"<string>\",\n \"card_country\": \"<string>\",\n \"billing_address\": \"<string>\",\n \"billing_address_line_2\": \"<string>\",\n \"billing_city\": \"<string>\",\n \"billing_state\": \"<string>\",\n \"billing_zip\": \"<string>\",\n \"billing_country\": \"<string>\",\n \"shipping_address\": \"<string>\",\n \"shipping_address_line_2\": \"<string>\",\n \"shipping_city\": \"<string>\",\n \"shipping_state\": \"<string>\",\n \"shipping_zip\": \"<string>\",\n \"shipping_country\": \"<string>\",\n \"account_status\": \"<string>\",\n \"reset_token\": \"<string>\",\n \"roles\": [\n  {\n   \"id\": \"<integer>\",\n   \"name\": \"<string>\",\n   \"description\": \"<text>\"\n  },\n  {\n   \"id\": \"<integer>\",\n   \"name\": \"<string>\",\n   \"description\": \"<text>\"\n  }\n ]\n}"}],"_postman_id":"3ff5af69-ca87-40c5-826f-5000e87c980c"},{"name":"detach Permission From User","id":"326e1d49-31a8-405d-9f4e-f5f6bff7cb1a","request":{"method":"DELETE","header":[],"url":"http://local.trifecta.com:8081/users/:user_id/permissions/:permission_id","description":"<p>Detaches a permission to a user</p>\n","urlObject":{"path":["users",":user_id","permissions",":permission_id"],"host":["http://local.trifecta.com:8081"],"query":[],"variable":[{"type":"any","key":"user_id"},{"type":"any","key":"permission_id"}]}},"response":[{"id":"49a497a1-645e-4728-9a9a-afdbaa784129","name":"user response with permissions","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://local.trifecta.com:8081/users/:user_id/permissions/:permission_id","host":["http://local.trifecta.com:8081"],"path":["users",":user_id","permissions",":permission_id"],"variable":[{"key":"user_id"},{"key":"permission_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"<integer>\",\n \"username\": \"<string>\",\n \"email\": \"<string>\",\n \"first_name\": \"<string>\",\n \"last_name\": \"<string>\",\n \"password\": \"<string>\",\n \"stripe_id\": \"<string>\",\n \"current_billing_plan\": \"<string>\",\n \"card_brand\": \"<string>\",\n \"card_last_four\": \"<string>\",\n \"card_country\": \"<string>\",\n \"billing_address\": \"<string>\",\n \"billing_address_line_2\": \"<string>\",\n \"billing_city\": \"<string>\",\n \"billing_state\": \"<string>\",\n \"billing_zip\": \"<string>\",\n \"billing_country\": \"<string>\",\n \"shipping_address\": \"<string>\",\n \"shipping_address_line_2\": \"<string>\",\n \"shipping_city\": \"<string>\",\n \"shipping_state\": \"<string>\",\n \"shipping_zip\": \"<string>\",\n \"shipping_country\": \"<string>\",\n \"account_status\": \"<string>\",\n \"reset_token\": \"<string>\",\n \"roles\": [\n  {\n   \"id\": \"<integer>\",\n   \"name\": \"<string>\",\n   \"description\": \"<text>\"\n  },\n  {\n   \"id\": \"<integer>\",\n   \"name\": \"<string>\",\n   \"description\": \"<text>\"\n  }\n ]\n}"},{"id":"785092a3-7244-4130-99cd-cb89fe4eafb5","name":"unexpected error","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://local.trifecta.com:8081/users/:user_id/permissions/:permission_id","host":["http://local.trifecta.com:8081"],"path":["users",":user_id","permissions",":permission_id"],"variable":[{"key":"user_id"},{"key":"permission_id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": \"<integer>\",\n \"message\": \"<string>\"\n}"}],"_postman_id":"326e1d49-31a8-405d-9f4e-f5f6bff7cb1a"}],"id":"15c22256-4d79-4982-81df-60b49e83c0e5","_postman_id":"15c22256-4d79-4982-81df-60b49e83c0e5","description":""}],"id":"a6e8f15c-460b-412a-880f-4b25679aceba","_postman_id":"a6e8f15c-460b-412a-880f-4b25679aceba","description":""},{"name":"search Users","id":"1560fc35-653f-41d8-8218-7da4c949bcce","request":{"method":"GET","header":[],"url":"http://local.trifecta.com:8081/users?search=<string>","description":"<p>Returns all of the users</p>\n","urlObject":{"path":["users"],"host":["http://local.trifecta.com:8081"],"query":[{"description":{"content":"<p>query string to search username, email, first_name and last_name</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"3ec3dce7-85b1-4ef3-a63e-59dc5ea380ed","name":"unexpected error","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://local.trifecta.com:8081/users?search=<string>","host":["http://local.trifecta.com:8081"],"path":["users"],"query":[{"key":"search","value":"<string>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": \"<integer>\",\n \"message\": \"<string>\"\n}"},{"id":"b177722e-cb48-4301-8004-bf523e115012","name":"user response","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://local.trifecta.com:8081/users?search=<string>","host":["http://local.trifecta.com:8081"],"path":["users"],"query":[{"key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"total\": \"<integer>\",\n \"perPage\": \"<integer>\",\n \"page\": \"<integer>\",\n \"lastPage\": \"<integer>\",\n \"data\": {\n  \"id\": \"<integer>\",\n  \"username\": \"<string>\",\n  \"email\": \"<string>\",\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"password\": \"<string>\",\n  \"stripe_id\": \"<string>\",\n  \"current_billing_plan\": \"<string>\",\n  \"card_brand\": \"<string>\",\n  \"card_last_four\": \"<string>\",\n  \"card_country\": \"<string>\",\n  \"billing_address\": \"<string>\",\n  \"billing_address_line_2\": \"<string>\",\n  \"billing_city\": \"<string>\",\n  \"billing_state\": \"<string>\",\n  \"billing_zip\": \"<string>\",\n  \"billing_country\": \"<string>\",\n  \"shipping_address\": \"<string>\",\n  \"shipping_address_line_2\": \"<string>\",\n  \"shipping_city\": \"<string>\",\n  \"shipping_state\": \"<string>\",\n  \"shipping_zip\": \"<string>\",\n  \"shipping_country\": \"<string>\",\n  \"account_status\": \"<string>\",\n  \"reset_token\": \"<string>\",\n  \"roles\": [\n   {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"description\": \"<text>\"\n   },\n   {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"description\": \"<text>\"\n   }\n  ]\n }\n}"}],"_postman_id":"1560fc35-653f-41d8-8218-7da4c949bcce"},{"name":"add User","id":"52173321-81be-4ce8-9280-4c7b8bdaa356","request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"username","value":"<string>"},{"key":"email","value":"<string>"},{"key":"first_name","value":"<string>"},{"key":"last_name","value":"<string>"},{"key":"password","value":"<string>"},{"key":"stripe_id","value":"<string>"},{"key":"current_billing_plan","value":"<string>"},{"key":"card_brand","value":"<string>"},{"key":"card_last_four","value":"<string>"},{"key":"card_country","value":"<string>"},{"key":"billing_address","value":"<string>"},{"key":"billing_address_line_2","value":"<string>"},{"key":"billing_city","value":"<string>"},{"key":"billing_state","value":"<string>"},{"key":"billing_zip","value":"<string>"},{"key":"billing_country","value":"<string>"},{"key":"shipping_address","value":"<string>"},{"key":"shipping_address_line_2","value":"<string>"},{"key":"shipping_city","value":"<string>"},{"key":"shipping_state","value":"<string>"},{"key":"shipping_zip","value":"<string>"},{"key":"shipping_country","value":"<string>"},{"key":"account_status","value":"<string>"},{"key":"reset_token","value":"<string>"}]},"url":"http://local.trifecta.com:8081/users","description":"<p>Creates a new user.</p>\n","urlObject":{"path":["users"],"host":["http://local.trifecta.com:8081"],"query":[],"variable":[]}},"response":[{"id":"a5b34d02-7b19-4bb2-9a68-f59496487c3a","name":"unexpected error","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"","type":"text/plain"},"key":"username","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"email","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"first_name","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"last_name","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"password","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"stripe_id","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"current_billing_plan","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"card_brand","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"card_last_four","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"card_country","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"billing_address","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"billing_address_line_2","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"billing_city","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"billing_state","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"billing_zip","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"billing_country","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"shipping_address","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"shipping_address_line_2","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"shipping_city","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"shipping_state","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"shipping_zip","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"shipping_country","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"account_status","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"reset_token","value":"<string>"}]},"url":"http://local.trifecta.com:8081/users"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": \"<integer>\",\n \"message\": \"<string>\"\n}"},{"id":"ced96815-0830-4b4d-9e06-930e6487010d","name":"user response","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"","type":"text/plain"},"key":"username","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"email","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"first_name","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"last_name","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"password","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"stripe_id","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"current_billing_plan","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"card_brand","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"card_last_four","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"card_country","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"billing_address","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"billing_address_line_2","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"billing_city","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"billing_state","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"billing_zip","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"billing_country","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"shipping_address","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"shipping_address_line_2","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"shipping_city","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"shipping_state","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"shipping_zip","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"shipping_country","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"account_status","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"reset_token","value":"<string>"}]},"url":"http://local.trifecta.com:8081/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"<integer>\",\n \"username\": \"<string>\",\n \"email\": \"<string>\",\n \"first_name\": \"<string>\",\n \"last_name\": \"<string>\",\n \"password\": \"<string>\",\n \"stripe_id\": \"<string>\",\n \"current_billing_plan\": \"<string>\",\n \"card_brand\": \"<string>\",\n \"card_last_four\": \"<string>\",\n \"card_country\": \"<string>\",\n \"billing_address\": \"<string>\",\n \"billing_address_line_2\": \"<string>\",\n \"billing_city\": \"<string>\",\n \"billing_state\": \"<string>\",\n \"billing_zip\": \"<string>\",\n \"billing_country\": \"<string>\",\n \"shipping_address\": \"<string>\",\n \"shipping_address_line_2\": \"<string>\",\n \"shipping_city\": \"<string>\",\n \"shipping_state\": \"<string>\",\n \"shipping_zip\": \"<string>\",\n \"shipping_country\": \"<string>\",\n \"account_status\": \"<string>\",\n \"reset_token\": \"<string>\",\n \"roles\": [\n  {\n   \"id\": \"<integer>\",\n   \"name\": \"<string>\",\n   \"description\": \"<text>\"\n  },\n  {\n   \"id\": \"<integer>\",\n   \"name\": \"<string>\",\n   \"description\": \"<text>\"\n  }\n ]\n}"}],"_postman_id":"52173321-81be-4ce8-9280-4c7b8bdaa356"},{"name":"find user by auth token","id":"d75896dd-b7fe-4643-aa23-353b24555b06","request":{"method":"GET","header":[],"url":"http://local.trifecta.com:8081/users/current","description":"<p>Returns a current user based on auth-token cookie</p>\n","urlObject":{"path":["users","current"],"host":["http://local.trifecta.com:8081"],"query":[],"variable":[]}},"response":[{"id":"24006678-4524-459e-b9c0-f597c46b9846","name":"unexpected error","originalRequest":{"method":"GET","header":[],"url":"http://local.trifecta.com:8081/users/current"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": \"<integer>\",\n \"message\": \"<string>\"\n}"},{"id":"ea828122-b650-48d6-afc9-0366e1a2c0f3","name":"user response","originalRequest":{"method":"GET","header":[],"url":"http://local.trifecta.com:8081/users/current"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"<integer>\",\n \"username\": \"<string>\",\n \"email\": \"<string>\",\n \"first_name\": \"<string>\",\n \"last_name\": \"<string>\",\n \"password\": \"<string>\",\n \"stripe_id\": \"<string>\",\n \"current_billing_plan\": \"<string>\",\n \"card_brand\": \"<string>\",\n \"card_last_four\": \"<string>\",\n \"card_country\": \"<string>\",\n \"billing_address\": \"<string>\",\n \"billing_address_line_2\": \"<string>\",\n \"billing_city\": \"<string>\",\n \"billing_state\": \"<string>\",\n \"billing_zip\": \"<string>\",\n \"billing_country\": \"<string>\",\n \"shipping_address\": \"<string>\",\n \"shipping_address_line_2\": \"<string>\",\n \"shipping_city\": \"<string>\",\n \"shipping_state\": \"<string>\",\n \"shipping_zip\": \"<string>\",\n \"shipping_country\": \"<string>\",\n \"account_status\": \"<string>\",\n \"reset_token\": \"<string>\",\n \"roles\": [\n  {\n   \"id\": \"<integer>\",\n   \"name\": \"<string>\",\n   \"description\": \"<text>\"\n  },\n  {\n   \"id\": \"<integer>\",\n   \"name\": \"<string>\",\n   \"description\": \"<text>\"\n  }\n ]\n}"}],"_postman_id":"d75896dd-b7fe-4643-aa23-353b24555b06"},{"name":"find current user's orders","id":"d8d7b590-cc71-4ccb-bd66-edb6d31ff367","request":{"method":"GET","header":[],"url":"http://local.trifecta.com:8081/users/my-orders","description":"<p>Returns a user's orders based on current user</p>\n","urlObject":{"path":["users","my-orders"],"host":["http://local.trifecta.com:8081"],"query":[],"variable":[]}},"response":[{"id":"61d4bd37-1768-4797-90cb-c0b4f3a43fae","name":"order response","originalRequest":{"method":"GET","header":[],"url":"http://local.trifecta.com:8081/users/my-orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"<integer>\",\n \"tracking_number\": \"<string>\",\n \"session_id\": \"<text>\",\n \"order_status\": \"<string>\",\n \"user_id\": \"<integer>\",\n \"referral_code\": \"<string>\",\n \"products\": [\n  {\n   \"id\": \"<integer>\",\n   \"title\": \"<string>\",\n   \"description\": \"<text>\",\n   \"image_public_id\": \"<string>\",\n   \"cost\": \"<integer>\",\n   \"line_type\": \"<string>\",\n   \"product_type\": \"<string>\"\n  },\n  {\n   \"id\": \"<integer>\",\n   \"title\": \"<string>\",\n   \"description\": \"<text>\",\n   \"image_public_id\": \"<string>\",\n   \"cost\": \"<integer>\",\n   \"line_type\": \"<string>\",\n   \"product_type\": \"<string>\"\n  }\n ]\n}"},{"id":"b76aafbf-d367-4441-9866-f3b8aa627573","name":"unexpected error","originalRequest":{"method":"GET","header":[],"url":"http://local.trifecta.com:8081/users/my-orders"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": \"<integer>\",\n \"message\": \"<string>\"\n}"}],"_postman_id":"d8d7b590-cc71-4ccb-bd66-edb6d31ff367"},{"name":"find current user's lines","id":"bb4a3754-72fe-4bd4-abf5-fbd9ba67c06e","request":{"method":"GET","header":[],"url":"http://local.trifecta.com:8081/users/my-lines","description":"<p>Returns a user's lines based on current user</p>\n","urlObject":{"path":["users","my-lines"],"host":["http://local.trifecta.com:8081"],"query":[],"variable":[]}},"response":[{"id":"21bcbfb8-d9eb-4657-82b9-ba5b5290122d","name":"order response","originalRequest":{"method":"GET","header":[],"url":"http://local.trifecta.com:8081/users/my-lines"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"phone_number\": \"<string>\",\n \"line_status\": \"<string>\",\n \"service_type\": \"<string>\",\n \"SIM_card_number\": \"<integer>\",\n \"IMEI_number\": \"<string>\",\n \"renewal_date\": \"<datetime>\",\n \"activation_date\": \"<datetime>\",\n \"user_id\": \"<integer>\"\n}"},{"id":"c48cd30c-442e-4421-aaba-5e79d5a3e52e","name":"unexpected error","originalRequest":{"method":"GET","header":[],"url":"http://local.trifecta.com:8081/users/my-lines"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": \"<integer>\",\n \"message\": \"<string>\"\n}"}],"_postman_id":"bb4a3754-72fe-4bd4-abf5-fbd9ba67c06e"},{"name":"login user","id":"acc95327-d778-45b3-82c7-fed50abb4be6","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"<string>\",\n    \"password\": \"<string>\"\n}"},"url":"http://local.trifecta.com:8081/users/login","description":"<p>Login user</p>\n","urlObject":{"path":["users","login"],"host":["http://local.trifecta.com:8081"],"query":[],"variable":[]}},"response":[{"id":"4babd6b6-8e4a-4969-bec8-a0d45fff1164","name":"login response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"<string>\",\n    \"password\": \"<string>\"\n}"},"url":"http://local.trifecta.com:8081/users/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"auth-token=abcde12345; Path=/; HttpOnly","description":""},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"<integer>\",\n \"username\": \"<string>\",\n \"email\": \"<string>\",\n \"first_name\": \"<string>\",\n \"last_name\": \"<string>\",\n \"password\": \"<string>\",\n \"stripe_id\": \"<string>\",\n \"current_billing_plan\": \"<string>\",\n \"card_brand\": \"<string>\",\n \"card_last_four\": \"<string>\",\n \"card_country\": \"<string>\",\n \"billing_address\": \"<string>\",\n \"billing_address_line_2\": \"<string>\",\n \"billing_city\": \"<string>\",\n \"billing_state\": \"<string>\",\n \"billing_zip\": \"<string>\",\n \"billing_country\": \"<string>\",\n \"shipping_address\": \"<string>\",\n \"shipping_address_line_2\": \"<string>\",\n \"shipping_city\": \"<string>\",\n \"shipping_state\": \"<string>\",\n \"shipping_zip\": \"<string>\",\n \"shipping_country\": \"<string>\",\n \"account_status\": \"<string>\",\n \"reset_token\": \"<string>\",\n \"roles\": [\n  {\n   \"id\": \"<integer>\",\n   \"name\": \"<string>\",\n   \"description\": \"<text>\"\n  },\n  {\n   \"id\": \"<integer>\",\n   \"name\": \"<string>\",\n   \"description\": \"<text>\"\n  }\n ]\n}"},{"id":"f34751aa-1169-4246-bce8-78f5c878a29e","name":"unexpected error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"<string>\",\n    \"password\": \"<string>\"\n}"},"url":"http://local.trifecta.com:8081/users/login"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": \"<integer>\",\n \"message\": \"<string>\"\n}"}],"_postman_id":"acc95327-d778-45b3-82c7-fed50abb4be6"},{"name":"logout user","id":"8c8b5736-164d-41da-8841-235310a2b014","request":{"method":"DELETE","header":[],"url":"http://local.trifecta.com:8081/users/logout","description":"<p>Logout user</p>\n","urlObject":{"path":["users","logout"],"host":["http://local.trifecta.com:8081"],"query":[],"variable":[]}},"response":[{"id":"05816e70-7c24-4e4c-a09a-0129bfa0d16e","name":"logout response","originalRequest":{"method":"DELETE","header":[],"url":"http://local.trifecta.com:8081/users/logout"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"message\": \"<string>\"\n}"},{"id":"c780b859-f6ce-429f-88bc-6ce337474beb","name":"unexpected error","originalRequest":{"method":"DELETE","header":[],"url":"http://local.trifecta.com:8081/users/logout"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": \"<integer>\",\n \"message\": \"<string>\"\n}"}],"_postman_id":"8c8b5736-164d-41da-8841-235310a2b014"},{"name":"forgot user's password","id":"16ff2701-a163-444c-b7e4-2af41c9ec0f0","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"<string>\"\n}"},"url":"http://local.trifecta.com:8081/users/forgot","description":"<p>Sends email to user with token to reset password</p>\n","urlObject":{"path":["users","forgot"],"host":["http://local.trifecta.com:8081"],"query":[],"variable":[]}},"response":[{"id":"9fae1938-3cb7-4d7f-93a9-deae595aa90d","name":"forgot password response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"<string>\"\n}"},"url":"http://local.trifecta.com:8081/users/forgot"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"username\": \"<string>\",\n \"email\": \"<string>\",\n \"first_name\": \"<string>\",\n \"last_name\": \"<string>\",\n \"password\": \"<string>\",\n \"stripe_id\": \"<string>\",\n \"current_billing_plan\": \"<string>\",\n \"card_brand\": \"<string>\",\n \"card_last_four\": \"<string>\",\n \"card_country\": \"<string>\",\n \"billing_address\": \"<string>\",\n \"billing_address_line_2\": \"<string>\",\n \"billing_city\": \"<string>\",\n \"billing_state\": \"<string>\",\n \"billing_zip\": \"<string>\",\n \"billing_country\": \"<string>\",\n \"shipping_address\": \"<string>\",\n \"shipping_address_line_2\": \"<string>\",\n \"shipping_city\": \"<string>\",\n \"shipping_state\": \"<string>\",\n \"shipping_zip\": \"<string>\",\n \"shipping_country\": \"<string>\",\n \"account_status\": \"<string>\",\n \"reset_token\": \"<string>\"\n}"},{"id":"a512e15a-4135-49b7-b95d-024ca8105da3","name":"unexpected error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"<string>\"\n}"},"url":"http://local.trifecta.com:8081/users/forgot"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": \"<integer>\",\n \"message\": \"<string>\"\n}"}],"_postman_id":"16ff2701-a163-444c-b7e4-2af41c9ec0f0"},{"name":"reset user's password","id":"e7cd3e28-76b7-4465-b5e3-1bebe1c33ef3","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"password\": \"<string>\",\n    \"token\": \"<string>\"\n}"},"url":"http://local.trifecta.com:8081/users/reset","description":"<p>Resets users password</p>\n","urlObject":{"path":["users","reset"],"host":["http://local.trifecta.com:8081"],"query":[],"variable":[]}},"response":[{"id":"48db201e-f2e9-48c2-b16e-59db069a4775","name":"unexpected error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"password\": \"<string>\",\n    \"token\": \"<string>\"\n}"},"url":"http://local.trifecta.com:8081/users/reset"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": \"<integer>\",\n \"message\": \"<string>\"\n}"},{"id":"c0b22b02-06ad-4864-bce2-4b73898ed180","name":"reset password response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"password\": \"<string>\",\n    \"token\": \"<string>\"\n}"},"url":"http://local.trifecta.com:8081/users/reset"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"username\": \"<string>\",\n \"email\": \"<string>\",\n \"first_name\": \"<string>\",\n \"last_name\": \"<string>\",\n \"password\": \"<string>\",\n \"stripe_id\": \"<string>\",\n \"current_billing_plan\": \"<string>\",\n \"card_brand\": \"<string>\",\n \"card_last_four\": \"<string>\",\n \"card_country\": \"<string>\",\n \"billing_address\": \"<string>\",\n \"billing_address_line_2\": \"<string>\",\n \"billing_city\": \"<string>\",\n \"billing_state\": \"<string>\",\n \"billing_zip\": \"<string>\",\n \"billing_country\": \"<string>\",\n \"shipping_address\": \"<string>\",\n \"shipping_address_line_2\": \"<string>\",\n \"shipping_city\": \"<string>\",\n \"shipping_state\": \"<string>\",\n \"shipping_zip\": \"<string>\",\n \"shipping_country\": \"<string>\",\n \"account_status\": \"<string>\",\n \"reset_token\": \"<string>\"\n}"}],"_postman_id":"e7cd3e28-76b7-4465-b5e3-1bebe1c33ef3"},{"name":"register the user by id","id":"e4ebbab0-bff1-49cb-a8ac-29b1f157ef04","request":{"method":"GET","header":[],"url":"http://local.trifecta.com:8081/users/test/register/:id","description":"<p>Test the USER_REGISTERED event</p>\n","urlObject":{"path":["users","test","register",":id"],"host":["http://local.trifecta.com:8081"],"query":[],"variable":[{"type":"any","key":"id"}]}},"response":[{"id":"93d86874-dacb-48f6-a978-fff4939ad212","name":"unexpected error","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://local.trifecta.com:8081/users/test/register/:id","host":["http://local.trifecta.com:8081"],"path":["users","test","register",":id"],"variable":[{"key":"id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": \"<integer>\",\n \"message\": \"<string>\"\n}"},{"id":"d2301856-1b80-4516-b1e9-8434f87b52bb","name":"user response","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://local.trifecta.com:8081/users/test/register/:id","host":["http://local.trifecta.com:8081"],"path":["users","test","register",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"<integer>\",\n \"username\": \"<string>\",\n \"email\": \"<string>\",\n \"first_name\": \"<string>\",\n \"last_name\": \"<string>\",\n \"password\": \"<string>\",\n \"stripe_id\": \"<string>\",\n \"current_billing_plan\": \"<string>\",\n \"card_brand\": \"<string>\",\n \"card_last_four\": \"<string>\",\n \"card_country\": \"<string>\",\n \"billing_address\": \"<string>\",\n \"billing_address_line_2\": \"<string>\",\n \"billing_city\": \"<string>\",\n \"billing_state\": \"<string>\",\n \"billing_zip\": \"<string>\",\n \"billing_country\": \"<string>\",\n \"shipping_address\": \"<string>\",\n \"shipping_address_line_2\": \"<string>\",\n \"shipping_city\": \"<string>\",\n \"shipping_state\": \"<string>\",\n \"shipping_zip\": \"<string>\",\n \"shipping_country\": \"<string>\",\n \"account_status\": \"<string>\",\n \"reset_token\": \"<string>\",\n \"roles\": [\n  {\n   \"id\": \"<integer>\",\n   \"name\": \"<string>\",\n   \"description\": \"<text>\"\n  },\n  {\n   \"id\": \"<integer>\",\n   \"name\": \"<string>\",\n   \"description\": \"<text>\"\n  }\n ]\n}"}],"_postman_id":"e4ebbab0-bff1-49cb-a8ac-29b1f157ef04"}],"id":"c119997a-103e-4467-8046-96ed2d643577","_postman_id":"c119997a-103e-4467-8046-96ed2d643577","description":""},{"name":"plans","item":[{"name":"{id}","item":[{"name":"get Plan","id":"dd72c736-66d5-41d4-b684-df0f9263ed22","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"schema type not provided\""},"url":"http://local.trifecta.com:8081/plans/:id","description":"<p>Get a plan.</p>\n","urlObject":{"path":["plans",":id"],"host":["http://local.trifecta.com:8081"],"query":[],"variable":[{"type":"any","key":"id"}]}},"response":[{"id":"4ee09d11-8f84-4e31-840f-43c740d8d9dd","name":"unexpected error","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"\"\""},"url":{"raw":"http://local.trifecta.com:8081/plans/:id","host":["http://local.trifecta.com:8081"],"path":["plans",":id"],"variable":[{"key":"id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": \"<integer>\",\n \"message\": \"<string>\"\n}"},{"id":"9666777e-293d-472f-84ae-821e42deb0f7","name":"plan response","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"\"\""},"url":{"raw":"http://local.trifecta.com:8081/plans/:id","host":["http://local.trifecta.com:8081"],"path":["plans",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"schema type not provided\""}],"_postman_id":"dd72c736-66d5-41d4-b684-df0f9263ed22"},{"name":"edit Plan","id":"e6ccd147-a20e-4014-ab6a-8c2fd1862932","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"schema type not provided\""},"url":"http://local.trifecta.com:8081/plans/:id","description":"<p>Edit a plan.</p>\n","urlObject":{"path":["plans",":id"],"host":["http://local.trifecta.com:8081"],"query":[],"variable":[{"type":"any","key":"id"}]}},"response":[{"id":"1cff30e6-b485-4c08-a2ea-9d3bb23c6bef","name":"unexpected error","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"\"\""},"url":{"raw":"http://local.trifecta.com:8081/plans/:id","host":["http://local.trifecta.com:8081"],"path":["plans",":id"],"variable":[{"key":"id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": \"<integer>\",\n \"message\": \"<string>\"\n}"},{"id":"9e5cda1e-c0f5-45c3-806f-f3da9bed40db","name":"plan response","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"\"\""},"url":{"raw":"http://local.trifecta.com:8081/plans/:id","host":["http://local.trifecta.com:8081"],"path":["plans",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"schema type not provided\""}],"_postman_id":"e6ccd147-a20e-4014-ab6a-8c2fd1862932"},{"name":"delete Plan","id":"14e8dd26-3c80-406a-86a7-52b0cbf98b8c","request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"schema type not provided\""},"url":"http://local.trifecta.com:8081/plans/:id","description":"<p>Delete a plan.</p>\n","urlObject":{"path":["plans",":id"],"host":["http://local.trifecta.com:8081"],"query":[],"variable":[{"type":"any","key":"id"}]}},"response":[{"id":"52c7189b-5812-40c2-8e66-3d1cbdad4225","name":"unexpected error","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"\"\""},"url":{"raw":"http://local.trifecta.com:8081/plans/:id","host":["http://local.trifecta.com:8081"],"path":["plans",":id"],"variable":[{"key":"id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": \"<integer>\",\n \"message\": \"<string>\"\n}"},{"id":"c76b9a62-0682-4498-bd3b-c87c5580f572","name":"plan response","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"\"\""},"url":{"raw":"http://local.trifecta.com:8081/plans/:id","host":["http://local.trifecta.com:8081"],"path":["plans",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"schema type not provided\""}],"_postman_id":"14e8dd26-3c80-406a-86a7-52b0cbf98b8c"}],"id":"b3e78185-431d-470f-954b-2ba48f827888","_postman_id":"b3e78185-431d-470f-954b-2ba48f827888","description":""},{"name":"search Plans","id":"f908f168-a635-4791-b285-b72c55bf7eb0","request":{"method":"GET","header":[],"url":"http://local.trifecta.com:8081/plans?=<string>","description":"<p>Returns all of the plans</p>\n","urlObject":{"path":["plans"],"host":["http://local.trifecta.com:8081"],"query":[{"description":{"content":"<p>query string to search plans by title</p>\n","type":"text/plain"},"value":"<string>"}],"variable":[]}},"response":[{"id":"094e8f0b-03ba-4e00-8c5d-07edc25eceb0","name":"plan response","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://local.trifecta.com:8081/plans?undefined=<string>","host":["http://local.trifecta.com:8081"],"path":["plans"],"query":[{"key":"undefined","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"total\": \"<integer>\",\n \"perPage\": \"<integer>\",\n \"page\": \"<integer>\",\n \"lastPage\": \"<integer>\",\n \"data\": {\n  \"value\": \"reference #/components/schemas/Plan not found in the OpenAPI spec\"\n }\n}"},{"id":"d7adce17-2e87-4819-8373-0e38c043ccba","name":"unexpected error","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://local.trifecta.com:8081/plans?undefined=<string>","host":["http://local.trifecta.com:8081"],"path":["plans"],"query":[{"key":"undefined","value":"<string>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": \"<integer>\",\n \"message\": \"<string>\"\n}"}],"_postman_id":"f908f168-a635-4791-b285-b72c55bf7eb0"},{"name":"add Plan","id":"d57abdb0-ef43-4ee8-aa44-0cd37e65e1d8","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"schema type not provided\""},"url":"http://local.trifecta.com:8081/plans","description":"<p>Creates a new plan.</p>\n","urlObject":{"path":["plans"],"host":["http://local.trifecta.com:8081"],"query":[],"variable":[]}},"response":[{"id":"4b253476-9493-4be8-b64e-a4ad4095a0b0","name":"unexpected error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"\"\""},"url":"http://local.trifecta.com:8081/plans"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": \"<integer>\",\n \"message\": \"<string>\"\n}"},{"id":"a15b4c03-a998-4c41-86a6-c217b5c6aaac","name":"plan response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"\"\""},"url":"http://local.trifecta.com:8081/plans"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"schema type not provided\""}],"_postman_id":"d57abdb0-ef43-4ee8-aa44-0cd37e65e1d8"}],"id":"54f89cbf-c9e9-44af-9061-463766362d56","_postman_id":"54f89cbf-c9e9-44af-9061-463766362d56","description":""},{"name":"products","item":[{"name":"{id}","item":[{"name":"get Product","id":"9787017c-0b3e-481a-b229-4c4188476868","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"description\": \"<text>\",\n    \"image_public_id\": \"<string>\",\n    \"cost\": \"<integer>\",\n    \"line_type\": \"<string>\",\n    \"product_type\": \"<string>\"\n}"},"url":"http://local.trifecta.com:8081/products/:id","description":"<p>Get a product.</p>\n","urlObject":{"path":["products",":id"],"host":["http://local.trifecta.com:8081"],"query":[],"variable":[{"type":"any","key":"id"}]}},"response":[{"id":"662b268a-e4d5-4228-a512-dde89ebac36d","name":"unexpected error","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"description\": \"<text>\",\n    \"image_public_id\": \"<string>\",\n    \"cost\": \"<integer>\",\n    \"line_type\": \"<string>\",\n    \"product_type\": \"<string>\"\n}"},"url":{"raw":"http://local.trifecta.com:8081/products/:id","host":["http://local.trifecta.com:8081"],"path":["products",":id"],"variable":[{"key":"id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": \"<integer>\",\n \"message\": \"<string>\"\n}"},{"id":"8b8c9cab-86d3-47ac-94cf-f067810e7a1f","name":"product response","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"description\": \"<text>\",\n    \"image_public_id\": \"<string>\",\n    \"cost\": \"<integer>\",\n    \"line_type\": \"<string>\",\n    \"product_type\": \"<string>\"\n}"},"url":{"raw":"http://local.trifecta.com:8081/products/:id","host":["http://local.trifecta.com:8081"],"path":["products",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"<integer>\",\n \"title\": \"<string>\",\n \"description\": \"<text>\",\n \"image_public_id\": \"<string>\",\n \"cost\": \"<integer>\",\n \"line_type\": \"<string>\",\n \"product_type\": \"<string>\"\n}"}],"_postman_id":"9787017c-0b3e-481a-b229-4c4188476868"},{"name":"edit Product","id":"727d1e7d-fc1d-4760-95c4-eb0c11e99661","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"description\": \"<text>\",\n    \"image_public_id\": \"<string>\",\n    \"cost\": \"<integer>\",\n    \"line_type\": \"<string>\",\n    \"product_type\": \"<string>\"\n}"},"url":"http://local.trifecta.com:8081/products/:id","description":"<p>Edit a product.</p>\n","urlObject":{"path":["products",":id"],"host":["http://local.trifecta.com:8081"],"query":[],"variable":[{"type":"any","key":"id"}]}},"response":[{"id":"6b14e5ca-1561-4ce7-83c3-bdd44be55fa2","name":"product response","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"description\": \"<text>\",\n    \"image_public_id\": \"<string>\",\n    \"cost\": \"<integer>\",\n    \"line_type\": \"<string>\",\n    \"product_type\": \"<string>\"\n}"},"url":{"raw":"http://local.trifecta.com:8081/products/:id","host":["http://local.trifecta.com:8081"],"path":["products",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"<integer>\",\n \"title\": \"<string>\",\n \"description\": \"<text>\",\n \"image_public_id\": \"<string>\",\n \"cost\": \"<integer>\",\n \"line_type\": \"<string>\",\n \"product_type\": \"<string>\"\n}"},{"id":"b32d55e5-09bb-4c9b-bc24-2f4bf90b821f","name":"unexpected error","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"description\": \"<text>\",\n    \"image_public_id\": \"<string>\",\n    \"cost\": \"<integer>\",\n    \"line_type\": \"<string>\",\n    \"product_type\": \"<string>\"\n}"},"url":{"raw":"http://local.trifecta.com:8081/products/:id","host":["http://local.trifecta.com:8081"],"path":["products",":id"],"variable":[{"key":"id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": \"<integer>\",\n \"message\": \"<string>\"\n}"}],"_postman_id":"727d1e7d-fc1d-4760-95c4-eb0c11e99661"},{"name":"delete Product","id":"0d11f358-1dc3-4524-8d91-81d0efa01d63","request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"description\": \"<text>\",\n    \"image_public_id\": \"<string>\",\n    \"cost\": \"<integer>\",\n    \"line_type\": \"<string>\",\n    \"product_type\": \"<string>\"\n}"},"url":"http://local.trifecta.com:8081/products/:id","description":"<p>Delete a product.</p>\n","urlObject":{"path":["products",":id"],"host":["http://local.trifecta.com:8081"],"query":[],"variable":[{"type":"any","key":"id"}]}},"response":[{"id":"3a7c0fec-ceb8-494d-b2f4-8b7f0912c936","name":"product response","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"description\": \"<text>\",\n    \"image_public_id\": \"<string>\",\n    \"cost\": \"<integer>\",\n    \"line_type\": \"<string>\",\n    \"product_type\": \"<string>\"\n}"},"url":{"raw":"http://local.trifecta.com:8081/products/:id","host":["http://local.trifecta.com:8081"],"path":["products",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"<integer>\",\n \"title\": \"<string>\",\n \"description\": \"<text>\",\n \"image_public_id\": \"<string>\",\n \"cost\": \"<integer>\",\n \"line_type\": \"<string>\",\n \"product_type\": \"<string>\"\n}"},{"id":"ff446709-dd86-4ea5-9d3b-2716f7a4f971","name":"unexpected error","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"description\": \"<text>\",\n    \"image_public_id\": \"<string>\",\n    \"cost\": \"<integer>\",\n    \"line_type\": \"<string>\",\n    \"product_type\": \"<string>\"\n}"},"url":{"raw":"http://local.trifecta.com:8081/products/:id","host":["http://local.trifecta.com:8081"],"path":["products",":id"],"variable":[{"key":"id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": \"<integer>\",\n \"message\": \"<string>\"\n}"}],"_postman_id":"0d11f358-1dc3-4524-8d91-81d0efa01d63"}],"id":"24312c77-8de4-4b65-92fb-c467035e001f","_postman_id":"24312c77-8de4-4b65-92fb-c467035e001f","description":""},{"name":"search Products","id":"bbec74d9-5e98-4e48-9fa9-079cc5f5e95b","request":{"method":"GET","header":[],"url":"http://local.trifecta.com:8081/products?=<string>","description":"<p>Returns all of the products</p>\n","urlObject":{"path":["products"],"host":["http://local.trifecta.com:8081"],"query":[{"description":{"content":"<p>query string to search products by title</p>\n","type":"text/plain"},"value":"<string>"}],"variable":[]}},"response":[{"id":"14ef3c8a-f3e2-4f7d-8c06-20b83171902f","name":"product response","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://local.trifecta.com:8081/products?undefined=<string>","host":["http://local.trifecta.com:8081"],"path":["products"],"query":[{"key":"undefined","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"total\": \"<integer>\",\n \"perPage\": \"<integer>\",\n \"page\": \"<integer>\",\n \"lastPage\": \"<integer>\",\n \"data\": {\n  \"id\": \"<integer>\",\n  \"title\": \"<string>\",\n  \"description\": \"<text>\",\n  \"image_public_id\": \"<string>\",\n  \"cost\": \"<integer>\",\n  \"line_type\": \"<string>\",\n  \"product_type\": \"<string>\"\n }\n}"},{"id":"d9edb21f-cf69-4cbb-b825-8e43d0d10553","name":"unexpected error","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://local.trifecta.com:8081/products?undefined=<string>","host":["http://local.trifecta.com:8081"],"path":["products"],"query":[{"key":"undefined","value":"<string>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": \"<integer>\",\n \"message\": \"<string>\"\n}"}],"_postman_id":"bbec74d9-5e98-4e48-9fa9-079cc5f5e95b"},{"name":"add Product","id":"27b107b5-b316-4aa4-875f-e9642580cc86","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"<string>\",\n    \"cost\": \"<integer>\",\n    \"line_type\": \"<string>\",\n    \"description\": \"<text>\",\n    \"image_public_id\": \"<string>\",\n    \"product_type\": \"<string>\"\n}"},"url":"http://local.trifecta.com:8081/products","description":"<p>Creates a new product.</p>\n","urlObject":{"path":["products"],"host":["http://local.trifecta.com:8081"],"query":[],"variable":[]}},"response":[{"id":"6377c421-71f5-4d97-a863-8a300cfe6bd7","name":"product response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"title\": \"<string>\",\n    \"cost\": \"<integer>\",\n    \"line_type\": \"<string>\",\n    \"description\": \"<text>\",\n    \"image_public_id\": \"<string>\",\n    \"product_type\": \"<string>\"\n}"},"url":"http://local.trifecta.com:8081/products"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"<integer>\",\n \"title\": \"<string>\",\n \"description\": \"<text>\",\n \"image_public_id\": \"<string>\",\n \"cost\": \"<integer>\",\n \"line_type\": \"<string>\",\n \"product_type\": \"<string>\"\n}"},{"id":"6c23423a-52ec-48a1-9c1a-e615c97dc1ff","name":"unexpected error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"title\": \"<string>\",\n    \"cost\": \"<integer>\",\n    \"line_type\": \"<string>\",\n    \"description\": \"<text>\",\n    \"image_public_id\": \"<string>\",\n    \"product_type\": \"<string>\"\n}"},"url":"http://local.trifecta.com:8081/products"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": \"<integer>\",\n \"message\": \"<string>\"\n}"}],"_postman_id":"27b107b5-b316-4aa4-875f-e9642580cc86"}],"id":"a20c072a-5514-4224-8529-a403477f4ee0","_postman_id":"a20c072a-5514-4224-8529-a403477f4ee0","description":""},{"name":"orders","item":[{"name":"{id}","item":[{"name":"find order by id","id":"2c7e26a2-a4a0-4bc9-882d-8098272952c6","request":{"method":"GET","header":[],"url":"http://local.trifecta.com:8081/orders/:id","description":"<p>Returns a order based on a single ID</p>\n","urlObject":{"path":["orders",":id"],"host":["http://local.trifecta.com:8081"],"query":[],"variable":[{"id":"dfb5fc2e-56e1-4105-b6d9-131b7ea5b072","description":{"content":"<p>(Required) ID of order to fetch</p>\n","type":"text/plain"},"type":"string","value":"<integer>","key":"id"}]}},"response":[{"id":"08e8cb5e-4bdc-4a65-a956-c9e9da652109","name":"order response","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://local.trifecta.com:8081/orders/:id","host":["http://local.trifecta.com:8081"],"path":["orders",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"<integer>\",\n \"tracking_number\": \"<string>\",\n \"session_id\": \"<text>\",\n \"order_status\": \"<string>\",\n \"user_id\": \"<integer>\",\n \"referral_code\": \"<string>\",\n \"products\": [\n  {\n   \"id\": \"<integer>\",\n   \"title\": \"<string>\",\n   \"description\": \"<text>\",\n   \"image_public_id\": \"<string>\",\n   \"cost\": \"<integer>\",\n   \"line_type\": \"<string>\",\n   \"product_type\": \"<string>\"\n  },\n  {\n   \"id\": \"<integer>\",\n   \"title\": \"<string>\",\n   \"description\": \"<text>\",\n   \"image_public_id\": \"<string>\",\n   \"cost\": \"<integer>\",\n   \"line_type\": \"<string>\",\n   \"product_type\": \"<string>\"\n  }\n ]\n}"},{"id":"ffd0142b-3f70-4400-9cd9-b7c8e7fc432a","name":"unexpected error","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://local.trifecta.com:8081/orders/:id","host":["http://local.trifecta.com:8081"],"path":["orders",":id"],"variable":[{"key":"id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": \"<integer>\",\n \"message\": \"<string>\"\n}"}],"_postman_id":"2c7e26a2-a4a0-4bc9-882d-8098272952c6"},{"name":"update Order","id":"bd4ea02b-2d48-43cd-b7e3-29d662772c18","request":{"method":"PUT","header":[],"url":"http://local.trifecta.com:8081/orders/:id","description":"<p>updates a single order based on the ID supplied</p>\n","urlObject":{"path":["orders",":id"],"host":["http://local.trifecta.com:8081"],"query":[],"variable":[{"id":"250fca78-986c-4374-a489-6081475e5d2d","description":{"content":"<p>(Required) ID of order to update</p>\n","type":"text/plain"},"type":"string","value":"<integer>","key":"id"}]}},"response":[{"id":"940a1050-3a6b-4a67-aa26-8a1157210ef2","name":"unexpected error","originalRequest":{"method":"PUT","header":[],"url":{"raw":"http://local.trifecta.com:8081/orders/:id","host":["http://local.trifecta.com:8081"],"path":["orders",":id"],"variable":[{"key":"id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": \"<integer>\",\n \"message\": \"<string>\"\n}"},{"id":"9bd669dd-8d6e-49f2-a0ea-4f8135123dc6","name":"order response","originalRequest":{"method":"PUT","header":[],"url":{"raw":"http://local.trifecta.com:8081/orders/:id","host":["http://local.trifecta.com:8081"],"path":["orders",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"<integer>\",\n \"tracking_number\": \"<string>\",\n \"session_id\": \"<text>\",\n \"order_status\": \"<string>\",\n \"user_id\": \"<integer>\",\n \"referral_code\": \"<string>\",\n \"products\": [\n  {\n   \"id\": \"<integer>\",\n   \"title\": \"<string>\",\n   \"description\": \"<text>\",\n   \"image_public_id\": \"<string>\",\n   \"cost\": \"<integer>\",\n   \"line_type\": \"<string>\",\n   \"product_type\": \"<string>\"\n  },\n  {\n   \"id\": \"<integer>\",\n   \"title\": \"<string>\",\n   \"description\": \"<text>\",\n   \"image_public_id\": \"<string>\",\n   \"cost\": \"<integer>\",\n   \"line_type\": \"<string>\",\n   \"product_type\": \"<string>\"\n  }\n ]\n}"}],"_postman_id":"bd4ea02b-2d48-43cd-b7e3-29d662772c18"},{"name":"delete Order","id":"99914532-3db9-4bba-9eb6-592c3472538a","request":{"method":"DELETE","header":[],"url":"http://local.trifecta.com:8081/orders/:id","description":"<p>deletes a single order based on the ID supplied</p>\n","urlObject":{"path":["orders",":id"],"host":["http://local.trifecta.com:8081"],"query":[],"variable":[{"id":"be3c0ea3-1402-41a3-bc6b-813a192e0c2a","description":{"content":"<p>(Required) ID of order to delete</p>\n","type":"text/plain"},"type":"string","value":"<integer>","key":"id"}]}},"response":[{"id":"766db6aa-ce55-48a7-a526-d920a40c992a","name":"unexpected error","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://local.trifecta.com:8081/orders/:id","host":["http://local.trifecta.com:8081"],"path":["orders",":id"],"variable":[{"key":"id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": \"<integer>\",\n \"message\": \"<string>\"\n}"},{"id":"7eae977e-3854-4bac-8c47-7d5f49e84434","name":"order deleted","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://local.trifecta.com:8081/orders/:id","host":["http://local.trifecta.com:8081"],"path":["orders",":id"],"variable":[{"key":"id"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"99914532-3db9-4bba-9eb6-592c3472538a"}],"id":"2b45545f-3176-4b1c-ba5d-9c92c689a4e9","_postman_id":"2b45545f-3176-4b1c-ba5d-9c92c689a4e9","description":""},{"name":"{order id}/products/{product id}","item":[{"name":"attach Product","id":"defe58f3-6fc4-431a-bb15-b758a9e59c77","request":{"method":"PUT","header":[],"url":"http://local.trifecta.com:8081/orders/:order_id/products/:product_id","description":"<p>attachs a product to an order</p>\n","urlObject":{"path":["orders",":order_id","products",":product_id"],"host":["http://local.trifecta.com:8081"],"query":[],"variable":[{"id":"2f90b4c6-124d-4b64-97e4-d41c05650986","description":{"content":"<p>(Required) ID of order to update</p>\n","type":"text/plain"},"type":"string","value":"<integer>","key":"order_id"},{"id":"3cdedfda-53ff-46e6-9e83-d8f966f795fb","description":{"content":"<p>(Required) ID of product to attach</p>\n","type":"text/plain"},"type":"string","value":"<integer>","key":"product_id"}]}},"response":[{"id":"1f0fea7f-8f35-486a-a592-fff6f67248a7","name":"unexpected error","originalRequest":{"method":"PUT","header":[],"url":{"raw":"http://local.trifecta.com:8081/orders/:order_id/products/:product_id","host":["http://local.trifecta.com:8081"],"path":["orders",":order_id","products",":product_id"],"variable":[{"key":"order_id"},{"key":"product_id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": \"<integer>\",\n \"message\": \"<string>\"\n}"},{"id":"ff55dbb9-59ee-4fbe-a709-1dc8d05ee155","name":"order response","originalRequest":{"method":"PUT","header":[],"url":{"raw":"http://local.trifecta.com:8081/orders/:order_id/products/:product_id","host":["http://local.trifecta.com:8081"],"path":["orders",":order_id","products",":product_id"],"variable":[{"key":"order_id"},{"key":"product_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"<integer>\",\n \"tracking_number\": \"<string>\",\n \"session_id\": \"<text>\",\n \"order_status\": \"<string>\",\n \"user_id\": \"<integer>\",\n \"referral_code\": \"<string>\",\n \"products\": [\n  {\n   \"id\": \"<integer>\",\n   \"title\": \"<string>\",\n   \"description\": \"<text>\",\n   \"image_public_id\": \"<string>\",\n   \"cost\": \"<integer>\",\n   \"line_type\": \"<string>\",\n   \"product_type\": \"<string>\"\n  },\n  {\n   \"id\": \"<integer>\",\n   \"title\": \"<string>\",\n   \"description\": \"<text>\",\n   \"image_public_id\": \"<string>\",\n   \"cost\": \"<integer>\",\n   \"line_type\": \"<string>\",\n   \"product_type\": \"<string>\"\n  }\n ]\n}"}],"_postman_id":"defe58f3-6fc4-431a-bb15-b758a9e59c77"},{"name":"detach Product","id":"666cc391-a3d4-4aec-838b-d41fd28cdc1f","request":{"method":"DELETE","header":[],"url":"http://local.trifecta.com:8081/orders/:order_id/products/:product_id","description":"<p>detaches a product from an order</p>\n","urlObject":{"path":["orders",":order_id","products",":product_id"],"host":["http://local.trifecta.com:8081"],"query":[],"variable":[{"id":"0f8532ae-4463-4d2b-9c9f-12d3b7d32020","description":{"content":"<p>(Required) ID of order to update</p>\n","type":"text/plain"},"type":"string","value":"<integer>","key":"order_id"},{"id":"7aa48c99-71b0-4889-9a64-b21020737178","description":{"content":"<p>(Required) ID of product to attach</p>\n","type":"text/plain"},"type":"string","value":"<integer>","key":"product_id"}]}},"response":[{"id":"2c53537c-0647-4967-b5dc-a6fda35fd16c","name":"unexpected error","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://local.trifecta.com:8081/orders/:order_id/products/:product_id","host":["http://local.trifecta.com:8081"],"path":["orders",":order_id","products",":product_id"],"variable":[{"key":"order_id"},{"key":"product_id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": \"<integer>\",\n \"message\": \"<string>\"\n}"},{"id":"b8bd2338-a816-4251-9d53-b45b0925c82d","name":"order response","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://local.trifecta.com:8081/orders/:order_id/products/:product_id","host":["http://local.trifecta.com:8081"],"path":["orders",":order_id","products",":product_id"],"variable":[{"key":"order_id"},{"key":"product_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"<integer>\",\n \"tracking_number\": \"<string>\",\n \"session_id\": \"<text>\",\n \"order_status\": \"<string>\",\n \"user_id\": \"<integer>\",\n \"referral_code\": \"<string>\",\n \"products\": [\n  {\n   \"id\": \"<integer>\",\n   \"title\": \"<string>\",\n   \"description\": \"<text>\",\n   \"image_public_id\": \"<string>\",\n   \"cost\": \"<integer>\",\n   \"line_type\": \"<string>\",\n   \"product_type\": \"<string>\"\n  },\n  {\n   \"id\": \"<integer>\",\n   \"title\": \"<string>\",\n   \"description\": \"<text>\",\n   \"image_public_id\": \"<string>\",\n   \"cost\": \"<integer>\",\n   \"line_type\": \"<string>\",\n   \"product_type\": \"<string>\"\n  }\n ]\n}"}],"_postman_id":"666cc391-a3d4-4aec-838b-d41fd28cdc1f"}],"id":"bc2d1d1f-f592-4814-8433-0be397fd3ab5","_postman_id":"bc2d1d1f-f592-4814-8433-0be397fd3ab5","description":""},{"name":"test","item":[{"name":"fire order created event by id","id":"c0a0398a-b8a2-4cb8-a6bd-784ef22a81a5","request":{"method":"GET","header":[],"url":"http://local.trifecta.com:8081/orders/test/created/:id","description":"<p>Tests an order created event by ID</p>\n","urlObject":{"path":["orders","test","created",":id"],"host":["http://local.trifecta.com:8081"],"query":[],"variable":[{"id":"77227970-a0c0-49e7-9d7f-d2f0b0dd444f","description":{"content":"<p>(Required) ID of order to fetch</p>\n","type":"text/plain"},"type":"string","value":"<integer>","key":"id"}]}},"response":[{"id":"0b5736a4-e63e-4a83-9d2a-44e06d664a6b","name":"unexpected error","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://local.trifecta.com:8081/orders/test/created/:id","host":["http://local.trifecta.com:8081"],"path":["orders","test","created",":id"],"variable":[{"key":"id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": \"<integer>\",\n \"message\": \"<string>\"\n}"},{"id":"d435edf5-b306-4aa0-8bb3-f4b640bc72b0","name":"order response","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://local.trifecta.com:8081/orders/test/created/:id","host":["http://local.trifecta.com:8081"],"path":["orders","test","created",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"<integer>\",\n \"tracking_number\": \"<string>\",\n \"session_id\": \"<text>\",\n \"order_status\": \"<string>\",\n \"user_id\": \"<integer>\",\n \"referral_code\": \"<string>\",\n \"products\": [\n  {\n   \"id\": \"<integer>\",\n   \"title\": \"<string>\",\n   \"description\": \"<text>\",\n   \"image_public_id\": \"<string>\",\n   \"cost\": \"<integer>\",\n   \"line_type\": \"<string>\",\n   \"product_type\": \"<string>\"\n  },\n  {\n   \"id\": \"<integer>\",\n   \"title\": \"<string>\",\n   \"description\": \"<text>\",\n   \"image_public_id\": \"<string>\",\n   \"cost\": \"<integer>\",\n   \"line_type\": \"<string>\",\n   \"product_type\": \"<string>\"\n  }\n ]\n}"}],"_postman_id":"c0a0398a-b8a2-4cb8-a6bd-784ef22a81a5"},{"name":"fire order paid event by id","id":"00e8f966-1565-44a8-94bb-044e1c4a5aba","request":{"method":"GET","header":[],"url":"http://local.trifecta.com:8081/orders/test/paid/:id","description":"<p>Tests an order paid event by ID</p>\n","urlObject":{"path":["orders","test","paid",":id"],"host":["http://local.trifecta.com:8081"],"query":[],"variable":[{"id":"0e607033-c3f2-41d2-b255-f383a8e5a867","description":{"content":"<p>(Required) ID of order to fetch</p>\n","type":"text/plain"},"type":"string","value":"<integer>","key":"id"}]}},"response":[{"id":"0ac010b2-517e-4d61-92c7-37bc5141e714","name":"unexpected error","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://local.trifecta.com:8081/orders/test/paid/:id","host":["http://local.trifecta.com:8081"],"path":["orders","test","paid",":id"],"variable":[{"key":"id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": \"<integer>\",\n \"message\": \"<string>\"\n}"},{"id":"0ef65ce2-aff8-4bbe-8700-7954d477eb9c","name":"order response","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://local.trifecta.com:8081/orders/test/paid/:id","host":["http://local.trifecta.com:8081"],"path":["orders","test","paid",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"<integer>\",\n \"tracking_number\": \"<string>\",\n \"session_id\": \"<text>\",\n \"order_status\": \"<string>\",\n \"user_id\": \"<integer>\",\n \"referral_code\": \"<string>\",\n \"products\": [\n  {\n   \"id\": \"<integer>\",\n   \"title\": \"<string>\",\n   \"description\": \"<text>\",\n   \"image_public_id\": \"<string>\",\n   \"cost\": \"<integer>\",\n   \"line_type\": \"<string>\",\n   \"product_type\": \"<string>\"\n  },\n  {\n   \"id\": \"<integer>\",\n   \"title\": \"<string>\",\n   \"description\": \"<text>\",\n   \"image_public_id\": \"<string>\",\n   \"cost\": \"<integer>\",\n   \"line_type\": \"<string>\",\n   \"product_type\": \"<string>\"\n  }\n ]\n}"}],"_postman_id":"00e8f966-1565-44a8-94bb-044e1c4a5aba"}],"id":"b6643a51-7643-4884-8fcb-858eca0bf385","_postman_id":"b6643a51-7643-4884-8fcb-858eca0bf385","description":""},{"name":"search Orders","id":"c30f377f-1544-4896-9c9c-3edb0a9ba4c6","request":{"method":"GET","header":[],"url":"http://local.trifecta.com:8081/orders?=<string>","description":"<p>Returns all of the orders</p>\n","urlObject":{"path":["orders"],"host":["http://local.trifecta.com:8081"],"query":[{"description":{"content":"<p>query string to search orders by something</p>\n","type":"text/plain"},"value":"<string>"}],"variable":[]}},"response":[{"id":"342bd9fa-11fe-419b-abbd-877576ceb9e6","name":"order response","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://local.trifecta.com:8081/orders?undefined=<string>","host":["http://local.trifecta.com:8081"],"path":["orders"],"query":[{"key":"undefined","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"total\": \"<integer>\",\n \"perPage\": \"<integer>\",\n \"page\": \"<integer>\",\n \"lastPage\": \"<integer>\",\n \"data\": {\n  \"id\": \"<integer>\",\n  \"tracking_number\": \"<string>\",\n  \"session_id\": \"<text>\",\n  \"order_status\": \"<string>\",\n  \"user_id\": \"<integer>\",\n  \"referral_code\": \"<string>\",\n  \"products\": [\n   {\n    \"id\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"description\": \"<text>\",\n    \"image_public_id\": \"<string>\",\n    \"cost\": \"<integer>\",\n    \"line_type\": \"<string>\",\n    \"product_type\": \"<string>\"\n   },\n   {\n    \"id\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"description\": \"<text>\",\n    \"image_public_id\": \"<string>\",\n    \"cost\": \"<integer>\",\n    \"line_type\": \"<string>\",\n    \"product_type\": \"<string>\"\n   }\n  ]\n }\n}"},{"id":"3727ca73-5c59-4b00-9cc6-21d54f1f9b4c","name":"unexpected error","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://local.trifecta.com:8081/orders?undefined=<string>","host":["http://local.trifecta.com:8081"],"path":["orders"],"query":[{"key":"undefined","value":"<string>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": \"<integer>\",\n \"message\": \"<string>\"\n}"}],"_postman_id":"c30f377f-1544-4896-9c9c-3edb0a9ba4c6"},{"name":"add Order","id":"ad72f037-6404-4f85-9680-ba4cbb96577f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"products\": [\n        {\n            \"id\": 1\n        }\n    ],\n    \"user_id\": 1,\n    \"session_id\": \"<text>\",\n    \"order_status\": \"<string>\",\n    \"referral_code\": \"<string>\"\n}"},"url":"http://local.trifecta.com:8081/orders","description":"<p>Creates a new order.</p>\n","urlObject":{"path":["orders"],"host":["http://local.trifecta.com:8081"],"query":[],"variable":[]}},"response":[{"id":"89a4b423-28c1-4215-83aa-45913c247875","name":"order response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"products\": [\n        {\n            \"id\": \"<integer>\"\n        },\n        {\n            \"id\": \"<integer>\"\n        }\n    ],\n    \"user_id\": \"<integer>\",\n    \"tracking_number\": \"<string>\",\n    \"session_id\": \"<text>\",\n    \"order_status\": \"<string>\",\n    \"referral_code\": \"<string>\"\n}"},"url":"http://local.trifecta.com:8081/orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"<integer>\",\n \"tracking_number\": \"<string>\",\n \"session_id\": \"<text>\",\n \"order_status\": \"<string>\",\n \"user_id\": \"<integer>\",\n \"referral_code\": \"<string>\",\n \"products\": [\n  {\n   \"id\": \"<integer>\",\n   \"title\": \"<string>\",\n   \"description\": \"<text>\",\n   \"image_public_id\": \"<string>\",\n   \"cost\": \"<integer>\",\n   \"line_type\": \"<string>\",\n   \"product_type\": \"<string>\"\n  },\n  {\n   \"id\": \"<integer>\",\n   \"title\": \"<string>\",\n   \"description\": \"<text>\",\n   \"image_public_id\": \"<string>\",\n   \"cost\": \"<integer>\",\n   \"line_type\": \"<string>\",\n   \"product_type\": \"<string>\"\n  }\n ]\n}"},{"id":"936ded46-b7d5-4056-a20e-8620ef4acbb9","name":"unexpected error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"products\": [\n        {\n            \"id\": \"<integer>\"\n        },\n        {\n            \"id\": \"<integer>\"\n        }\n    ],\n    \"user_id\": \"<integer>\",\n    \"tracking_number\": \"<string>\",\n    \"session_id\": \"<text>\",\n    \"order_status\": \"<string>\",\n    \"referral_code\": \"<string>\"\n}"},"url":"http://local.trifecta.com:8081/orders"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": \"<integer>\",\n \"message\": \"<string>\"\n}"}],"_postman_id":"ad72f037-6404-4f85-9680-ba4cbb96577f"}],"id":"06ec033b-8626-4f4c-802e-d92259fc6989","_postman_id":"06ec033b-8626-4f4c-802e-d92259fc6989","description":""},{"name":"roles","item":[{"name":"{id}","item":[{"name":"find role by id","id":"4144c836-7833-455a-9a00-58fa69077aca","request":{"method":"GET","header":[],"url":"http://local.trifecta.com:8081/roles/:id","description":"<p>Returns a role based on a single ID</p>\n","urlObject":{"path":["roles",":id"],"host":["http://local.trifecta.com:8081"],"query":[],"variable":[{"id":"8fdd6076-931d-4173-9fcd-8b669ef8ea22","description":{"content":"<p>(Required) ID of role to fetch</p>\n","type":"text/plain"},"type":"string","value":"<integer>","key":"id"}]}},"response":[{"id":"6667668c-5153-4ba1-acb7-b5be2076d03b","name":"unexpected error","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://local.trifecta.com:8081/roles/:id","host":["http://local.trifecta.com:8081"],"path":["roles",":id"],"variable":[{"key":"id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": \"<integer>\",\n \"message\": \"<string>\"\n}"},{"id":"6e2592de-a70d-44b9-9a17-b9797ad35df3","name":"role response","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://local.trifecta.com:8081/roles/:id","host":["http://local.trifecta.com:8081"],"path":["roles",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"<integer>\",\n \"name\": \"<string>\",\n \"description\": \"<text>\"\n}"}],"_postman_id":"4144c836-7833-455a-9a00-58fa69077aca"},{"name":"updaterole","id":"8325012a-c761-4186-b50d-c53ff696a45d","request":{"method":"PUT","header":[],"url":"http://local.trifecta.com:8081/roles/:id","description":"<p>updates a single role based on the ID supplied</p>\n","urlObject":{"path":["roles",":id"],"host":["http://local.trifecta.com:8081"],"query":[],"variable":[{"id":"4de37feb-dd64-4551-ab8f-8402cb4933cf","description":{"content":"<p>(Required) ID of role to update</p>\n","type":"text/plain"},"type":"string","value":"<integer>","key":"id"}]}},"response":[{"id":"64464b72-125a-4cb3-97a8-781085a4292a","name":"unexpected error","originalRequest":{"method":"PUT","header":[],"url":{"raw":"http://local.trifecta.com:8081/roles/:id","host":["http://local.trifecta.com:8081"],"path":["roles",":id"],"variable":[{"key":"id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": \"<integer>\",\n \"message\": \"<string>\"\n}"},{"id":"af6c7cc1-a244-4dd1-80cc-d69d5776a425","name":"role response","originalRequest":{"method":"PUT","header":[],"url":{"raw":"http://local.trifecta.com:8081/roles/:id","host":["http://local.trifecta.com:8081"],"path":["roles",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"<integer>\",\n \"name\": \"<string>\",\n \"description\": \"<text>\"\n}"}],"_postman_id":"8325012a-c761-4186-b50d-c53ff696a45d"},{"name":"deleterole","id":"0fea1b63-8cef-46f7-b36b-d5ae8c3b196c","request":{"method":"DELETE","header":[],"url":"http://local.trifecta.com:8081/roles/:id","description":"<p>deletes a single role based on the ID supplied</p>\n","urlObject":{"path":["roles",":id"],"host":["http://local.trifecta.com:8081"],"query":[],"variable":[{"id":"f1708354-33af-4819-b5d9-e1bc7b58639c","description":{"content":"<p>(Required) ID of role to delete</p>\n","type":"text/plain"},"type":"string","value":"<integer>","key":"id"}]}},"response":[{"id":"35987c28-0517-45ba-ae97-6628056b1294","name":"role deleted","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://local.trifecta.com:8081/roles/:id","host":["http://local.trifecta.com:8081"],"path":["roles",":id"],"variable":[{"key":"id"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"86bb1f13-f539-45a1-acf7-c7d92660cb5c","name":"unexpected error","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://local.trifecta.com:8081/roles/:id","host":["http://local.trifecta.com:8081"],"path":["roles",":id"],"variable":[{"key":"id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": \"<integer>\",\n \"message\": \"<string>\"\n}"}],"_postman_id":"0fea1b63-8cef-46f7-b36b-d5ae8c3b196c"}],"id":"e8791087-91c6-445c-8a2d-5a04a2ec196e","_postman_id":"e8791087-91c6-445c-8a2d-5a04a2ec196e","description":""},{"name":"{role id}/permissions/{permission id}","item":[{"name":"attach Permission To Role","id":"27ec5556-5923-42c3-b7e3-1156ae2d9196","request":{"method":"PUT","header":[],"url":"http://local.trifecta.com:8081/roles/:role_id/permissions/:permission_id","description":"<p>attaches a permission to a role</p>\n","urlObject":{"path":["roles",":role_id","permissions",":permission_id"],"host":["http://local.trifecta.com:8081"],"query":[],"variable":[{"type":"any","key":"role_id"},{"type":"any","key":"permission_id"}]}},"response":[{"id":"73c0a372-88d6-4a51-b983-bef058319aef","name":"unexpected error","originalRequest":{"method":"PUT","header":[],"url":{"raw":"http://local.trifecta.com:8081/roles/:role_id/permissions/:permission_id","host":["http://local.trifecta.com:8081"],"path":["roles",":role_id","permissions",":permission_id"],"variable":[{"key":"role_id"},{"key":"permission_id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": \"<integer>\",\n \"message\": \"<string>\"\n}"},{"id":"990e0dd7-4a6a-46b3-93df-6aba794e7702","name":"role response with permissions","originalRequest":{"method":"PUT","header":[],"url":{"raw":"http://local.trifecta.com:8081/roles/:role_id/permissions/:permission_id","host":["http://local.trifecta.com:8081"],"path":["roles",":role_id","permissions",":permission_id"],"variable":[{"key":"role_id"},{"key":"permission_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"<integer>\",\n \"name\": \"<string>\",\n \"description\": \"<text>\"\n}"}],"_postman_id":"27ec5556-5923-42c3-b7e3-1156ae2d9196"},{"name":"detach Permission From Role","id":"5a858827-24da-47df-b211-ea4fd2a12e85","request":{"method":"DELETE","header":[],"url":"http://local.trifecta.com:8081/roles/:role_id/permissions/:permission_id","description":"<p>detaches a permission to a role</p>\n","urlObject":{"path":["roles",":role_id","permissions",":permission_id"],"host":["http://local.trifecta.com:8081"],"query":[],"variable":[{"type":"any","key":"role_id"},{"type":"any","key":"permission_id"}]}},"response":[{"id":"2e8e3308-6fc9-4b16-a0b8-1a6daa12beb1","name":"role response with permissions","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://local.trifecta.com:8081/roles/:role_id/permissions/:permission_id","host":["http://local.trifecta.com:8081"],"path":["roles",":role_id","permissions",":permission_id"],"variable":[{"key":"role_id"},{"key":"permission_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"<integer>\",\n \"name\": \"<string>\",\n \"description\": \"<text>\"\n}"},{"id":"a0bc03f1-0345-4ba9-86a3-9837561a7657","name":"unexpected error","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://local.trifecta.com:8081/roles/:role_id/permissions/:permission_id","host":["http://local.trifecta.com:8081"],"path":["roles",":role_id","permissions",":permission_id"],"variable":[{"key":"role_id"},{"key":"permission_id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": \"<integer>\",\n \"message\": \"<string>\"\n}"}],"_postman_id":"5a858827-24da-47df-b211-ea4fd2a12e85"}],"id":"da8e692b-ba19-4166-945a-e70051132286","_postman_id":"da8e692b-ba19-4166-945a-e70051132286","description":""},{"name":"searchroles","id":"9c911296-8bb1-44ec-809b-b1c77b64be6c","request":{"method":"GET","header":[],"url":"http://local.trifecta.com:8081/roles?=<string>","description":"<p>Returns all of the roles</p>\n","urlObject":{"path":["roles"],"host":["http://local.trifecta.com:8081"],"query":[{"description":{"content":"<p>query string to search roles by something</p>\n","type":"text/plain"},"value":"<string>"}],"variable":[]}},"response":[{"id":"597ee4cc-2f29-44a5-997f-42ebddc07398","name":"unexpected error","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://local.trifecta.com:8081/roles?undefined=<string>","host":["http://local.trifecta.com:8081"],"path":["roles"],"query":[{"key":"undefined","value":"<string>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": \"<integer>\",\n \"message\": \"<string>\"\n}"},{"id":"9397978c-324a-4e19-a6b4-e39806854dc4","name":"role response","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://local.trifecta.com:8081/roles?undefined=<string>","host":["http://local.trifecta.com:8081"],"path":["roles"],"query":[{"key":"undefined","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"total\": \"<integer>\",\n \"perPage\": \"<integer>\",\n \"page\": \"<integer>\",\n \"lastPage\": \"<integer>\",\n \"data\": {\n  \"id\": \"<integer>\",\n  \"name\": \"<string>\",\n  \"description\": \"<text>\"\n }\n}"}],"_postman_id":"9c911296-8bb1-44ec-809b-b1c77b64be6c"},{"name":"addrole","id":"e3b980f7-f5d3-4e00-bb36-72f270a14e7d","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"<string>\",\n    \"description\": \"<text>\"\n}"},"url":"http://local.trifecta.com:8081/roles","description":"<p>Creates a new role.</p>\n","urlObject":{"path":["roles"],"host":["http://local.trifecta.com:8081"],"query":[],"variable":[]}},"response":[{"id":"476da3e5-3b0b-4f6b-8331-c42f797f7b25","name":"unexpected error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"<string>\",\n    \"description\": \"<text>\"\n}"},"url":"http://local.trifecta.com:8081/roles"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": \"<integer>\",\n \"message\": \"<string>\"\n}"},{"id":"69d99514-2a3c-44e6-bcce-5779ba25ce28","name":"role response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"<string>\",\n    \"description\": \"<text>\"\n}"},"url":"http://local.trifecta.com:8081/roles"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"<integer>\",\n \"name\": \"<string>\",\n \"description\": \"<text>\"\n}"}],"_postman_id":"e3b980f7-f5d3-4e00-bb36-72f270a14e7d"}],"id":"7589d3b0-f956-48d4-94d8-0b9fd78ce98c","_postman_id":"7589d3b0-f956-48d4-94d8-0b9fd78ce98c","description":""},{"name":"permissions","item":[{"name":"{id}","item":[{"name":"find permission by id","id":"a6486a58-75af-4fb1-acf6-7aa727ced210","request":{"method":"GET","header":[],"url":"http://local.trifecta.com:8081/permissions/:id","description":"<p>Returns a permission based on a single ID</p>\n","urlObject":{"path":["permissions",":id"],"host":["http://local.trifecta.com:8081"],"query":[],"variable":[{"id":"48e4c6f8-9fc1-4a2d-888d-fe969331bd1c","description":{"content":"<p>(Required) ID of permission to fetch</p>\n","type":"text/plain"},"type":"string","value":"<integer>","key":"id"}]}},"response":[{"id":"2375aaa6-4497-42f9-bb9b-2ddba03f2f00","name":"permission response","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://local.trifecta.com:8081/permissions/:id","host":["http://local.trifecta.com:8081"],"path":["permissions",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"<integer>\",\n \"name\": \"<string>\",\n \"description\": \"<text>\"\n}"},{"id":"f366fc4a-b024-4446-b547-edce651e8f32","name":"unexpected error","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://local.trifecta.com:8081/permissions/:id","host":["http://local.trifecta.com:8081"],"path":["permissions",":id"],"variable":[{"key":"id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": \"<integer>\",\n \"message\": \"<string>\"\n}"}],"_postman_id":"a6486a58-75af-4fb1-acf6-7aa727ced210"},{"name":"updatepermission","id":"bb39b20d-a0c3-4aba-a730-cfaa4e9422d6","request":{"method":"PUT","header":[],"url":"http://local.trifecta.com:8081/permissions/:id","description":"<p>updates a single permission based on the ID supplied</p>\n","urlObject":{"path":["permissions",":id"],"host":["http://local.trifecta.com:8081"],"query":[],"variable":[{"id":"caf9c9a2-9b6d-4a60-a78b-8bc7711ed2a0","description":{"content":"<p>(Required) ID of permission to update</p>\n","type":"text/plain"},"type":"string","value":"<integer>","key":"id"}]}},"response":[{"id":"7a9683bf-033b-4363-813b-655307c7e515","name":"unexpected error","originalRequest":{"method":"PUT","header":[],"url":{"raw":"http://local.trifecta.com:8081/permissions/:id","host":["http://local.trifecta.com:8081"],"path":["permissions",":id"],"variable":[{"key":"id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": \"<integer>\",\n \"message\": \"<string>\"\n}"},{"id":"dc53c5a4-bfb4-43cd-8e8c-865da7a77a30","name":"permission response","originalRequest":{"method":"PUT","header":[],"url":{"raw":"http://local.trifecta.com:8081/permissions/:id","host":["http://local.trifecta.com:8081"],"path":["permissions",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"<integer>\",\n \"name\": \"<string>\",\n \"description\": \"<text>\"\n}"}],"_postman_id":"bb39b20d-a0c3-4aba-a730-cfaa4e9422d6"},{"name":"deletepermission","id":"8ecf2154-49d2-4dfc-92dc-38e79b17f298","request":{"method":"DELETE","header":[],"url":"http://local.trifecta.com:8081/permissions/:id","description":"<p>deletes a single permission based on the ID supplied</p>\n","urlObject":{"path":["permissions",":id"],"host":["http://local.trifecta.com:8081"],"query":[],"variable":[{"id":"b4474af7-ed47-4604-94bf-200132ba8f23","description":{"content":"<p>(Required) ID of permission to delete</p>\n","type":"text/plain"},"type":"string","value":"<integer>","key":"id"}]}},"response":[{"id":"0825b824-16a1-4c33-be61-b30e6d5840e9","name":"unexpected error","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://local.trifecta.com:8081/permissions/:id","host":["http://local.trifecta.com:8081"],"path":["permissions",":id"],"variable":[{"key":"id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": \"<integer>\",\n \"message\": \"<string>\"\n}"},{"id":"8903964b-636d-45e3-ac2c-d74ec6434833","name":"permission deleted","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://local.trifecta.com:8081/permissions/:id","host":["http://local.trifecta.com:8081"],"path":["permissions",":id"],"variable":[{"key":"id"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8ecf2154-49d2-4dfc-92dc-38e79b17f298"}],"id":"df08a877-3164-41ac-aaec-9c7814c2c36e","_postman_id":"df08a877-3164-41ac-aaec-9c7814c2c36e","description":""},{"name":"searchpermissions","id":"a0066548-a639-4f9b-9b3c-20b8a83deca2","request":{"method":"GET","header":[],"url":"http://local.trifecta.com:8081/permissions?=<string>","description":"<p>Returns all of the permissions</p>\n","urlObject":{"path":["permissions"],"host":["http://local.trifecta.com:8081"],"query":[{"description":{"content":"<p>query string to search permissions by something</p>\n","type":"text/plain"},"value":"<string>"}],"variable":[]}},"response":[{"id":"5aaef2d6-663e-4ae2-af97-e1c86822b1cd","name":"permission response","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://local.trifecta.com:8081/permissions?undefined=<string>","host":["http://local.trifecta.com:8081"],"path":["permissions"],"query":[{"key":"undefined","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"total\": \"<integer>\",\n \"perPage\": \"<integer>\",\n \"page\": \"<integer>\",\n \"lastPage\": \"<integer>\",\n \"data\": {\n  \"id\": \"<integer>\",\n  \"name\": \"<string>\",\n  \"description\": \"<text>\"\n }\n}"},{"id":"a96ddca4-1c50-434b-9d30-3fb28f8856b4","name":"unexpected error","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://local.trifecta.com:8081/permissions?undefined=<string>","host":["http://local.trifecta.com:8081"],"path":["permissions"],"query":[{"key":"undefined","value":"<string>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": \"<integer>\",\n \"message\": \"<string>\"\n}"}],"_postman_id":"a0066548-a639-4f9b-9b3c-20b8a83deca2"},{"name":"addpermission","id":"ad84e38a-c451-48c8-952e-04068c28fdff","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"<string>\",\n    \"description\": \"<text>\"\n}"},"url":"http://local.trifecta.com:8081/permissions","description":"<p>Creates a new permission.</p>\n","urlObject":{"path":["permissions"],"host":["http://local.trifecta.com:8081"],"query":[],"variable":[]}},"response":[{"id":"42790505-96aa-49fd-b6c3-0f0c490115ab","name":"unexpected error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"<string>\",\n    \"description\": \"<text>\"\n}"},"url":"http://local.trifecta.com:8081/permissions"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": \"<integer>\",\n \"message\": \"<string>\"\n}"},{"id":"9c2f714c-75c9-497d-b049-dcf8cfbb4a5b","name":"permission response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"<string>\",\n    \"description\": \"<text>\"\n}"},"url":"http://local.trifecta.com:8081/permissions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"<integer>\",\n \"name\": \"<string>\",\n \"description\": \"<text>\"\n}"}],"_postman_id":"ad84e38a-c451-48c8-952e-04068c28fdff"}],"id":"93d832b4-7044-43e6-b4c2-bd41beff8672","_postman_id":"93d832b4-7044-43e6-b4c2-bd41beff8672","description":""},{"name":"stripe","item":[{"name":"customer","item":[{"name":"{id}","item":[{"name":"payment-methods","item":[{"name":"stripe Customer Payment Methods","id":"2cdb70f9-2f80-422b-87b1-a19fe6434ebf","request":{"method":"GET","header":[],"url":"http://local.trifecta.com:8081/stripe/customer/:id/payment-methods","description":"<p>Get a stripe customer's paymentMethods.</p>\n","urlObject":{"path":["stripe","customer",":id","payment-methods"],"host":["http://local.trifecta.com:8081"],"query":[],"variable":[{"id":"5dc4f9ec-771c-4234-832a-1bbf6b455f9e","description":{"content":"<p>(Required) ID of user to fetch</p>\n","type":"text/plain"},"type":"string","value":"<integer>","key":"id"}]}},"response":[],"_postman_id":"2cdb70f9-2f80-422b-87b1-a19fe6434ebf"},{"name":"stripe Create Payment Methods","id":"142dac88-17d1-47cd-b473-286f4e7d2f57","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"number\": \"<string>\",\n    \"exp_month\": \"<string>\",\n    \"exp_year\": \"<string>\",\n    \"cvc\": \"<string>\"\n}"},"url":"http://local.trifecta.com:8081/stripe/customer/:id/payment-methods","description":"<p>Create a new payment method.</p>\n","urlObject":{"path":["stripe","customer",":id","payment-methods"],"host":["http://local.trifecta.com:8081"],"query":[],"variable":[{"id":"f3a447fb-fe40-4660-b9c8-6e8effec8af9","description":{"content":"<p>(Required) ID of user to create payment method for</p>\n","type":"text/plain"},"type":"string","value":"<integer>","key":"id"}]}},"response":[],"_postman_id":"142dac88-17d1-47cd-b473-286f4e7d2f57"}],"id":"57d12164-a591-4786-8b51-98130d95c5b0","_postman_id":"57d12164-a591-4786-8b51-98130d95c5b0","description":""},{"name":"get Stripe Customer","id":"76875c74-ce28-49b2-927d-51d307a89ec9","request":{"method":"GET","header":[],"url":"http://local.trifecta.com:8081/stripe/customer/:id","description":"<p>Get a stripe customer.</p>\n","urlObject":{"path":["stripe","customer",":id"],"host":["http://local.trifecta.com:8081"],"query":[],"variable":[{"id":"50ce15bd-ea98-4377-bdc9-497df8f82759","description":{"content":"<p>(Required) ID of user to fetch</p>\n","type":"text/plain"},"type":"string","value":"<integer>","key":"id"}]}},"response":[],"_postman_id":"76875c74-ce28-49b2-927d-51d307a89ec9"}],"id":"23223338-ffab-4076-adb6-89272b0bba9d","_postman_id":"23223338-ffab-4076-adb6-89272b0bba9d","description":""},{"name":"create Stripe Customer","id":"80c6a8f3-e32b-4b7b-afbc-0734575539e6","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"<integer>\",\n    \"username\": \"<string>\",\n    \"email\": \"<string>\",\n    \"first_name\": \"<string>\",\n    \"last_name\": \"<string>\",\n    \"password\": \"<string>\",\n    \"stripe_id\": \"<string>\",\n    \"current_billing_plan\": \"<string>\",\n    \"card_brand\": \"<string>\",\n    \"card_last_four\": \"<string>\",\n    \"card_country\": \"<string>\",\n    \"billing_address\": \"<string>\",\n    \"billing_address_line_2\": \"<string>\",\n    \"billing_city\": \"<string>\",\n    \"billing_state\": \"<string>\",\n    \"billing_zip\": \"<string>\",\n    \"billing_country\": \"<string>\",\n    \"shipping_address\": \"<string>\",\n    \"shipping_address_line_2\": \"<string>\",\n    \"shipping_city\": \"<string>\",\n    \"shipping_state\": \"<string>\",\n    \"shipping_zip\": \"<string>\",\n    \"shipping_country\": \"<string>\",\n    \"account_status\": \"<string>\",\n    \"reset_token\": \"<string>\",\n    \"roles\": [\n        {\n            \"id\": \"<integer>\",\n            \"name\": \"<string>\",\n            \"description\": \"<text>\"\n        },\n        {\n            \"id\": \"<integer>\",\n            \"name\": \"<string>\",\n            \"description\": \"<text>\"\n        }\n    ]\n}"},"url":"http://local.trifecta.com:8081/stripe/customer","description":"<p>Creates a new Stripe customer.</p>\n","urlObject":{"path":["stripe","customer"],"host":["http://local.trifecta.com:8081"],"query":[],"variable":[]}},"response":[],"_postman_id":"80c6a8f3-e32b-4b7b-afbc-0734575539e6"},{"name":"get Stripe Customer Subscriptions","id":"2aafc346-f233-4213-a277-e893cdef821a","request":{"method":"GET","header":[],"url":"http://local.trifecta.com:8081/stripe/customer/subscriptions","description":"<p>Get a stripe customer's subscription data.</p>\n","urlObject":{"path":["stripe","customer","subscriptions"],"host":["http://local.trifecta.com:8081"],"query":[],"variable":[]}},"response":[],"_postman_id":"2aafc346-f233-4213-a277-e893cdef821a"}],"id":"72aaa72e-3a60-4580-9335-248a6554580d","_postman_id":"72aaa72e-3a60-4580-9335-248a6554580d","description":""},{"name":"session","item":[{"name":"create Stripe Session","id":"d07e4b45-f40c-44f1-b60a-a12ef7d1fcea","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"products\": [\n        {\n            \"name\": \"<string>\",\n            \"description\": \"<text>\",\n            \"images\": [\n                \"<string>\",\n                \"<string>\"\n            ],\n            \"amount\": \"<integer>\",\n            \"currency\": \"<string>\",\n            \"quantity\": \"<integer>\"\n        },\n        {\n            \"name\": \"<string>\",\n            \"description\": \"<text>\",\n            \"images\": [\n                \"<string>\",\n                \"<string>\"\n            ],\n            \"amount\": \"<integer>\",\n            \"currency\": \"<string>\",\n            \"quantity\": \"<integer>\"\n        }\n    ],\n    \"customer\": \"<string>\"\n}"},"url":"http://local.trifecta.com:8081/stripe/session","description":"<p>Creates a new Stripe session.</p>\n","urlObject":{"path":["stripe","session"],"host":["http://local.trifecta.com:8081"],"query":[],"variable":[]}},"response":[],"_postman_id":"d07e4b45-f40c-44f1-b60a-a12ef7d1fcea"},{"name":"stripe Webhook","id":"d1e82f0c-6d3c-463e-8c08-943fd890ed15","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"<string>\",\n    \"display_items\": [\n        {\n            \"amount\": \"<integer>\",\n            \"currency\": \"<string>\",\n            \"quantity\": \"<string>\",\n            \"type\": \"<string>\"\n        },\n        {\n            \"amount\": \"<integer>\",\n            \"currency\": \"<string>\",\n            \"quantity\": \"<string>\",\n            \"type\": \"<string>\"\n        }\n    ],\n    \"livemode\": \"<boolean>\",\n    \"payment_intent\": \"<string>\",\n    \"subscription\": \"<string>\",\n    \"client_reference_id\": \"<string>\",\n    \"customer_email\": \"<string>\",\n    \"customer\": \"<string>\"\n}"},"url":"http://local.trifecta.com:8081/stripe/session/webhook","description":"<p>Stripe session webhook</p>\n","urlObject":{"path":["stripe","session","webhook"],"host":["http://local.trifecta.com:8081"],"query":[],"variable":[]}},"response":[],"_postman_id":"d1e82f0c-6d3c-463e-8c08-943fd890ed15"}],"id":"929a926d-11b7-46f1-b949-8183a55a9940","_postman_id":"929a926d-11b7-46f1-b949-8183a55a9940","description":""}],"id":"8d0af812-9e67-4d69-bef2-653fb1a2b389","_postman_id":"8d0af812-9e67-4d69-bef2-653fb1a2b389","description":""},{"name":"lines","item":[{"name":"{line id}/users/{user id}","item":[{"name":"attach User To Line","id":"5feca5d4-108e-4526-a167-ad6fc5bcaca0","request":{"method":"PUT","header":[],"url":"http://local.trifecta.com:8081/lines/:line_id/users/:user_id","description":"<p>Attaches a user to a line</p>\n","urlObject":{"path":["lines",":line_id","users",":user_id"],"host":["http://local.trifecta.com:8081"],"query":[],"variable":[{"type":"any","key":"line_id"},{"type":"any","key":"user_id"}]}},"response":[{"id":"1670abdf-eaf6-4838-8c22-5210a5e66b4a","name":"unexpected error","originalRequest":{"method":"PUT","header":[],"url":{"raw":"http://local.trifecta.com:8081/lines/:line_id/users/:user_id","host":["http://local.trifecta.com:8081"],"path":["lines",":line_id","users",":user_id"],"variable":[{"key":"line_id"},{"key":"user_id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": \"<integer>\",\n \"message\": \"<string>\"\n}"},{"id":"f869580f-8769-4658-9549-257b7a0c582a","name":"line response with users","originalRequest":{"method":"PUT","header":[],"url":{"raw":"http://local.trifecta.com:8081/lines/:line_id/users/:user_id","host":["http://local.trifecta.com:8081"],"path":["lines",":line_id","users",":user_id"],"variable":[{"key":"line_id"},{"key":"user_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"phone_number\": \"<string>\",\n \"line_status\": \"<string>\",\n \"service_type\": \"<string>\",\n \"SIM_card_number\": \"<integer>\",\n \"IMEI_number\": \"<string>\",\n \"renewal_date\": \"<datetime>\",\n \"activation_date\": \"<datetime>\",\n \"user_id\": \"<integer>\"\n}"}],"_postman_id":"5feca5d4-108e-4526-a167-ad6fc5bcaca0"},{"name":"detach User From Line","id":"3a97610a-6041-4967-b693-058a5a7a4b6b","request":{"method":"DELETE","header":[],"url":"http://local.trifecta.com:8081/lines/:line_id/users/:user_id","description":"<p>Detaches a user from a line</p>\n","urlObject":{"path":["lines",":line_id","users",":user_id"],"host":["http://local.trifecta.com:8081"],"query":[],"variable":[{"type":"any","key":"line_id"},{"type":"any","key":"user_id"}]}},"response":[{"id":"6f5d29a4-9210-4296-932f-d04eff5c37bf","name":"unexpected error","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://local.trifecta.com:8081/lines/:line_id/users/:user_id","host":["http://local.trifecta.com:8081"],"path":["lines",":line_id","users",":user_id"],"variable":[{"key":"line_id"},{"key":"user_id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": \"<integer>\",\n \"message\": \"<string>\"\n}"},{"id":"b30434bc-985b-422d-a2c1-fb94a34a0211","name":"line response with users","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://local.trifecta.com:8081/lines/:line_id/users/:user_id","host":["http://local.trifecta.com:8081"],"path":["lines",":line_id","users",":user_id"],"variable":[{"key":"line_id"},{"key":"user_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"phone_number\": \"<string>\",\n \"line_status\": \"<string>\",\n \"service_type\": \"<string>\",\n \"SIM_card_number\": \"<integer>\",\n \"IMEI_number\": \"<string>\",\n \"renewal_date\": \"<datetime>\",\n \"activation_date\": \"<datetime>\",\n \"user_id\": \"<integer>\"\n}"}],"_postman_id":"3a97610a-6041-4967-b693-058a5a7a4b6b"}],"id":"4ae11a5a-b759-4db1-8064-a34fbf067b38","_postman_id":"4ae11a5a-b759-4db1-8064-a34fbf067b38","description":""},{"name":"{id}","item":[{"name":"find line by id","id":"a475bc31-f570-4b8c-b30b-be7d3dde98a8","request":{"method":"GET","header":[],"url":"http://local.trifecta.com:8081/lines/:id","description":"<p>Returns a line based on a single ID</p>\n","urlObject":{"path":["lines",":id"],"host":["http://local.trifecta.com:8081"],"query":[],"variable":[{"id":"562b2977-34c6-4da9-b5f8-307902510189","description":{"content":"<p>(Required) ID of line to fetch</p>\n","type":"text/plain"},"type":"string","value":"<integer>","key":"id"}]}},"response":[{"id":"ec851a93-b7cf-4c57-8d58-5854b6e40eea","name":"line response","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://local.trifecta.com:8081/lines/:id","host":["http://local.trifecta.com:8081"],"path":["lines",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"phone_number\": \"<string>\",\n \"line_status\": \"<string>\",\n \"service_type\": \"<string>\",\n \"SIM_card_number\": \"<integer>\",\n \"IMEI_number\": \"<string>\",\n \"renewal_date\": \"<datetime>\",\n \"activation_date\": \"<datetime>\",\n \"user_id\": \"<integer>\"\n}"},{"id":"fefa0a57-ad14-4c12-84c1-a9a9841d1b50","name":"unexpected error","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://local.trifecta.com:8081/lines/:id","host":["http://local.trifecta.com:8081"],"path":["lines",":id"],"variable":[{"key":"id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": \"<integer>\",\n \"message\": \"<string>\"\n}"}],"_postman_id":"a475bc31-f570-4b8c-b30b-be7d3dde98a8"},{"name":"update line by id","id":"81d84cc7-1a61-4a52-8806-1541e65c93c7","request":{"method":"PUT","header":[],"url":"http://local.trifecta.com:8081/lines/:id","description":"<p>Updates a line based on a single ID</p>\n","urlObject":{"path":["lines",":id"],"host":["http://local.trifecta.com:8081"],"query":[],"variable":[{"id":"0f3a0a51-0e33-4117-8259-20d36ae124ff","description":{"content":"<p>(Required) ID of line to fetch</p>\n","type":"text/plain"},"type":"string","value":"<integer>","key":"id"}]}},"response":[{"id":"7f33f52c-2f1e-4252-91b2-b44b51f64e20","name":"unexpected error","originalRequest":{"method":"PUT","header":[],"url":{"raw":"http://local.trifecta.com:8081/lines/:id","host":["http://local.trifecta.com:8081"],"path":["lines",":id"],"variable":[{"key":"id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": \"<integer>\",\n \"message\": \"<string>\"\n}"},{"id":"cd963e42-d894-4cab-b488-d025ed27e4d7","name":"line response","originalRequest":{"method":"PUT","header":[],"url":{"raw":"http://local.trifecta.com:8081/lines/:id","host":["http://local.trifecta.com:8081"],"path":["lines",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"phone_number\": \"<string>\",\n \"line_status\": \"<string>\",\n \"service_type\": \"<string>\",\n \"SIM_card_number\": \"<integer>\",\n \"IMEI_number\": \"<string>\",\n \"renewal_date\": \"<datetime>\",\n \"activation_date\": \"<datetime>\",\n \"user_id\": \"<integer>\"\n}"}],"_postman_id":"81d84cc7-1a61-4a52-8806-1541e65c93c7"},{"name":"delete Line","id":"38e4faee-e880-48af-a8a8-f08ccf453c7a","request":{"method":"DELETE","header":[],"url":"http://local.trifecta.com:8081/lines/:id","description":"<p>deletes a single line based on the ID supplied</p>\n","urlObject":{"path":["lines",":id"],"host":["http://local.trifecta.com:8081"],"query":[],"variable":[{"id":"64faa38e-a8d5-49f2-8a06-49a9cf695e94","description":{"content":"<p>(Required) ID of line to delete</p>\n","type":"text/plain"},"type":"string","value":"<long>","key":"id"}]}},"response":[{"id":"656053df-9fca-4282-92f3-184cb0c4e5aa","name":"line deleted","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://local.trifecta.com:8081/lines/:id","host":["http://local.trifecta.com:8081"],"path":["lines",":id"],"variable":[{"key":"id"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f49d2aff-4be5-4bf4-b825-b6c83f05401e","name":"unexpected error","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://local.trifecta.com:8081/lines/:id","host":["http://local.trifecta.com:8081"],"path":["lines",":id"],"variable":[{"key":"id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": \"<integer>\",\n \"message\": \"<string>\"\n}"}],"_postman_id":"38e4faee-e880-48af-a8a8-f08ccf453c7a"}],"id":"90ea9cc2-6733-4d52-a25c-5987c7fc137e","_postman_id":"90ea9cc2-6733-4d52-a25c-5987c7fc137e","description":""},{"name":"search Lines","id":"bf007b65-516c-4e83-ab3d-06049c862a81","request":{"method":"GET","header":[],"url":"http://local.trifecta.com:8081/lines?query=<string>","description":"<p>Returns all of the lines</p>\n","urlObject":{"path":["lines"],"host":["http://local.trifecta.com:8081"],"query":[{"description":{"content":"<p>query string to search lines</p>\n","type":"text/plain"},"key":"query","value":"<string>"}],"variable":[]}},"response":[{"id":"56d1ab15-f07c-444e-8a37-ebd329075f16","name":"unexpected error","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://local.trifecta.com:8081/lines?query=<string>","host":["http://local.trifecta.com:8081"],"path":["lines"],"query":[{"key":"query","value":"<string>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": \"<integer>\",\n \"message\": \"<string>\"\n}"},{"id":"951f7bfc-751b-4f42-90c0-755ab08e3264","name":"line response","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://local.trifecta.com:8081/lines?query=<string>","host":["http://local.trifecta.com:8081"],"path":["lines"],"query":[{"key":"query","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"total\": \"<integer>\",\n \"perPage\": \"<integer>\",\n \"page\": \"<integer>\",\n \"lastPage\": \"<integer>\",\n \"data\": {\n  \"phone_number\": \"<string>\",\n  \"line_status\": \"<string>\",\n  \"service_type\": \"<string>\",\n  \"SIM_card_number\": \"<integer>\",\n  \"IMEI_number\": \"<string>\",\n  \"renewal_date\": \"<datetime>\",\n  \"activation_date\": \"<datetime>\",\n  \"user_id\": \"<integer>\"\n }\n}"}],"_postman_id":"bf007b65-516c-4e83-ab3d-06049c862a81"},{"name":"add Line","id":"73a171d6-abf1-41c1-a166-a32ae1e8ec6b","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"user\": {\n        \"id\": \"<integer>\"\n    },\n    \"phone_number\": \"<string>\",\n    \"line_status\": \"<string>\",\n    \"service_type\": \"<string>\",\n    \"SIM_card_number\": \"<integer>\",\n    \"IMEI_number\": \"<string>\",\n    \"renewal_date\": \"<datetime>\",\n    \"activation_date\": \"<datetime>\"\n}"},"url":"http://local.trifecta.com:8081/lines","description":"<p>Creates a new line.</p>\n","urlObject":{"path":["lines"],"host":["http://local.trifecta.com:8081"],"query":[],"variable":[]}},"response":[{"id":"3f0b7dcb-e10d-4370-92e6-98cee6765837","name":"line response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"user\": {\n        \"id\": \"<integer>\"\n    },\n    \"phone_number\": \"<string>\",\n    \"line_status\": \"<string>\",\n    \"service_type\": \"<string>\",\n    \"SIM_card_number\": \"<integer>\",\n    \"IMEI_number\": \"<string>\",\n    \"renewal_date\": \"<datetime>\",\n    \"activation_date\": \"<datetime>\"\n}"},"url":"http://local.trifecta.com:8081/lines"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"phone_number\": \"<string>\",\n \"line_status\": \"<string>\",\n \"service_type\": \"<string>\",\n \"SIM_card_number\": \"<integer>\",\n \"IMEI_number\": \"<string>\",\n \"renewal_date\": \"<datetime>\",\n \"activation_date\": \"<datetime>\",\n \"user_id\": \"<integer>\"\n}"},{"id":"51abc21f-625e-4a35-af7e-e45e8011eb38","name":"unexpected error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"user\": {\n        \"id\": \"<integer>\"\n    },\n    \"phone_number\": \"<string>\",\n    \"line_status\": \"<string>\",\n    \"service_type\": \"<string>\",\n    \"SIM_card_number\": \"<integer>\",\n    \"IMEI_number\": \"<string>\",\n    \"renewal_date\": \"<datetime>\",\n    \"activation_date\": \"<datetime>\"\n}"},"url":"http://local.trifecta.com:8081/lines"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": \"<integer>\",\n \"message\": \"<string>\"\n}"}],"_postman_id":"73a171d6-abf1-41c1-a166-a32ae1e8ec6b"}],"id":"8f64601b-35b4-4e07-9a23-2c33754cafca","_postman_id":"8f64601b-35b4-4e07-9a23-2c33754cafca","description":""},{"name":"notes","item":[{"name":"{id}","item":[{"name":"find note by id","id":"da1aaa2b-9301-4778-8b75-eeb664eafeb4","request":{"method":"GET","header":[],"url":"http://local.trifecta.com:8081/notes/:id","description":"<p>Returns a note based on a single ID</p>\n","urlObject":{"path":["notes",":id"],"host":["http://local.trifecta.com:8081"],"query":[],"variable":[{"id":"46292455-bffd-460b-b9f4-9df888b440a2","description":{"content":"<p>(Required) ID of note to fetch</p>\n","type":"text/plain"},"type":"string","value":"<integer>","key":"id"}]}},"response":[{"id":"698630bd-a22b-4004-aecf-60e98d48ed27","name":"note response","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://local.trifecta.com:8081/notes/:id","host":["http://local.trifecta.com:8081"],"path":["notes",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"<integer>\",\n \"line_id\": \"<integer>\",\n \"description\": \"<text>\"\n}"},{"id":"81645cc2-b5af-4982-b62e-8c66ac796c04","name":"unexpected error","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://local.trifecta.com:8081/notes/:id","host":["http://local.trifecta.com:8081"],"path":["notes",":id"],"variable":[{"key":"id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": \"<integer>\",\n \"message\": \"<string>\"\n}"}],"_postman_id":"da1aaa2b-9301-4778-8b75-eeb664eafeb4"},{"name":"update note by id","id":"6b0b6154-bdc6-4b83-a0a8-ef87a6d87af5","request":{"method":"PUT","header":[],"url":"http://local.trifecta.com:8081/notes/:id","description":"<p>Updates a note based on a single ID</p>\n","urlObject":{"path":["notes",":id"],"host":["http://local.trifecta.com:8081"],"query":[],"variable":[{"id":"d3389d3a-7bba-45d0-814a-c705b4477e0f","description":{"content":"<p>(Required) ID of note to fetch</p>\n","type":"text/plain"},"type":"string","value":"<integer>","key":"id"}]}},"response":[{"id":"5e7bd239-f5a7-4740-8085-46b6accd15e9","name":"unexpected error","originalRequest":{"method":"PUT","header":[],"url":{"raw":"http://local.trifecta.com:8081/notes/:id","host":["http://local.trifecta.com:8081"],"path":["notes",":id"],"variable":[{"key":"id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": \"<integer>\",\n \"message\": \"<string>\"\n}"},{"id":"e6c7fba6-bef9-4120-b074-ef19c52a6745","name":"note response","originalRequest":{"method":"PUT","header":[],"url":{"raw":"http://local.trifecta.com:8081/notes/:id","host":["http://local.trifecta.com:8081"],"path":["notes",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"<integer>\",\n \"line_id\": \"<integer>\",\n \"description\": \"<text>\"\n}"}],"_postman_id":"6b0b6154-bdc6-4b83-a0a8-ef87a6d87af5"},{"name":"delete Note","id":"4f670352-6a99-49b5-b458-b811eb319c2c","request":{"method":"DELETE","header":[],"url":"http://local.trifecta.com:8081/notes/:id","description":"<p>deletes a single note based on the ID supplied</p>\n","urlObject":{"path":["notes",":id"],"host":["http://local.trifecta.com:8081"],"query":[],"variable":[{"id":"f01c5392-183a-4fb5-9737-1a8f697ce6bb","description":{"content":"<p>(Required) ID of note to delete</p>\n","type":"text/plain"},"type":"string","value":"<long>","key":"id"}]}},"response":[{"id":"8265038a-2e3b-455b-8861-667738e8a22a","name":"unexpected error","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://local.trifecta.com:8081/notes/:id","host":["http://local.trifecta.com:8081"],"path":["notes",":id"],"variable":[{"key":"id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": \"<integer>\",\n \"message\": \"<string>\"\n}"},{"id":"cbcc1b5f-4dc9-4320-bd08-daf8bf90aab4","name":"note deleted","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://local.trifecta.com:8081/notes/:id","host":["http://local.trifecta.com:8081"],"path":["notes",":id"],"variable":[{"key":"id"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4f670352-6a99-49b5-b458-b811eb319c2c"}],"id":"6f965793-4c15-48a4-8b7b-09ee5d160ff2","_postman_id":"6f965793-4c15-48a4-8b7b-09ee5d160ff2","description":""},{"name":"search Notes","id":"a2b621af-6241-4c80-ad43-954fd35ed258","request":{"method":"GET","header":[],"url":"http://local.trifecta.com:8081/notes?search=<string>&line_id=<string>&user_id=<string>","description":"<p>Returns all of the notes</p>\n","urlObject":{"path":["notes"],"host":["http://local.trifecta.com:8081"],"query":[{"description":{"content":"<p>query string to search description</p>\n","type":"text/plain"},"key":"search","value":"<string>"},{"description":{"content":"<p>line_id to search</p>\n","type":"text/plain"},"key":"line_id","value":"<string>"},{"description":{"content":"<p>user_id to search</p>\n","type":"text/plain"},"key":"user_id","value":"<string>"}],"variable":[]}},"response":[{"id":"7e7c1d63-0959-46b4-9a87-8b86c68ded2f","name":"note response","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://local.trifecta.com:8081/notes?search=<string>&line_id=<string>&user_id=<string>","host":["http://local.trifecta.com:8081"],"path":["notes"],"query":[{"key":"search","value":"<string>"},{"key":"line_id","value":"<string>"},{"key":"user_id","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"total\": \"<integer>\",\n \"perPage\": \"<integer>\",\n \"page\": \"<integer>\",\n \"lastPage\": \"<integer>\",\n \"data\": {\n  \"id\": \"<integer>\",\n  \"line_id\": \"<integer>\",\n  \"description\": \"<text>\"\n }\n}"},{"id":"f1d61331-489d-4bf0-b3eb-bb8b9d23f2df","name":"unexpected error","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://local.trifecta.com:8081/notes?search=<string>&line_id=<string>&user_id=<string>","host":["http://local.trifecta.com:8081"],"path":["notes"],"query":[{"key":"search","value":"<string>"},{"key":"line_id","value":"<string>"},{"key":"user_id","value":"<string>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": \"<integer>\",\n \"message\": \"<string>\"\n}"}],"_postman_id":"a2b621af-6241-4c80-ad43-954fd35ed258"},{"name":"add Note","id":"4ecf90f3-b755-4c00-936a-76f8e1701bdf","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"line_id\": \"<integer>\",\n    \"description\": \"<text>\"\n}"},"url":"http://local.trifecta.com:8081/notes","description":"<p>Creates a new note.</p>\n","urlObject":{"path":["notes"],"host":["http://local.trifecta.com:8081"],"query":[],"variable":[]}},"response":[{"id":"019a03c5-4c0c-4252-8d98-b4d77ed75c5e","name":"unexpected error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"line_id\": \"<integer>\",\n    \"description\": \"<text>\"\n}"},"url":"http://local.trifecta.com:8081/notes"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": \"<integer>\",\n \"message\": \"<string>\"\n}"},{"id":"e78a214b-cb73-4486-818c-b5367fc32a63","name":"note response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"line_id\": \"<integer>\",\n    \"description\": \"<text>\"\n}"},"url":"http://local.trifecta.com:8081/notes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"<integer>\",\n \"line_id\": \"<integer>\",\n \"description\": \"<text>\"\n}"}],"_postman_id":"4ecf90f3-b755-4c00-936a-76f8e1701bdf"}],"id":"745bab2e-80fe-48c5-97f1-808516644485","_postman_id":"745bab2e-80fe-48c5-97f1-808516644485","description":""},{"name":"admin Add User","id":"34a4b0b3-ae34-472b-a088-5d7bafa160d6","request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"username","value":"<string>"},{"key":"email","value":"<string>"},{"key":"first_name","value":"<string>"},{"key":"last_name","value":"<string>"},{"key":"password","value":"<string>"},{"key":"stripe_id","value":"<string>"},{"key":"current_billing_plan","value":"<string>"},{"key":"card_brand","value":"<string>"},{"key":"card_last_four","value":"<string>"},{"key":"card_country","value":"<string>"},{"key":"billing_address","value":"<string>"},{"key":"billing_address_line_2","value":"<string>"},{"key":"billing_city","value":"<string>"},{"key":"billing_state","value":"<string>"},{"key":"billing_zip","value":"<string>"},{"key":"billing_country","value":"<string>"},{"key":"shipping_address","value":"<string>"},{"key":"shipping_address_line_2","value":"<string>"},{"key":"shipping_city","value":"<string>"},{"key":"shipping_state","value":"<string>"},{"key":"shipping_zip","value":"<string>"},{"key":"shipping_country","value":"<string>"},{"key":"account_status","value":"<string>"},{"key":"reset_token","value":"<string>"}]},"url":"http://local.trifecta.com:8081/admin/users","description":"<p>Creates a new user (as an admin).</p>\n","urlObject":{"path":["admin","users"],"host":["http://local.trifecta.com:8081"],"query":[],"variable":[]}},"response":[{"id":"1e2080b3-a569-46ec-a917-53f5527769d4","name":"user response","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"","type":"text/plain"},"key":"username","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"email","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"first_name","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"last_name","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"password","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"stripe_id","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"current_billing_plan","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"card_brand","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"card_last_four","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"card_country","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"billing_address","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"billing_address_line_2","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"billing_city","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"billing_state","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"billing_zip","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"billing_country","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"shipping_address","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"shipping_address_line_2","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"shipping_city","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"shipping_state","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"shipping_zip","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"shipping_country","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"account_status","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"reset_token","value":"<string>"}]},"url":"http://local.trifecta.com:8081/admin/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"<integer>\",\n \"username\": \"<string>\",\n \"email\": \"<string>\",\n \"first_name\": \"<string>\",\n \"last_name\": \"<string>\",\n \"password\": \"<string>\",\n \"stripe_id\": \"<string>\",\n \"current_billing_plan\": \"<string>\",\n \"card_brand\": \"<string>\",\n \"card_last_four\": \"<string>\",\n \"card_country\": \"<string>\",\n \"billing_address\": \"<string>\",\n \"billing_address_line_2\": \"<string>\",\n \"billing_city\": \"<string>\",\n \"billing_state\": \"<string>\",\n \"billing_zip\": \"<string>\",\n \"billing_country\": \"<string>\",\n \"shipping_address\": \"<string>\",\n \"shipping_address_line_2\": \"<string>\",\n \"shipping_city\": \"<string>\",\n \"shipping_state\": \"<string>\",\n \"shipping_zip\": \"<string>\",\n \"shipping_country\": \"<string>\",\n \"account_status\": \"<string>\",\n \"reset_token\": \"<string>\",\n \"roles\": [\n  {\n   \"id\": \"<integer>\",\n   \"name\": \"<string>\",\n   \"description\": \"<text>\"\n  },\n  {\n   \"id\": \"<integer>\",\n   \"name\": \"<string>\",\n   \"description\": \"<text>\"\n  }\n ]\n}"},{"id":"2e0c4ca7-7d66-4623-ae91-1abd2c9cde91","name":"unexpected error","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":{"content":"","type":"text/plain"},"key":"username","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"email","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"first_name","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"last_name","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"password","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"stripe_id","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"current_billing_plan","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"card_brand","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"card_last_four","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"card_country","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"billing_address","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"billing_address_line_2","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"billing_city","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"billing_state","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"billing_zip","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"billing_country","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"shipping_address","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"shipping_address_line_2","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"shipping_city","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"shipping_state","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"shipping_zip","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"shipping_country","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"account_status","value":"<string>"},{"description":{"content":"","type":"text/plain"},"key":"reset_token","value":"<string>"}]},"url":"http://local.trifecta.com:8081/admin/users"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": \"<integer>\",\n \"message\": \"<string>\"\n}"}],"_postman_id":"34a4b0b3-ae34-472b-a088-5d7bafa160d6"},{"name":"send Contact Email","id":"aa7313cb-1e90-4162-abac-aaa7de7b2728","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"<string>\",\n    \"email\": \"<string>\",\n    \"message\": \"<string>\"\n}"},"url":"http://local.trifecta.com:8081/emails/contact","description":"<p>Sends a contact email</p>\n","urlObject":{"path":["emails","contact"],"host":["http://local.trifecta.com:8081"],"query":[],"variable":[]}},"response":[{"id":"12417768-7c46-46f0-9575-2b34d5a6839e","name":"role response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"<string>\",\n    \"email\": \"<string>\",\n    \"message\": \"<string>\"\n}"},"url":"http://local.trifecta.com:8081/emails/contact"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"<integer>\",\n \"name\": \"<string>\",\n \"description\": \"<text>\"\n}"},{"id":"17e3b077-dda4-4b75-876d-1c6923b6c15d","name":"unexpected error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"<string>\",\n    \"email\": \"<string>\",\n    \"message\": \"<string>\"\n}"},"url":"http://local.trifecta.com:8081/emails/contact"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": \"<integer>\",\n \"message\": \"<string>\"\n}"}],"_postman_id":"aa7313cb-1e90-4162-abac-aaa7de7b2728"}],"variable":[{"id":"baseUrl","key":"baseUrl","value":"http://local.trifecta.com:8081","type":"string"}]}