{"info":{"_postman_id":"40d267fb-0168-4511-ad68-49ea12520644","name":"Vehicle Protection System","description":"<html><head></head><body><p>Service to register clients, accidents and affected third parties.</p>\n<h3 id=\"api-errors\">API Errors</h3>\n<p>All API errors respect the same JSON structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"statusCode\": 400,\n    \"error\": \"VAL.001\",\n    \"message\": \"Error description here\"\n}\n\n</code></pre>\n<p><strong>\"statusCode\":</strong> HTTP response code<br><strong>\"error\"</strong>: An internal identifier of the error<br><strong>\"message\"</strong>: Full description of the error</p>\n<h3 id=\"error-identifiers\">Error identifiers</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>error identifier</strong></th>\n<th><strong>meaning</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>INT.001</td>\n<td>Internal Server Error. It means that some unexpected error occured, like a database error. This error can occur when you try to insert duplicated items in database too.</td>\n</tr>\n<tr>\n<td>VAL.001</td>\n<td>Validation Error. Some field of your request is not respecting the expected format. See error description for more details.</td>\n</tr>\n<tr>\n<td>CL.001</td>\n<td>Client not found. The requested client could not be found, or it was deleted.</td>\n</tr>\n<tr>\n<td>CL.002</td>\n<td>The client you are trying to create is already registered.</td>\n</tr>\n<tr>\n<td>CL.003</td>\n<td>The provided email and password are invalid.</td>\n</tr>\n<tr>\n<td>TPP.001</td>\n<td>The third party person you are searching for could not be found.</td>\n</tr>\n<tr>\n<td>ACC.001</td>\n<td>The accident you are searching for could not be found.</td>\n</tr>\n</tbody>\n</table>\n</div></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"9736763","collectionId":"40d267fb-0168-4511-ad68-49ea12520644","publishedId":"2s8ZDcxJcP","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2023-01-24T21:20:25.000Z"},"item":[{"name":"Clients","item":[{"name":"Create Client","id":"6b9f8395-2d00-4ea3-b97e-33b337407e39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Maria dos Santos\",\n    \"document\": \"12345678919\",\n    \"email\": \"teste@mail.com\",\n    \"phone\": \"+5531999999999\",\n    \"birthDate\": \"1990-01-10\",\n    \"password\": \"batata\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:3000/clients","description":"<h3 id=\"required-fields\">Required fields:</h3>\n<p>name<br />document<br />password</p>\n","urlObject":{"path":["clients"],"host":["localhost:3000"],"query":[],"variable":[]}},"response":[{"id":"ef2c1749-3268-4b17-bdb6-d0f4e1c0a8f7","name":"Create Client","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Maria dos Santos\",\n    \"document\": \"12345678919\",\n    \"email\": \"teste@mail.com\",\n    \"phone\": \"+5531999999999\",\n    \"birthDate\": \"1990-01-10\",\n    \"password\": \"batata\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:3000/clients"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"vary","value":"origin"},{"key":"access-control-expose-headers","value":"WWW-Authenticate,Server-Authorization"},{"key":"cache-control","value":"no-cache"},{"key":"content-length","value":"266"},{"key":"Date","value":"Tue, 24 Jan 2023 19:56:29 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"ebf7af47-dfbd-4750-8ea4-eb1addd9fef7\",\n    \"document\": \"12345678919\",\n    \"name\": \"Maria dos Santos\",\n    \"email\": \"teste@mail.com\",\n    \"phone\": \"+5531999999999\",\n    \"birthDate\": \"1990-01-10\",\n    \"createdAt\": \"2023-01-24T19:56:29.254Z\",\n    \"updatedAt\": \"2023-01-24T19:56:29.254Z\",\n    \"deletedAt\": null\n}"}],"_postman_id":"6b9f8395-2d00-4ea3-b97e-33b337407e39"},{"name":"Update Client","id":"a4cfb884-d923-4255-8910-c42702179b9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"birthDate\": \"1980-10-01\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:3000/clients/ebf7af47-dfbd-4750-8ea4-eb1addd9fef7","description":"<h3 id=\"allowed-fields\">Allowed fields</h3>\n<p>document<br />name<br />email<br />phone<br />birthDate<br />password<br />deletedAt</p>\n","urlObject":{"path":["clients","ebf7af47-dfbd-4750-8ea4-eb1addd9fef7"],"host":["localhost:3000"],"query":[],"variable":[]}},"response":[{"id":"3284f21e-8853-407d-b68a-2e5f5fe3dd4a","name":"Update Client","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"birthDate\": \"1980-10-01\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:3000/clients/ebf7af47-dfbd-4750-8ea4-eb1addd9fef7"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"vary","value":"origin"},{"key":"access-control-expose-headers","value":"WWW-Authenticate,Server-Authorization"},{"key":"cache-control","value":"no-cache"},{"key":"content-length","value":"270"},{"key":"Date","value":"Tue, 24 Jan 2023 20:14:24 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"ebf7af47-dfbd-4750-8ea4-eb1addd9fef7\",\n    \"document\": \"12345678919\",\n    \"name\": \"Maria dos Santos\",\n    \"email\": \"teste@mail.com\",\n    \"phone\": \"+5531999999999\",\n    \"birth_date\": \"1980-10-01\",\n    \"created_at\": \"2023-01-24T19:56:29.254Z\",\n    \"updated_at\": \"2023-01-24T20:14:24.870Z\",\n    \"deleted_at\": null\n}"}],"_postman_id":"a4cfb884-d923-4255-8910-c42702179b9f"},{"name":"Delete Client","id":"4a6e80a1-ff94-4214-86a1-9d454da639f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"localhost:3000/clients/ebf7af47-dfbd-4750-8ea4-eb1addd9fef7","urlObject":{"path":["clients","ebf7af47-dfbd-4750-8ea4-eb1addd9fef7"],"host":["localhost:3000"],"query":[],"variable":[]}},"response":[{"id":"67eeedb1-ad70-4c34-875a-e6e10bbd387c","name":"Delete Client","originalRequest":{"method":"DELETE","header":[],"url":"localhost:3000/clients/ebf7af47-dfbd-4750-8ea4-eb1addd9fef7"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"vary","value":"origin"},{"key":"access-control-expose-headers","value":"WWW-Authenticate,Server-Authorization"},{"key":"cache-control","value":"no-cache"},{"key":"content-length","value":"0"},{"key":"Date","value":"Tue, 24 Jan 2023 20:15:03 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"4a6e80a1-ff94-4214-86a1-9d454da639f9"},{"name":"Get a Client","id":"8d0cc6d9-8b5e-44d4-99d9-8f50c99995e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:3000/clients/ebf7af47-dfbd-4750-8ea4-eb1addd9fef7","urlObject":{"path":["clients","ebf7af47-dfbd-4750-8ea4-eb1addd9fef7"],"host":["localhost:3000"],"query":[],"variable":[]}},"response":[{"id":"98c00bf9-16ea-4d76-bfab-b753598239a5","name":"Get a Client","originalRequest":{"method":"GET","header":[],"url":"localhost:3000/clients/ebf7af47-dfbd-4750-8ea4-eb1addd9fef7"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"vary","value":"origin"},{"key":"access-control-expose-headers","value":"WWW-Authenticate,Server-Authorization"},{"key":"cache-control","value":"no-cache"},{"key":"content-length","value":"266"},{"key":"accept-ranges","value":"bytes"},{"key":"Date","value":"Tue, 24 Jan 2023 20:16:20 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"ebf7af47-dfbd-4750-8ea4-eb1addd9fef7\",\n    \"document\": \"12345678919\",\n    \"name\": \"Maria dos Santos\",\n    \"email\": \"teste@mail.com\",\n    \"phone\": \"+5531999999999\",\n    \"birthDate\": \"1980-10-01\",\n    \"createdAt\": \"2023-01-24T19:56:29.254Z\",\n    \"updatedAt\": \"2023-01-24T20:15:56.865Z\",\n    \"deletedAt\": null\n}"}],"_postman_id":"8d0cc6d9-8b5e-44d4-99d9-8f50c99995e8"},{"name":"Get Clients","id":"99fe35b7-154e-45d7-9c0c-96b849dc19db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:3000/clients?page=0&itemsPerPage=20&deleted=true","description":"<h3 id=\"filtering\">Filtering</h3>\n<p>The results are paginated, and you can use filters as well. Available filters are:</p>\n<p>page: number (Optional, default 0)<br />itemsPerPage: number (Optional, default 20)<br />deleted: boolean (Optional, default false. If true, includes deleted users in result)</p>\n","urlObject":{"path":["clients"],"host":["localhost:3000"],"query":[{"key":"page","value":"0"},{"key":"itemsPerPage","value":"20"},{"key":"deleted","value":"true"}],"variable":[]}},"response":[{"id":"70ac3ff5-8557-4d86-b640-5ba9077090e3","name":"Get Clients","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost:3000/clients?page=0&itemsPerPage=20&deleted=true","host":["localhost:3000"],"path":["clients"],"query":[{"key":"page","value":"0"},{"key":"itemsPerPage","value":"20"},{"key":"deleted","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"vary","value":"origin"},{"key":"access-control-expose-headers","value":"WWW-Authenticate,Server-Authorization"},{"key":"cache-control","value":"no-cache"},{"key":"content-length","value":"320"},{"key":"accept-ranges","value":"bytes"},{"key":"Date","value":"Tue, 24 Jan 2023 20:17:38 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"page\": 0,\n    \"itemsPerPage\": 20,\n    \"totalItems\": 1,\n    \"items\": [\n        {\n            \"id\": \"ebf7af47-dfbd-4750-8ea4-eb1addd9fef7\",\n            \"document\": \"12345678919\",\n            \"name\": \"Maria dos Santos\",\n            \"email\": \"teste@mail.com\",\n            \"phone\": \"+5531999999999\",\n            \"birthDate\": \"1980-10-01\",\n            \"createdAt\": \"2023-01-24T19:56:29.254Z\",\n            \"updatedAt\": \"2023-01-24T20:15:56.865Z\",\n            \"deletedAt\": null\n        }\n    ]\n}"}],"_postman_id":"99fe35b7-154e-45d7-9c0c-96b849dc19db"}],"id":"5436e1e9-6f7a-4ab0-ad2e-470a431fd4cd","_postman_id":"5436e1e9-6f7a-4ab0-ad2e-470a431fd4cd","description":""},{"name":"Accidents","item":[{"name":"Create Accident","id":"6b02b620-c645-4dcd-8122-4f04ee23e767","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"ebf7af47-dfbd-4750-8ea4-eb1addd9fef7\",\n    \"vehiclePlate\": \"HHH-1234\",\n    \"vehicleModel\": \"Gol 1.6 2016\",\n    \"vehicleColor\": \"Bege\",\n    \"description\": \"bati no muro\",\n    \"thirdPartyPeople\": [\n        {\n            \"document\": \"99999999999\",\n            \"name\": \"Mocked Third Party Name\",\n            \"email\": \"third@test.com\",\n            \"phone\": \"+5511999999991\",\n            \"birthDate\": \"1970-01-01\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"localhost:3000/accidents","description":"<h3 id=\"required-fields\">Required fields:</h3>\n<p>clientId<br />vehiclePlate<br />vehicleModel<br />vehicleColor<br />description<br />thirdPartyPeople.document<br />thirdPartyPeople.name</p>\n<p><strong>\"thirdPartyPeople\" array is optional, but if provided you need to send at least \"document\" and \"name\" fields.</strong></p>\n","urlObject":{"path":["accidents"],"host":["localhost:3000"],"query":[],"variable":[]}},"response":[{"id":"32d67420-682a-4d0d-9fd3-22b8f67340cb","name":"Create Accident","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"ebf7af47-dfbd-4750-8ea4-eb1addd9fef7\",\n    \"vehiclePlate\": \"HHH-1234\",\n    \"vehicleModel\": \"Gol 1.6 2016\",\n    \"vehicleColor\": \"Bege\",\n    \"description\": \"bati no muro\",\n    \"thirdPartyPeople\": [\n        {\n            \"document\": \"99999999999\",\n            \"name\": \"Mocked Third Party Name\",\n            \"email\": \"third@test.com\",\n            \"phone\": \"+5511999999991\",\n            \"birthDate\": \"1970-01-01\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"localhost:3000/accidents"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"vary","value":"origin"},{"key":"access-control-expose-headers","value":"WWW-Authenticate,Server-Authorization"},{"key":"cache-control","value":"no-cache"},{"key":"content-length","value":"592"},{"key":"Date","value":"Tue, 24 Jan 2023 20:28:00 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"9f33c478-7477-4c3b-9b8a-960174465de1\",\n    \"clientId\": \"ebf7af47-dfbd-4750-8ea4-eb1addd9fef7\",\n    \"vehiclePlate\": \"HHH-1234\",\n    \"vehicleModel\": \"Gol 1.6 2016\",\n    \"vehicleColor\": \"Bege\",\n    \"description\": \"bati no muro\",\n    \"createdAt\": \"2023-01-24T20:28:00.573Z\",\n    \"updatedAt\": \"2023-01-24T20:28:00.573Z\",\n    \"deletedAt\": null,\n    \"thirdPartyPeople\": [\n        {\n            \"id\": \"7aaa6e84-c13b-469d-8857-e5f23249b758\",\n            \"document\": \"99999999999\",\n            \"name\": \"Mocked Third Party Name\",\n            \"email\": \"third@test.com\",\n            \"phone\": \"+5511999999991\",\n            \"birthDate\": \"1970-01-01\",\n            \"createdAt\": \"2023-01-24T20:28:00.573Z\",\n            \"updatedAt\": \"2023-01-24T20:28:00.573Z\",\n            \"deletedAt\": null\n        }\n    ]\n}"}],"_postman_id":"6b02b620-c645-4dcd-8122-4f04ee23e767"},{"name":"Update Accident","id":"6110c613-6ba9-4f2c-986d-302f665eaa8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"vehicleColor\": \"Blue\",\n    \"thirdPartyPeople\": [\n        {\n            \"document\": \"99999999999\",\n            \"name\": \"Mocked Third Party Name\",\n            \"email\": \"third@test.com\",\n            \"phone\": \"+5511999999991\",\n            \"birthDate\": \"1970-01-01\"\n        },\n        {\n            \"document\": \"22222222222\",\n            \"name\": \"Mocked Third Party Name 2\",\n            \"email\": \"third2@test.com\",\n            \"phone\": \"+5511999999992\",\n            \"birthDate\": \"1970-01-02\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"localhost:3000/accidents/9f33c478-7477-4c3b-9b8a-960174465de1","urlObject":{"path":["accidents","9f33c478-7477-4c3b-9b8a-960174465de1"],"host":["localhost:3000"],"query":[],"variable":[]}},"response":[{"id":"e5095343-39c7-4e06-bdbf-da50f98130d7","name":"Update Accident","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"vehicleColor\": \"Blue\",\n    \"thirdPartyPeople\": [\n        {\n            \"document\": \"99999999999\",\n            \"name\": \"Mocked Third Party Name\",\n            \"email\": \"third@test.com\",\n            \"phone\": \"+5511999999991\",\n            \"birthDate\": \"1970-01-01\"\n        },\n        {\n            \"document\": \"22222222222\",\n            \"name\": \"Mocked Third Party Name 2\",\n            \"email\": \"third2@test.com\",\n            \"phone\": \"+5511999999992\",\n            \"birthDate\": \"1970-01-02\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"localhost:3000/accidents/9f33c478-7477-4c3b-9b8a-960174465de1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"vary","value":"origin"},{"key":"access-control-expose-headers","value":"WWW-Authenticate,Server-Authorization"},{"key":"cache-control","value":"no-cache"},{"key":"content-length","value":"695"},{"key":"Date","value":"Tue, 24 Jan 2023 20:30:47 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"vehicleColor\": \"Blue\",\n    \"thirdPartyPeople\": [\n        {\n            \"id\": \"7aaa6e84-c13b-469d-8857-e5f23249b758\",\n            \"document\": \"99999999999\",\n            \"name\": \"Mocked Third Party Name\",\n            \"email\": \"third@test.com\",\n            \"phone\": \"+5511999999991\",\n            \"birthDate\": \"1970-01-01\",\n            \"createdAt\": \"2023-01-24T20:28:00.573Z\",\n            \"updatedAt\": \"2023-01-24T20:28:00.573Z\",\n            \"deletedAt\": null\n        },\n        {\n            \"id\": \"debb0df6-2cc8-4118-95f7-95a1a4109023\",\n            \"document\": \"22222222222\",\n            \"name\": \"Mocked Third Party Name 2\",\n            \"email\": \"third2@test.com\",\n            \"phone\": \"+5511999999992\",\n            \"birthDate\": \"1970-01-02\",\n            \"createdAt\": \"2023-01-24T20:29:35.894Z\",\n            \"updatedAt\": \"2023-01-24T20:29:35.894Z\",\n            \"deletedAt\": null\n        }\n    ],\n    \"id\": \"9f33c478-7477-4c3b-9b8a-960174465de1\",\n    \"deletedAt\": null,\n    \"updatedAt\": \"2023-01-24T20:30:47.677Z\"\n}"}],"_postman_id":"6110c613-6ba9-4f2c-986d-302f665eaa8e"},{"name":"Get Accidents","id":"e2d9bc54-7ec0-411d-af77-d68fc9145465","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"page","value":"0","type":"text"},{"key":"itemsPerPage","value":"20","type":"text"},{"key":"deleted","value":"true","type":"text"}],"url":"localhost:3000/accidents","description":"<h3 id=\"filtering\">FILTERING</h3>\n<p>The results are paginated, and you can use filters as well. Available filters are:</p>\n<p>page: number (Optional, default 0)<br />itemsPerPage: number (Optional, default 20)<br />deleted: boolean (Optional, default false. If true, includes deleted users in result)</p>\n","urlObject":{"path":["accidents"],"host":["localhost:3000"],"query":[],"variable":[]}},"response":[{"id":"6d459c14-9c3f-4262-adcf-abfa6344d8e8","name":"Get Accidents","originalRequest":{"method":"GET","header":[{"key":"page","value":"0","type":"text"},{"key":"itemsPerPage","value":"20","type":"text"},{"key":"deleted","value":"true","type":"text"}],"url":"localhost:3000/accidents"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"vary","value":"origin"},{"key":"access-control-expose-headers","value":"WWW-Authenticate,Server-Authorization"},{"key":"cache-control","value":"no-cache"},{"key":"content-length","value":"923"},{"key":"accept-ranges","value":"bytes"},{"key":"Date","value":"Tue, 24 Jan 2023 20:31:47 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"page\": 0,\n    \"itemsPerPage\": 20,\n    \"totalItems\": 1,\n    \"items\": [\n        {\n            \"id\": \"9f33c478-7477-4c3b-9b8a-960174465de1\",\n            \"clientId\": \"ebf7af47-dfbd-4750-8ea4-eb1addd9fef7\",\n            \"vehiclePlate\": \"HHH-1234\",\n            \"vehicleModel\": \"Gol 1.6 2016\",\n            \"vehicleColor\": \"Blue\",\n            \"description\": \"bati no muro\",\n            \"createdAt\": \"2023-01-24T20:28:00.573Z\",\n            \"updatedAt\": \"2023-01-24T20:30:47.677Z\",\n            \"deletedAt\": null,\n            \"thirdPartyPeople\": [\n                {\n                    \"id\": \"7aaa6e84-c13b-469d-8857-e5f23249b758\",\n                    \"document\": \"99999999999\",\n                    \"name\": \"Mocked Third Party Name\",\n                    \"email\": \"third@test.com\",\n                    \"phone\": \"+5511999999991\",\n                    \"birthDate\": \"1970-01-01\",\n                    \"createdAt\": \"2023-01-24T20:28:00.573Z\",\n                    \"updatedAt\": \"2023-01-24T20:28:00.573Z\",\n                    \"deletedAt\": null\n                },\n                {\n                    \"id\": \"debb0df6-2cc8-4118-95f7-95a1a4109023\",\n                    \"document\": \"22222222222\",\n                    \"name\": \"Mocked Third Party Name 2\",\n                    \"email\": \"third2@test.com\",\n                    \"phone\": \"+5511999999992\",\n                    \"birthDate\": \"1970-01-02\",\n                    \"createdAt\": \"2023-01-24T20:29:35.894Z\",\n                    \"updatedAt\": \"2023-01-24T20:29:35.894Z\",\n                    \"deletedAt\": null\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"e2d9bc54-7ec0-411d-af77-d68fc9145465"},{"name":"Get an Accident","id":"d5ac93ab-1c50-4aff-843c-07cbba605404","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:3000/accidents/9f33c478-7477-4c3b-9b8a-960174465de1","urlObject":{"path":["accidents","9f33c478-7477-4c3b-9b8a-960174465de1"],"host":["localhost:3000"],"query":[],"variable":[]}},"response":[{"id":"ef383d45-573f-4a62-9764-82483258d2be","name":"Get an Accident","originalRequest":{"method":"GET","header":[],"url":"localhost:3000/accidents/9f33c478-7477-4c3b-9b8a-960174465de1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"vary","value":"origin"},{"key":"access-control-expose-headers","value":"WWW-Authenticate,Server-Authorization"},{"key":"cache-control","value":"no-cache"},{"key":"content-length","value":"869"},{"key":"accept-ranges","value":"bytes"},{"key":"Date","value":"Tue, 24 Jan 2023 20:32:21 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"9f33c478-7477-4c3b-9b8a-960174465de1\",\n    \"clientId\": \"ebf7af47-dfbd-4750-8ea4-eb1addd9fef7\",\n    \"vehiclePlate\": \"HHH-1234\",\n    \"vehicleModel\": \"Gol 1.6 2016\",\n    \"vehicleColor\": \"Blue\",\n    \"description\": \"bati no muro\",\n    \"createdAt\": \"2023-01-24T20:28:00.573Z\",\n    \"updatedAt\": \"2023-01-24T20:30:47.677Z\",\n    \"deletedAt\": null,\n    \"thirdPartyPeople\": [\n        {\n            \"id\": \"7aaa6e84-c13b-469d-8857-e5f23249b758\",\n            \"document\": \"99999999999\",\n            \"name\": \"Mocked Third Party Name\",\n            \"email\": \"third@test.com\",\n            \"phone\": \"+5511999999991\",\n            \"birthDate\": \"1970-01-01\",\n            \"createdAt\": \"2023-01-24T20:28:00.573Z\",\n            \"updatedAt\": \"2023-01-24T20:28:00.573Z\",\n            \"deletedAt\": null\n        },\n        {\n            \"id\": \"debb0df6-2cc8-4118-95f7-95a1a4109023\",\n            \"document\": \"22222222222\",\n            \"name\": \"Mocked Third Party Name 2\",\n            \"email\": \"third2@test.com\",\n            \"phone\": \"+5511999999992\",\n            \"birthDate\": \"1970-01-02\",\n            \"createdAt\": \"2023-01-24T20:29:35.894Z\",\n            \"updatedAt\": \"2023-01-24T20:29:35.894Z\",\n            \"deletedAt\": null\n        }\n    ]\n}"}],"_postman_id":"d5ac93ab-1c50-4aff-843c-07cbba605404"},{"name":"Delete Accident","id":"227ea78f-6d83-452a-b4e8-e1f04b69ac64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"localhost:3000/accidents/9f33c478-7477-4c3b-9b8a-960174465de1","urlObject":{"path":["accidents","9f33c478-7477-4c3b-9b8a-960174465de1"],"host":["localhost:3000"],"query":[],"variable":[]}},"response":[{"id":"e14ed0ab-2561-4231-be13-bec5af65d809","name":"Delete Accident","originalRequest":{"method":"DELETE","header":[],"url":"localhost:3000/accidents/9f33c478-7477-4c3b-9b8a-960174465de1"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"vary","value":"origin"},{"key":"access-control-expose-headers","value":"WWW-Authenticate,Server-Authorization"},{"key":"cache-control","value":"no-cache"},{"key":"content-length","value":"0"},{"key":"Date","value":"Tue, 24 Jan 2023 20:32:36 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"227ea78f-6d83-452a-b4e8-e1f04b69ac64"}],"id":"631f3693-d3ff-4fc3-8650-ed12471f1c5a","_postman_id":"631f3693-d3ff-4fc3-8650-ed12471f1c5a","description":""}],"event":[{"listen":"prerequest","script":{"id":"e78e19ec-f611-4272-ace7-44ff5a618abf","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f27b78f9-9b4d-4710-b575-5fb039f7dce5","type":"text/javascript","exec":[""]}}],"variable":[{"key":"url","value":"localhost:3000","type":"string"}]}