{"info":{"_postman_id":"d949ea4f-0f2d-4fe1-aacc-59a43d59c819","name":"civic-guardian","description":"<html><head></head><body><p>City Navigation and Emergency Route Planning Tool</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"12122001","collectionId":"d949ea4f-0f2d-4fe1-aacc-59a43d59c819","publishedId":"2s9YJc23n7","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-10-02T21:40:49.000Z"},"item":[{"name":"getBestWayPoint with Maps Data","id":"b8056428-b70a-4482-9e9b-11e20e7bbd8d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": [\n   \n    {\n        \"description\": \"department_store\",\n        \"latlng\": {\n            \"latitude\": 33.8624839,\n            \"longitude\": -117.9221267\n        },\n        \"title\": \"Costco Wholesale\", \n        \"id\": 1\n    },\n    {\n        \"description\": \"local_government_office\",\n        \"latlng\": {\n            \"latitude\": 33.8811773,\n            \"longitude\": -117.9264855\n        },\n        \"title\": \"North Justice Center\",\n        \"id\": 2\n    },\n    {\n        \"description\": \"restaurant\",\n        \"latlng\": {\n            \"latitude\": 33.8690644,\n            \"longitude\": -117.9238634\n        },\n        \"title\": \"The Old Spaghetti Factory\", \n        \"id\": 3\n    },\n    {\n        \"description\": \"local_government_office\",\n        \"latlng\": {\n            \"latitude\": 33.8819285,\n            \"longitude\": -117.9264468\n        },\n        \"title\": \"Orange County Victim-Witness\", \n        \"id\": 4\n    },\n    {\n        \"description\": \"restaurant\",\n        \"latlng\": {\n            \"latitude\": 33.8708538,\n            \"longitude\": -117.9245297\n        },\n        \"title\": \"Matador Cantina\",\n        \"id\": 5\n    }\n]\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8000/getBestWayPoint","description":"<p>Returns back with best possible waypoint between a source and destination</p>\n","urlObject":{"port":"8000","path":["getBestWayPoint"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"a3562ca8-4efd-4f12-bd61-7e980ea13dc3","name":"getBestWayPoint with Maps Data","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": [\n   \n    {\n        \"description\": \"department_store\",\n        \"latlng\": {\n            \"latitude\": 33.8624839,\n            \"longitude\": -117.9221267\n        },\n        \"title\": \"Costco Wholesale\", \n        \"id\": 1\n    },\n    {\n        \"description\": \"local_government_office\",\n        \"latlng\": {\n            \"latitude\": 33.8811773,\n            \"longitude\": -117.9264855\n        },\n        \"title\": \"North Justice Center\",\n        \"id\": 2\n    },\n    {\n        \"description\": \"restaurant\",\n        \"latlng\": {\n            \"latitude\": 33.8690644,\n            \"longitude\": -117.9238634\n        },\n        \"title\": \"The Old Spaghetti Factory\", \n        \"id\": 3\n    },\n    {\n        \"description\": \"local_government_office\",\n        \"latlng\": {\n            \"latitude\": 33.8819285,\n            \"longitude\": -117.9264468\n        },\n        \"title\": \"Orange County Victim-Witness\", \n        \"id\": 4\n    },\n    {\n        \"description\": \"restaurant\",\n        \"latlng\": {\n            \"latitude\": 33.8708538,\n            \"longitude\": -117.9245297\n        },\n        \"title\": \"Matador Cantina\",\n        \"id\": 5\n    }\n]\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8000/getBestWayPoint"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"date","value":"Fri, 13 Oct 2023 20:17:02 GMT"},{"key":"server","value":"uvicorn"},{"key":"content-length","value":"4456"},{"key":"content-type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"node\": {\n        \"from_id\": 4,\n        \"to_id\": 5,\n        \"value\": 1694,\n        \"from\": \"Orange County Victim-Witness\",\n        \"to\": \"Matador Cantina\",\n        \"via\": \"North Justice Center\",\n        \"latlng\": {\n            \"latitude\": 33.8811773,\n            \"longitude\": -117.9264855\n        }\n    },\n    \"fwmatrix\": [\n        [\n            {\n                \"from_id\": 1,\n                \"to_id\": 1,\n                \"value\": 0,\n                \"from\": \"Costco Wholesale\",\n                \"to\": \"Costco Wholesale\",\n                \"via\": \"Costco Wholesale\",\n                \"latlng\": {\n                    \"latitude\": 33.8624839,\n                    \"longitude\": -117.9221267\n                }\n            },\n            {\n                \"from_id\": 1,\n                \"to_id\": 2,\n                \"value\": 2354,\n                \"from\": \"Costco Wholesale\",\n                \"to\": \"North Justice Center\",\n                \"via\": \"Matador Cantina\",\n                \"latlng\": {\n                    \"latitude\": 33.8708538,\n                    \"longitude\": -117.9245297\n                }\n            },\n            {\n                \"from_id\": 1,\n                \"to_id\": 3,\n                \"value\": 1006,\n                \"from\": \"Costco Wholesale\",\n                \"to\": \"The Old Spaghetti Factory\",\n                \"via\": \"\",\n                \"latlng\": {\n                    \"latitude\": 33.8624839,\n                    \"longitude\": -117.9221267\n                }\n            },\n            {\n                \"from_id\": 1,\n                \"to_id\": 4,\n                \"value\": 2660,\n                \"from\": \"Costco Wholesale\",\n                \"to\": \"Orange County Victim-Witness\",\n                \"via\": \"Matador Cantina\",\n                \"latlng\": {\n                    \"latitude\": 33.8708538,\n                    \"longitude\": -117.9245297\n                }\n            },\n            {\n                \"from_id\": 1,\n                \"to_id\": 5,\n                \"value\": 1068,\n                \"from\": \"Costco Wholesale\",\n                \"to\": \"Matador Cantina\",\n                \"via\": \"\",\n                \"latlng\": {\n                    \"latitude\": 33.8624839,\n                    \"longitude\": -117.9221267\n                }\n            }\n        ],\n        [\n            {\n                \"from_id\": 2,\n                \"to_id\": 1,\n                \"value\": 2355,\n                \"from\": \"North Justice Center\",\n                \"to\": \"Costco Wholesale\",\n                \"via\": \"Matador Cantina\",\n                \"latlng\": {\n                    \"latitude\": 33.8708538,\n                    \"longitude\": -117.9245297\n                }\n            },\n            {\n                \"from_id\": 2,\n                \"to_id\": 2,\n                \"value\": 0,\n                \"from\": \"North Justice Center\",\n                \"to\": \"North Justice Center\",\n                \"via\": \"North Justice Center\",\n                \"latlng\": {\n                    \"latitude\": 33.8811773,\n                    \"longitude\": -117.9264855\n                }\n            },\n            {\n                \"from_id\": 2,\n                \"to_id\": 3,\n                \"value\": 1539,\n                \"from\": \"North Justice Center\",\n                \"to\": \"The Old Spaghetti Factory\",\n                \"via\": \"\",\n                \"latlng\": {\n                    \"latitude\": 33.8811773,\n                    \"longitude\": -117.9264855\n                }\n            },\n            {\n                \"from_id\": 2,\n                \"to_id\": 4,\n                \"value\": 408,\n                \"from\": \"North Justice Center\",\n                \"to\": \"Orange County Victim-Witness\",\n                \"via\": \"\",\n                \"latlng\": {\n                    \"latitude\": 33.8811773,\n                    \"longitude\": -117.9264855\n                }\n            },\n            {\n                \"from_id\": 2,\n                \"to_id\": 5,\n                \"value\": 1286,\n                \"from\": \"North Justice Center\",\n                \"to\": \"Matador Cantina\",\n                \"via\": \"\",\n                \"latlng\": {\n                    \"latitude\": 33.8811773,\n                    \"longitude\": -117.9264855\n                }\n            }\n        ],\n        [\n            {\n                \"from_id\": 3,\n                \"to_id\": 1,\n                \"value\": 1006,\n                \"from\": \"The Old Spaghetti Factory\",\n                \"to\": \"Costco Wholesale\",\n                \"via\": \"\",\n                \"latlng\": {\n                    \"latitude\": 33.8690644,\n                    \"longitude\": -117.9238634\n                }\n            },\n            {\n                \"from_id\": 3,\n                \"to_id\": 2,\n                \"value\": 1539,\n                \"from\": \"The Old Spaghetti Factory\",\n                \"to\": \"North Justice Center\",\n                \"via\": \"\",\n                \"latlng\": {\n                    \"latitude\": 33.8690644,\n                    \"longitude\": -117.9238634\n                }\n            },\n            {\n                \"from_id\": 3,\n                \"to_id\": 3,\n                \"value\": 0,\n                \"from\": \"The Old Spaghetti Factory\",\n                \"to\": \"The Old Spaghetti Factory\",\n                \"via\": \"The Old Spaghetti Factory\",\n                \"latlng\": {\n                    \"latitude\": 33.8690644,\n                    \"longitude\": -117.9238634\n                }\n            },\n            {\n                \"from_id\": 3,\n                \"to_id\": 4,\n                \"value\": 1845,\n                \"from\": \"The Old Spaghetti Factory\",\n                \"to\": \"Orange County Victim-Witness\",\n                \"via\": \"\",\n                \"latlng\": {\n                    \"latitude\": 33.8690644,\n                    \"longitude\": -117.9238634\n                }\n            },\n            {\n                \"from_id\": 3,\n                \"to_id\": 5,\n                \"value\": 260,\n                \"from\": \"The Old Spaghetti Factory\",\n                \"to\": \"Matador Cantina\",\n                \"via\": \"\",\n                \"latlng\": {\n                    \"latitude\": 33.8690644,\n                    \"longitude\": -117.9238634\n                }\n            }\n        ],\n        [\n            {\n                \"from_id\": 4,\n                \"to_id\": 1,\n                \"value\": 2663,\n                \"from\": \"Orange County Victim-Witness\",\n                \"to\": \"Costco Wholesale\",\n                \"via\": \"\",\n                \"latlng\": {\n                    \"latitude\": 33.8819285,\n                    \"longitude\": -117.9264468\n                }\n            },\n            {\n                \"from_id\": 4,\n                \"to_id\": 2,\n                \"value\": 408,\n                \"from\": \"Orange County Victim-Witness\",\n                \"to\": \"North Justice Center\",\n                \"via\": \"\",\n                \"latlng\": {\n                    \"latitude\": 33.8819285,\n                    \"longitude\": -117.9264468\n                }\n            },\n            {\n                \"from_id\": 4,\n                \"to_id\": 3,\n                \"value\": 1845,\n                \"from\": \"Orange County Victim-Witness\",\n                \"to\": \"The Old Spaghetti Factory\",\n                \"via\": \"\",\n                \"latlng\": {\n                    \"latitude\": 33.8819285,\n                    \"longitude\": -117.9264468\n                }\n            },\n            {\n                \"from_id\": 4,\n                \"to_id\": 4,\n                \"value\": 0,\n                \"from\": \"Orange County Victim-Witness\",\n                \"to\": \"Orange County Victim-Witness\",\n                \"via\": \"Orange County Victim-Witness\",\n                \"latlng\": {\n                    \"latitude\": 33.8819285,\n                    \"longitude\": -117.9264468\n                }\n            },\n            {\n                \"from_id\": 4,\n                \"to_id\": 5,\n                \"value\": 1694,\n                \"from\": \"Orange County Victim-Witness\",\n                \"to\": \"Matador Cantina\",\n                \"via\": \"North Justice Center\",\n                \"latlng\": {\n                    \"latitude\": 33.8811773,\n                    \"longitude\": -117.9264855\n                }\n            }\n        ],\n        [\n            {\n                \"from_id\": 5,\n                \"to_id\": 1,\n                \"value\": 1069,\n                \"from\": \"Matador Cantina\",\n                \"to\": \"Costco Wholesale\",\n                \"via\": \"\",\n                \"latlng\": {\n                    \"latitude\": 33.8708538,\n                    \"longitude\": -117.9245297\n                }\n            },\n            {\n                \"from_id\": 5,\n                \"to_id\": 2,\n                \"value\": 1286,\n                \"from\": \"Matador Cantina\",\n                \"to\": \"North Justice Center\",\n                \"via\": \"\",\n                \"latlng\": {\n                    \"latitude\": 33.8708538,\n                    \"longitude\": -117.9245297\n                }\n            },\n            {\n                \"from_id\": 5,\n                \"to_id\": 3,\n                \"value\": 260,\n                \"from\": \"Matador Cantina\",\n                \"to\": \"The Old Spaghetti Factory\",\n                \"via\": \"\",\n                \"latlng\": {\n                    \"latitude\": 33.8708538,\n                    \"longitude\": -117.9245297\n                }\n            },\n            {\n                \"from_id\": 5,\n                \"to_id\": 4,\n                \"value\": 1592,\n                \"from\": \"Matador Cantina\",\n                \"to\": \"Orange County Victim-Witness\",\n                \"via\": \"\",\n                \"latlng\": {\n                    \"latitude\": 33.8708538,\n                    \"longitude\": -117.9245297\n                }\n            },\n            {\n                \"from_id\": 5,\n                \"to_id\": 5,\n                \"value\": 0,\n                \"from\": \"Matador Cantina\",\n                \"to\": \"Matador Cantina\",\n                \"via\": \"Matador Cantina\",\n                \"latlng\": {\n                    \"latitude\": 33.8708538,\n                    \"longitude\": -117.9245297\n                }\n            }\n        ]\n    ]\n}"}],"_postman_id":"b8056428-b70a-4482-9e9b-11e20e7bbd8d"},{"name":"getFWMatrix","id":"404d269c-b427-4dd6-b12f-187a726e4705","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": [\n   \n    {\n        \"description\": \"department_store\",\n        \"latlng\": {\n            \"latitude\": 33.8624839,\n            \"longitude\": -117.9221267\n        },\n        \"title\": \"Costco Wholesale\", \n        \"id\": 1\n    },\n    {\n        \"description\": \"local_government_office\",\n        \"latlng\": {\n            \"latitude\": 33.8811773,\n            \"longitude\": -117.9264855\n        },\n        \"title\": \"North Justice Center\",\n        \"id\": 2\n    },\n    {\n        \"description\": \"restaurant\",\n        \"latlng\": {\n            \"latitude\": 33.8690644,\n            \"longitude\": -117.9238634\n        },\n        \"title\": \"The Old Spaghetti Factory\", \n        \"id\": 3\n    },\n    {\n        \"description\": \"local_government_office\",\n        \"latlng\": {\n            \"latitude\": 33.8819285,\n            \"longitude\": -117.9264468\n        },\n        \"title\": \"Orange County Victim-Witness\", \n        \"id\": 4\n    },\n    {\n        \"description\": \"restaurant\",\n        \"latlng\": {\n            \"latitude\": 33.8708538,\n            \"longitude\": -117.9245297\n        },\n        \"title\": \"Matador Cantina\",\n        \"id\": 5\n    }\n]\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8000/getFWMatrix","description":"<p>Returns Floyd Warshall's Final Matrix</p>\n","urlObject":{"port":"8000","path":["getFWMatrix"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"7d3c3640-9b53-40aa-826e-75952533bd5d","name":"getFWMatrix","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": [\n   \n    {\n        \"description\": \"department_store\",\n        \"latlng\": {\n            \"latitude\": 33.8624839,\n            \"longitude\": -117.9221267\n        },\n        \"title\": \"Costco Wholesale\", \n        \"id\": 1\n    },\n    {\n        \"description\": \"local_government_office\",\n        \"latlng\": {\n            \"latitude\": 33.8811773,\n            \"longitude\": -117.9264855\n        },\n        \"title\": \"North Justice Center\",\n        \"id\": 2\n    },\n    {\n        \"description\": \"restaurant\",\n        \"latlng\": {\n            \"latitude\": 33.8690644,\n            \"longitude\": -117.9238634\n        },\n        \"title\": \"The Old Spaghetti Factory\", \n        \"id\": 3\n    },\n    {\n        \"description\": \"local_government_office\",\n        \"latlng\": {\n            \"latitude\": 33.8819285,\n            \"longitude\": -117.9264468\n        },\n        \"title\": \"Orange County Victim-Witness\", \n        \"id\": 4\n    },\n    {\n        \"description\": \"restaurant\",\n        \"latlng\": {\n            \"latitude\": 33.8708538,\n            \"longitude\": -117.9245297\n        },\n        \"title\": \"Matador Cantina\",\n        \"id\": 5\n    }\n]\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8000/getFWMatrix"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"date","value":"Fri, 13 Oct 2023 20:17:11 GMT"},{"key":"server","value":"uvicorn"},{"key":"content-length","value":"4251"},{"key":"content-type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n    [\n        {\n            \"from_id\": 1,\n            \"to_id\": 1,\n            \"value\": 0,\n            \"from\": \"Costco Wholesale\",\n            \"to\": \"Costco Wholesale\",\n            \"via\": \"Costco Wholesale\",\n            \"latlng\": {\n                \"latitude\": 33.8624839,\n                \"longitude\": -117.9221267\n            }\n        },\n        {\n            \"from_id\": 1,\n            \"to_id\": 2,\n            \"value\": 2354,\n            \"from\": \"Costco Wholesale\",\n            \"to\": \"North Justice Center\",\n            \"via\": \"Matador Cantina\",\n            \"latlng\": {\n                \"latitude\": 33.8708538,\n                \"longitude\": -117.9245297\n            }\n        },\n        {\n            \"from_id\": 1,\n            \"to_id\": 3,\n            \"value\": 1006,\n            \"from\": \"Costco Wholesale\",\n            \"to\": \"The Old Spaghetti Factory\",\n            \"via\": \"\",\n            \"latlng\": {\n                \"latitude\": 33.8624839,\n                \"longitude\": -117.9221267\n            }\n        },\n        {\n            \"from_id\": 1,\n            \"to_id\": 4,\n            \"value\": 2660,\n            \"from\": \"Costco Wholesale\",\n            \"to\": \"Orange County Victim-Witness\",\n            \"via\": \"Matador Cantina\",\n            \"latlng\": {\n                \"latitude\": 33.8708538,\n                \"longitude\": -117.9245297\n            }\n        },\n        {\n            \"from_id\": 1,\n            \"to_id\": 5,\n            \"value\": 1068,\n            \"from\": \"Costco Wholesale\",\n            \"to\": \"Matador Cantina\",\n            \"via\": \"\",\n            \"latlng\": {\n                \"latitude\": 33.8624839,\n                \"longitude\": -117.9221267\n            }\n        }\n    ],\n    [\n        {\n            \"from_id\": 2,\n            \"to_id\": 1,\n            \"value\": 2355,\n            \"from\": \"North Justice Center\",\n            \"to\": \"Costco Wholesale\",\n            \"via\": \"Matador Cantina\",\n            \"latlng\": {\n                \"latitude\": 33.8708538,\n                \"longitude\": -117.9245297\n            }\n        },\n        {\n            \"from_id\": 2,\n            \"to_id\": 2,\n            \"value\": 0,\n            \"from\": \"North Justice Center\",\n            \"to\": \"North Justice Center\",\n            \"via\": \"North Justice Center\",\n            \"latlng\": {\n                \"latitude\": 33.8811773,\n                \"longitude\": -117.9264855\n            }\n        },\n        {\n            \"from_id\": 2,\n            \"to_id\": 3,\n            \"value\": 1539,\n            \"from\": \"North Justice Center\",\n            \"to\": \"The Old Spaghetti Factory\",\n            \"via\": \"\",\n            \"latlng\": {\n                \"latitude\": 33.8811773,\n                \"longitude\": -117.9264855\n            }\n        },\n        {\n            \"from_id\": 2,\n            \"to_id\": 4,\n            \"value\": 408,\n            \"from\": \"North Justice Center\",\n            \"to\": \"Orange County Victim-Witness\",\n            \"via\": \"\",\n            \"latlng\": {\n                \"latitude\": 33.8811773,\n                \"longitude\": -117.9264855\n            }\n        },\n        {\n            \"from_id\": 2,\n            \"to_id\": 5,\n            \"value\": 1286,\n            \"from\": \"North Justice Center\",\n            \"to\": \"Matador Cantina\",\n            \"via\": \"\",\n            \"latlng\": {\n                \"latitude\": 33.8811773,\n                \"longitude\": -117.9264855\n            }\n        }\n    ],\n    [\n        {\n            \"from_id\": 3,\n            \"to_id\": 1,\n            \"value\": 1006,\n            \"from\": \"The Old Spaghetti Factory\",\n            \"to\": \"Costco Wholesale\",\n            \"via\": \"\",\n            \"latlng\": {\n                \"latitude\": 33.8690644,\n                \"longitude\": -117.9238634\n            }\n        },\n        {\n            \"from_id\": 3,\n            \"to_id\": 2,\n            \"value\": 1539,\n            \"from\": \"The Old Spaghetti Factory\",\n            \"to\": \"North Justice Center\",\n            \"via\": \"\",\n            \"latlng\": {\n                \"latitude\": 33.8690644,\n                \"longitude\": -117.9238634\n            }\n        },\n        {\n            \"from_id\": 3,\n            \"to_id\": 3,\n            \"value\": 0,\n            \"from\": \"The Old Spaghetti Factory\",\n            \"to\": \"The Old Spaghetti Factory\",\n            \"via\": \"The Old Spaghetti Factory\",\n            \"latlng\": {\n                \"latitude\": 33.8690644,\n                \"longitude\": -117.9238634\n            }\n        },\n        {\n            \"from_id\": 3,\n            \"to_id\": 4,\n            \"value\": 1845,\n            \"from\": \"The Old Spaghetti Factory\",\n            \"to\": \"Orange County Victim-Witness\",\n            \"via\": \"\",\n            \"latlng\": {\n                \"latitude\": 33.8690644,\n                \"longitude\": -117.9238634\n            }\n        },\n        {\n            \"from_id\": 3,\n            \"to_id\": 5,\n            \"value\": 260,\n            \"from\": \"The Old Spaghetti Factory\",\n            \"to\": \"Matador Cantina\",\n            \"via\": \"\",\n            \"latlng\": {\n                \"latitude\": 33.8690644,\n                \"longitude\": -117.9238634\n            }\n        }\n    ],\n    [\n        {\n            \"from_id\": 4,\n            \"to_id\": 1,\n            \"value\": 2663,\n            \"from\": \"Orange County Victim-Witness\",\n            \"to\": \"Costco Wholesale\",\n            \"via\": \"\",\n            \"latlng\": {\n                \"latitude\": 33.8819285,\n                \"longitude\": -117.9264468\n            }\n        },\n        {\n            \"from_id\": 4,\n            \"to_id\": 2,\n            \"value\": 408,\n            \"from\": \"Orange County Victim-Witness\",\n            \"to\": \"North Justice Center\",\n            \"via\": \"\",\n            \"latlng\": {\n                \"latitude\": 33.8819285,\n                \"longitude\": -117.9264468\n            }\n        },\n        {\n            \"from_id\": 4,\n            \"to_id\": 3,\n            \"value\": 1845,\n            \"from\": \"Orange County Victim-Witness\",\n            \"to\": \"The Old Spaghetti Factory\",\n            \"via\": \"\",\n            \"latlng\": {\n                \"latitude\": 33.8819285,\n                \"longitude\": -117.9264468\n            }\n        },\n        {\n            \"from_id\": 4,\n            \"to_id\": 4,\n            \"value\": 0,\n            \"from\": \"Orange County Victim-Witness\",\n            \"to\": \"Orange County Victim-Witness\",\n            \"via\": \"Orange County Victim-Witness\",\n            \"latlng\": {\n                \"latitude\": 33.8819285,\n                \"longitude\": -117.9264468\n            }\n        },\n        {\n            \"from_id\": 4,\n            \"to_id\": 5,\n            \"value\": 1694,\n            \"from\": \"Orange County Victim-Witness\",\n            \"to\": \"Matador Cantina\",\n            \"via\": \"North Justice Center\",\n            \"latlng\": {\n                \"latitude\": 33.8811773,\n                \"longitude\": -117.9264855\n            }\n        }\n    ],\n    [\n        {\n            \"from_id\": 5,\n            \"to_id\": 1,\n            \"value\": 1069,\n            \"from\": \"Matador Cantina\",\n            \"to\": \"Costco Wholesale\",\n            \"via\": \"\",\n            \"latlng\": {\n                \"latitude\": 33.8708538,\n                \"longitude\": -117.9245297\n            }\n        },\n        {\n            \"from_id\": 5,\n            \"to_id\": 2,\n            \"value\": 1286,\n            \"from\": \"Matador Cantina\",\n            \"to\": \"North Justice Center\",\n            \"via\": \"\",\n            \"latlng\": {\n                \"latitude\": 33.8708538,\n                \"longitude\": -117.9245297\n            }\n        },\n        {\n            \"from_id\": 5,\n            \"to_id\": 3,\n            \"value\": 260,\n            \"from\": \"Matador Cantina\",\n            \"to\": \"The Old Spaghetti Factory\",\n            \"via\": \"\",\n            \"latlng\": {\n                \"latitude\": 33.8708538,\n                \"longitude\": -117.9245297\n            }\n        },\n        {\n            \"from_id\": 5,\n            \"to_id\": 4,\n            \"value\": 1592,\n            \"from\": \"Matador Cantina\",\n            \"to\": \"Orange County Victim-Witness\",\n            \"via\": \"\",\n            \"latlng\": {\n                \"latitude\": 33.8708538,\n                \"longitude\": -117.9245297\n            }\n        },\n        {\n            \"from_id\": 5,\n            \"to_id\": 5,\n            \"value\": 0,\n            \"from\": \"Matador Cantina\",\n            \"to\": \"Matador Cantina\",\n            \"via\": \"Matador Cantina\",\n            \"latlng\": {\n                \"latitude\": 33.8708538,\n                \"longitude\": -117.9245297\n            }\n        }\n    ]\n]"}],"_postman_id":"404d269c-b427-4dd6-b12f-187a726e4705"},{"name":"Health Check","id":"242d943c-8168-49ce-9031-adce3127fb66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"42e6cdae-5946-4b9e-be60-c7ceb89bbd14","name":"New Request","originalRequest":{"method":"GET","header":[],"url":"localhost:8000/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"date","value":"Fri, 13 Oct 2023 20:18:20 GMT"},{"key":"server","value":"uvicorn"},{"key":"content-length","value":"25"},{"key":"content-type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Hello World\"\n}"}],"_postman_id":"242d943c-8168-49ce-9031-adce3127fb66"}]}