{"info":{"_postman_id":"1ddff2a6-8d82-48e0-a1ab-347f05bb7d01","name":"Fido Backend Engineer Home Assignment","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"14925315","collectionId":"1ddff2a6-8d82-48e0-a1ab-347f05bb7d01","publishedId":"2sAY52cf3d","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-11-09T21:21:12.000Z"},"item":[{"name":"register","id":"bdbf4ff6-36de-4991-9754-bb3aa2cdceb9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"username\": \"dominic\",\n    \"email\": \"dominic@gmail.com\",\n    \"password\": \"dominic70\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/auth/register","urlObject":{"protocol":"http","port":"8000","path":["auth","register"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"8ec384da-41b7-4ca7-a62e-a7347c9b5d2e","name":"register","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"username\": \"dominic\",\n    \"email\": \"dominic@gmail.com\",\n    \"password\": \"dominic70\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/auth/register"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"date","value":"Fri, 08 Nov 2024 20:56:39 GMT"},{"key":"server","value":"uvicorn"},{"key":"content-length","value":"94"},{"key":"content-type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"146ba268-66bf-4c4d-a5de-e189f1524152\",\n    \"username\": \"dominic\",\n    \"email\": \"dominic@gmail.com\"\n}"}],"_postman_id":"bdbf4ff6-36de-4991-9754-bb3aa2cdceb9"},{"name":"login.py","id":"2ef8ca97-885e-4d3d-89b8-e9ebd93021d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"username\": \"dominic\",\n    \"password\": \"dominic70\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/auth/login","urlObject":{"protocol":"http","port":"8000","path":["auth","login"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"ea897e80-da7c-48a7-b880-7a82d34e1e1f","name":"login","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"username\": \"dominic\",\n    \"password\": \"dominic70\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/auth/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"date","value":"Fri, 08 Nov 2024 22:04:04 GMT"},{"key":"server","value":"uvicorn"},{"key":"content-length","value":"162"},{"key":"content-type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"eyJhbGciOiJub25lIiwidHlwIjoiSldUIn0.eyJzdWIiOiIwMjhiMmYwMi1mNzU0LTQ0NDQtOTg0OC1lNmQwYmQwNmFhOTciLCJleHAiOjE3MzExMDUyNDV9.\",\n    \"token_type\": \"bearer\"\n}"}],"_postman_id":"2ef8ca97-885e-4d3d-89b8-e9ebd93021d5"},{"name":"transactions","id":"c8446eea-3f63-461a-a68c-b66e16a06153","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://127.0.0.1:8000/transactions/2024-11-10","urlObject":{"protocol":"http","port":"8000","path":["transactions","2024-11-10"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"eea9e85f-03ce-48f0-868a-9d0fbd3fd0bd","name":"transactions","originalRequest":{"method":"GET","header":[],"url":"http://127.0.0.1:8000/transactions/2024-11-9"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"date","value":"Sat, 09 Nov 2024 11:37:49 GMT"},{"key":"server","value":"uvicorn"},{"key":"content-length","value":"2925"},{"key":"content-type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"9cc632e0-6972-4d65-a796-251aa740ac65\",\n        \"full_name\": \"John Doe\",\n        \"transaction_date\": \"2024-11-09T00:00:00\",\n        \"transaction_amount\": 1000,\n        \"transaction_type\": \"credit\",\n        \"created_at\": \"2024-11-09T03:33:25.742967\",\n        \"updated_at\": \"2024-11-09T03:33:25.742974\"\n    },\n    {\n        \"id\": \"5a697679-5739-4cec-81a5-46cbfab095d2\",\n        \"full_name\": \"John Doe\",\n        \"transaction_date\": \"2024-11-09T00:00:00\",\n        \"transaction_amount\": 1000,\n        \"transaction_type\": \"credit\",\n        \"created_at\": \"2024-11-09T03:35:08.624049\",\n        \"updated_at\": \"2024-11-09T03:35:08.624058\"\n    },\n    {\n        \"id\": \"f9ce112d-b3b1-4bb4-8198-b9387b7c2580\",\n        \"full_name\": \"John Doe\",\n        \"transaction_date\": \"2024-11-09T00:00:00\",\n        \"transaction_amount\": 1000,\n        \"transaction_type\": \"credit\",\n        \"created_at\": \"2024-11-09T03:39:43.142816\",\n        \"updated_at\": \"2024-11-09T03:39:43.142823\"\n    },\n    {\n        \"id\": \"1c0fca92-14ac-4d1b-a7dc-b80ac16c2c6d\",\n        \"full_name\": \"John Doe\",\n        \"transaction_date\": \"2024-11-09T00:00:00\",\n        \"transaction_amount\": 1000,\n        \"transaction_type\": \"credit\",\n        \"created_at\": \"2024-11-09T03:43:48.735898\",\n        \"updated_at\": \"2024-11-09T03:43:48.735905\"\n    },\n    {\n        \"id\": \"d0225030-3185-403f-88df-fb557bb2198e\",\n        \"full_name\": \"John Doe\",\n        \"transaction_date\": \"2024-11-09T00:00:00\",\n        \"transaction_amount\": 1000,\n        \"transaction_type\": \"credit\",\n        \"created_at\": \"2024-11-09T03:46:42.306427\",\n        \"updated_at\": \"2024-11-09T03:46:42.306433\"\n    },\n    {\n        \"id\": \"fdf9e2e6-4e10-4a2d-92aa-cf2ec4cff49e\",\n        \"full_name\": \"John Doe\",\n        \"transaction_date\": \"2024-11-09T00:00:00\",\n        \"transaction_amount\": 1000,\n        \"transaction_type\": \"credit\",\n        \"created_at\": \"2024-11-09T03:52:09.779103\",\n        \"updated_at\": \"2024-11-09T03:52:09.779109\"\n    },\n    {\n        \"id\": \"45fd6045-a3c8-4741-bc0d-9282dce8f55e\",\n        \"full_name\": \"John Doe\",\n        \"transaction_date\": \"2024-11-09T00:00:00\",\n        \"transaction_amount\": 1000,\n        \"transaction_type\": \"credit\",\n        \"created_at\": \"2024-11-09T03:53:22.757763\",\n        \"updated_at\": \"2024-11-09T03:53:22.757769\"\n    },\n    {\n        \"id\": \"66e05f69-9baa-4bc2-9882-fc49a51cd03c\",\n        \"full_name\": \"John Doe\",\n        \"transaction_date\": \"2024-11-09T00:00:00\",\n        \"transaction_amount\": 1000,\n        \"transaction_type\": \"credit\",\n        \"created_at\": \"2024-11-09T03:57:08.060066\",\n        \"updated_at\": \"2024-11-09T03:57:08.060072\"\n    },\n    {\n        \"id\": \"424912d9-2c64-4252-b184-55cc2f172dd3\",\n        \"full_name\": \"John Doe\",\n        \"transaction_date\": \"2024-11-09T00:00:00\",\n        \"transaction_amount\": 1000,\n        \"transaction_type\": \"credit\",\n        \"created_at\": \"2024-11-09T04:00:18.906308\",\n        \"updated_at\": \"2024-11-09T04:00:18.906314\"\n    },\n    {\n        \"id\": \"ab4d0cca-7255-47dd-96ae-58594132f922\",\n        \"full_name\": \"John Doe\",\n        \"transaction_date\": \"2024-11-09T00:00:00\",\n        \"transaction_amount\": 1000,\n        \"transaction_type\": \"credit\",\n        \"created_at\": \"2024-11-09T04:31:27.046401\",\n        \"updated_at\": null\n    },\n    {\n        \"id\": \"79e31fa0-7c41-48ca-b3ef-76ec9d7044cc\",\n        \"full_name\": \"Dominic\",\n        \"transaction_date\": \"2024-11-09T00:00:00\",\n        \"transaction_amount\": 2000,\n        \"transaction_type\": \"debit\",\n        \"created_at\": \"2024-11-09T04:33:37.656808\",\n        \"updated_at\": null\n    },\n    {\n        \"id\": \"f64e973c-432c-48ce-bcf0-2c282ea205d9\",\n        \"full_name\": \"Dominic\",\n        \"transaction_date\": \"2024-11-09T00:00:00\",\n        \"transaction_amount\": 2000,\n        \"transaction_type\": \"debit\",\n        \"created_at\": \"2024-11-09T11:30:49.244186\",\n        \"updated_at\": null\n    }\n]"},{"id":"5052d7d6-99d3-4fb2-a6cd-fe35539ae42b","name":"transactions","originalRequest":{"method":"GET","header":[],"url":"http://127.0.0.1:8000/transactions/2024-11-10"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"date","value":"Sun, 10 Nov 2024 21:11:57 GMT"},{"key":"server","value":"uvicorn"},{"key":"content-length","value":"43"},{"key":"content-type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Could not validate credentials\"\n}"}],"_postman_id":"c8446eea-3f63-461a-a68c-b66e16a06153"},{"name":"transaction","id":"2bd67775-e561-4502-b3e5-1ae1e2d0b56c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"full_name\": \"Kofi\",\n    \"transaction_date\": \"2024-11-09\",\n    \"transaction_amount\": 3000.00,\n    \"transaction_type\": \"credit\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/transactions","urlObject":{"protocol":"http","port":"8000","path":["transactions"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"c70c5107-14e3-4093-a733-360973bd2797","name":"transaction","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"full_name\": \"Kofi\",\n    \"transaction_date\": \"2024-11-10\",\n    \"transaction_amount\": 3000.00,\n    \"transaction_type\": \"debit\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/transactions"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"date","value":"Sat, 09 Nov 2024 12:51:35 GMT"},{"key":"server","value":"uvicorn"},{"key":"content-length","value":"244"},{"key":"content-type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"e4a01714-7d9f-4975-b254-e3f71eac67ff\",\n    \"full_name\": \"Kofi\",\n    \"transaction_date\": \"2024-11-10T00:00:00\",\n    \"transaction_amount\": 3000,\n    \"transaction_type\": \"debit\",\n    \"created_at\": \"2024-11-09T12:51:37.680136\",\n    \"updated_at\": \"2024-11-09T12:51:37.680144\"\n}"}],"_postman_id":"2bd67775-e561-4502-b3e5-1ae1e2d0b56c"},{"name":"update-transaction","id":"a82d9134-4a1c-4bc9-b087-4fa9823f7680","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"transaction_amount\": 1300.0,\n    \"full_name\": \"John Smith\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/transactions/9cc632e0-6972-4d65-a796-251aa740ac65","urlObject":{"protocol":"http","port":"8000","path":["transactions","9cc632e0-6972-4d65-a796-251aa740ac65"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"c61147a9-3d7b-4c2b-bc30-b276f5859eb7","name":"update-transaction","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"transaction_amount\": 1300.0,\n    \"full_name\": \"John Smith\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/transactions/9cc632e0-6972-4d65-a796-251aa740ac65"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"date","value":"Sat, 09 Nov 2024 12:01:00 GMT"},{"key":"server","value":"uvicorn"},{"key":"content-length","value":"251"},{"key":"content-type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"9cc632e0-6972-4d65-a796-251aa740ac65\",\n    \"full_name\": \"John Smith\",\n    \"transaction_date\": \"2024-11-09T00:00:00\",\n    \"transaction_amount\": 1300,\n    \"transaction_type\": \"credit\",\n    \"created_at\": \"2024-11-09T03:33:25.742967\",\n    \"updated_at\": \"2024-11-09T12:01:01.992209\"\n}"}],"_postman_id":"a82d9134-4a1c-4bc9-b087-4fa9823f7680"},{"name":"transaction-delete","id":"51906208-9aa3-4262-aa00-463b2620b81d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://127.0.0.1:8000/transactions/f64e973c-432c-48ce-bcf0-2c282ea205d9","urlObject":{"protocol":"http","port":"8000","path":["transactions","f64e973c-432c-48ce-bcf0-2c282ea205d9"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"c4cd82f1-67bf-4897-9c28-273e0aff32fd","name":"transaction-delete","originalRequest":{"method":"DELETE","header":[],"url":"http://127.0.0.1:8000/transactions/f64e973c-432c-48ce-bcf0-2c282ea205d9"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"date","value":"Sat, 09 Nov 2024 12:04:40 GMT"},{"key":"server","value":"uvicorn"},{"key":"content-length","value":"46"},{"key":"content-type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Transaction deleted successfully\"\n}"}],"_postman_id":"51906208-9aa3-4262-aa00-463b2620b81d"},{"name":"analytics","id":"f0a88fcd-d7a1-4436-a495-7e18ac1818e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://127.0.0.1:8000/analytics/?transaction_date=2024-11-09","description":"<p><strong>Note</strong>: You can also get a specific analytics by date too, by default it just gives you overall analytics.<br />Example:<br /><code>GET /analytics/?transaction_date=2024-11-10</code></p>\n","urlObject":{"protocol":"http","port":"8000","path":["analytics",""],"host":["127","0","0","1"],"query":[{"key":"transaction_date","value":"2024-11-09"}],"variable":[]}},"response":[{"id":"997257a2-f0b8-47e6-9cb9-d7aa1ffc7723","name":"analytics","originalRequest":{"method":"GET","header":[],"url":"http://127.0.0.1:8000/analytics"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"date","value":"Sat, 09 Nov 2024 15:02:54 GMT"},{"key":"server","value":"uvicorn"},{"key":"content-length","value":"140"},{"key":"content-type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"full_name\": \"Kofi\",\n        \"total_transactions\": 15,\n        \"total_credit\": 10300,\n        \"total_debit\": 13000,\n        \"average_transaction_value\": 1553.3333333333333\n    }\n]"},{"id":"61cbf44b-8376-4de8-bf7f-c8ac4113a295","name":"analytics","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://127.0.0.1:8000/analytics/?transaction_date=2024-11-10","protocol":"http","host":["127","0","0","1"],"port":"8000","path":["analytics",""],"query":[{"key":"transaction_date","value":"2024-11-10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"date","value":"Sun, 10 Nov 2024 21:15:08 GMT"},{"key":"server","value":"uvicorn"},{"key":"content-length","value":"126"},{"key":"content-type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"full_name\": \"Kofi\",\n        \"total_transactions\": 4,\n        \"total_credit\": 10000,\n        \"total_debit\": 6000,\n        \"average_transaction_value\": 4000\n    }\n]"}],"_postman_id":"f0a88fcd-d7a1-4436-a495-7e18ac1818e7"}]}