{"info":{"_postman_id":"2fca88fb-35ec-454e-ab09-5cfe3636e2c2","name":"Post tracking system","description":"<html><head></head><body><p>Project routes</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"41681143","collectionId":"2fca88fb-35ec-454e-ab09-5cfe3636e2c2","publishedId":"2sB2qgdxhQ","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-05-31T11:23:17.000Z"},"item":[{"name":"User","item":[{"name":"http://localhost:8000/login","id":"435b9c49-3b59-428a-bfca-27e39e394c73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"user1@gmail.com\",\r\n    \"password\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/login","urlObject":{"protocol":"http","port":"8000","path":["login"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"e5d2b115-a39b-4b7c-9ca2-1b1f1cd21c1e","name":"http://localhost:8000/login","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic 3ada756htuvem425fcu5wrmpq","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"user1@gmail.com\",\r\n    \"password\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 31 May 2025 11:07:44 GMT"},{"key":"Server","value":"Apache/2.4.62 (Debian)"},{"key":"X-Powered-By","value":"PHP/8.4.7"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"public, max-age=600"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:5173"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Content-Length","value":"63"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Successfully logged in\",\n    \"id\": 4,\n    \"role\": \"ROLE_ADMIN\"\n}"}],"_postman_id":"435b9c49-3b59-428a-bfca-27e39e394c73"},{"name":"http://localhost:8000/users","id":"3e05e8cc-512c-497b-8bca-dbb3ad46af1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"http://localhost:8000/users","urlObject":{"protocol":"http","port":"8000","path":["users"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"13c2378a-2e76-4962-a4e7-e710ed916f8d","name":"http://localhost:8000/users","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8000/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 31 May 2025 11:16:08 GMT"},{"key":"Server","value":"Apache/2.4.62 (Debian)"},{"key":"X-Powered-By","value":"PHP/8.4.7"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"public, max-age=600"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:5173"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Content-Length","value":"472"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 4,\n        \"name\": \"admin\",\n        \"surname\": \"user\",\n        \"email\": \"user1@gmail.com\",\n        \"phoneNumber\": \"+380645974556\",\n        \"role\": \"ROLE_ADMIN\"\n    },\n    {\n        \"id\": 7,\n        \"name\": \"new\",\n        \"surname\": \"Lester\",\n        \"email\": \"lester@example.com\",\n        \"phoneNumber\": \"+380675125689\",\n        \"role\": \"ROLE_USER\"\n    },\n    {\n        \"id\": 8,\n        \"name\": \"Masde\",\n        \"surname\": \"asd\",\n        \"email\": \"lasd@example.com\",\n        \"phoneNumber\": \"+380678562318\",\n        \"role\": \"ROLE_USER\"\n    },\n    {\n        \"id\": 9,\n        \"name\": \"new\",\n        \"surname\": \"sdasdas\",\n        \"email\": \"newUser@gmail.com\",\n        \"phoneNumber\": \"+380983393183\",\n        \"role\": \"ROLE_USER\"\n    }\n]"}],"_postman_id":"3e05e8cc-512c-497b-8bca-dbb3ad46af1d"},{"name":"http://localhost:8000/users/{id}","id":"4d82c134-391a-49df-bab3-64baea146a88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"http://localhost:8000/users/7","urlObject":{"protocol":"http","port":"8000","path":["users","7"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"93025729-442d-4835-98c7-fd63b30ca60e","name":"http://localhost:8000/users/{id}","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8000/users/7"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 31 May 2025 11:21:31 GMT"},{"key":"Server","value":"Apache/2.4.62 (Debian)"},{"key":"X-Powered-By","value":"PHP/8.4.7"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"public, max-age=600"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:5173"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Content-Length","value":"118"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 7,\n    \"name\": \"new\",\n    \"surname\": \"Lester\",\n    \"email\": \"lester@example.com\",\n    \"phoneNumber\": \"+380675125689\",\n    \"role\": \"ROLE_USER\"\n}"}],"_postman_id":"4d82c134-391a-49df-bab3-64baea146a88"},{"name":"http://localhost:8000/users","id":"ff952f08-55a6-476d-b99f-f235449d1df6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"New\",\r\n    \"surname\": \"New\",\r\n    \"email\": \"anotherOne@example.com\",\r\n    \"phone_number\": \"+380678562349\",\r\n    \"password\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/users","urlObject":{"protocol":"http","port":"8000","path":["users"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"6b9a3d39-274a-4cd3-a986-d926eb97126f","name":"http://localhost:8000/users","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"New\",\r\n    \"surname\": \"New\",\r\n    \"email\": \"anotherOne@example.com\",\r\n    \"phone_number\": \"+380678562349\",\r\n    \"password\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/users"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 31 May 2025 11:16:37 GMT"},{"key":"Server","value":"Apache/2.4.62 (Debian)"},{"key":"X-Powered-By","value":"PHP/8.4.7"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:5173"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Content-Length","value":"26"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"message\": \"User created\"\n}"}],"_postman_id":"ff952f08-55a6-476d-b99f-f235449d1df6"},{"name":"http://localhost:8000/users/{id}","id":"abf23184-1bad-407d-a304-9d34d21f6c47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"New\",\r\n    \"surname\": \"New\",\r\n    \"email\": \"anotherOne@example.com\",\r\n    \"phone_number\": \"+380678562349\",\r\n    \"password\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/users/10","urlObject":{"protocol":"http","port":"8000","path":["users","10"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"46ea3025-8de4-4a6b-9578-b720154e9041","name":"http://localhost:8000/users/{id}","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"New\",\r\n    \"surname\": \"New\",\r\n    \"email\": \"anotherOne@example.com\",\r\n    \"phone_number\": \"+380678562349\",\r\n    \"password\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/users/10"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 31 May 2025 11:21:02 GMT"},{"key":"Server","value":"Apache/2.4.62 (Debian)"},{"key":"X-Powered-By","value":"PHP/8.4.7"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"public, max-age=600"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:5173"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Content-Length","value":"26"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"User updated\"\n}"}],"_postman_id":"abf23184-1bad-407d-a304-9d34d21f6c47"},{"name":"http://localhost:8000/users/{id}","id":"75b73fba-c947-44e4-9506-72a001557c41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:8000/users/10","urlObject":{"protocol":"http","port":"8000","path":["users","10"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"ed683b6a-3e4e-400a-bd0b-d452c3d0ff89","name":"http://localhost:8000/users/{id}","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8000/users/10"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 31 May 2025 11:21:18 GMT"},{"key":"Server","value":"Apache/2.4.62 (Debian)"},{"key":"X-Powered-By","value":"PHP/8.4.7"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:5173"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Content-Length","value":"26"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"User deleted\"\n}"}],"_postman_id":"75b73fba-c947-44e4-9506-72a001557c41"},{"name":"http://localhost:8000/logout","id":"8c085a1d-a832-421f-af49-e0afdaad2e36","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/logout","urlObject":{"protocol":"http","port":"8000","path":["logout"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"32486463-d162-474e-897a-4c33f2b2a36c","name":"New Request","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8000/logout"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 31 May 2025 11:22:10 GMT"},{"key":"Server","value":"Apache/2.4.62 (Debian)"},{"key":"X-Powered-By","value":"PHP/8.4.7"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"public, max-age=600"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:5173"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Content-Length","value":"38"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Logged out successfully.\"\n}"}],"_postman_id":"8c085a1d-a832-421f-af49-e0afdaad2e36"}],"id":"5a529905-d17c-40fb-9819-1c6a420b052b","_postman_id":"5a529905-d17c-40fb-9819-1c6a420b052b","description":""},{"name":"Shipments","item":[{"name":"http://localhost:8000/shipments","id":"573df906-6547-4c5a-9d9c-564fc5d168c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/shipments","urlObject":{"protocol":"http","port":"8000","path":["shipments"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"24e0b9c0-2469-4632-8679-4b29289a36b6","name":"http://localhost:8000/shipments","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8000/shipments"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 31 May 2025 11:15:48 GMT"},{"key":"Server","value":"Apache/2.4.62 (Debian)"},{"key":"X-Powered-By","value":"PHP/8.4.7"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"public, max-age=600"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:5173"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Content-Length","value":"663"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 17,\n        \"user_id\": 9,\n        \"receiverName\": \"adadssad\",\n        \"senderName\": \"\",\n        \"receiver_id\": 7,\n        \"weight\": 4,\n        \"type\": \"food\",\n        \"created_at\": \"1748524630\",\n        \"sendOffice\": 1,\n        \"receiveOffice\": 2\n    },\n    {\n        \"id\": 18,\n        \"user_id\": 7,\n        \"receiverName\": \"adadssad\",\n        \"senderName\": \"\",\n        \"receiver_id\": 9,\n        \"weight\": 6,\n        \"type\": \"toys\",\n        \"created_at\": \"1748524640\",\n        \"sendOffice\": 2,\n        \"receiveOffice\": 1\n    },\n    {\n        \"id\": 21,\n        \"user_id\": 9,\n        \"receiverName\": \"Newname\",\n        \"senderName\": \"Newname\",\n        \"receiver_id\": 7,\n        \"weight\": 2,\n        \"type\": \"food\",\n        \"created_at\": \"1748688437\",\n        \"sendOffice\": 2,\n        \"receiveOffice\": 1\n    },\n    {\n        \"id\": 23,\n        \"user_id\": 7,\n        \"receiverName\": \"name\",\n        \"senderName\": \"name\",\n        \"receiver_id\": 9,\n        \"weight\": 5,\n        \"type\": \"food\",\n        \"created_at\": \"1748688729\",\n        \"sendOffice\": 1,\n        \"receiveOffice\": 2\n    }\n]"}],"_postman_id":"573df906-6547-4c5a-9d9c-564fc5d168c2"},{"name":"http://localhost:8000/shipments/{id}","id":"2ed56684-93cf-413e-a66a-8f83dea1b852","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/shipments/23","urlObject":{"protocol":"http","port":"8000","path":["shipments","23"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"e04bdb88-110b-4196-a3d8-83d42ef328b4","name":"http://localhost:8000/shipments/{id}","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8000/shipments/23"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 31 May 2025 10:53:36 GMT"},{"key":"Server","value":"Apache/2.4.62 (Debian)"},{"key":"X-Powered-By","value":"PHP/8.4.7"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"public, max-age=600"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:5173"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Content-Length","value":"163"},{"key":"Keep-Alive","value":"timeout=5, max=99"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 23,\n    \"user_id\": 7,\n    \"receiverName\": \"name\",\n    \"senderName\": \"name\",\n    \"receiver_id\": 9,\n    \"weight\": 5,\n    \"type\": \"food\",\n    \"created_at\": \"1748688729\",\n    \"sendOffice\": 1,\n    \"receiveOffice\": 2\n}"}],"_postman_id":"2ed56684-93cf-413e-a66a-8f83dea1b852"},{"name":"http://localhost:8000/shipments","id":"f6b46dcd-e484-4170-a605-e0343cd77947","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"user_id\": 7,\r\n    \"receiver_id\": 9,\r\n    \"receiver_name\": \"name\",\r\n    \"sender_name\": \"name\",\r\n    \"weight\": 5,\r\n    \"type\": \"food\",\r\n    \"send_office\": 1,\r\n    \"receive_office\": 2\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/shipments","urlObject":{"protocol":"http","port":"8000","path":["shipments"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"b4363b91-fbe4-4e9d-a1ac-914f793b55d2","name":"http://localhost:8000/shipments","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"user_id\": 7,\r\n    \"receiverId\": 9,\r\n    \"receiverName\": \"name\",\r\n    \"senderName\": \"name\",\r\n    \"weight\": 5,\r\n    \"type\": \"food\",\r\n    \"sendOffice\": 1,\r\n    \"receiveOffice\": 2\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/shipments"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 31 May 2025 10:47:17 GMT"},{"key":"Server","value":"Apache/2.4.62 (Debian)"},{"key":"X-Powered-By","value":"PHP/8.4.7"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:5173"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Content-Length","value":"38"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Shipment created\",\n    \"id\": 21\n}"}],"_postman_id":"f6b46dcd-e484-4170-a605-e0343cd77947"},{"name":"http://localhost:8000/shipments/{id}","id":"e5896369-4307-4659-a204-65a9ab737050","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"user_id\": 9,\r\n    \"receiver_id\": 7,\r\n    \"receiver_name\": \"Newname\",\r\n    \"sender_name\": \"Newname\",\r\n    \"weight\": 2,\r\n    \"type\": \"food\",\r\n    \"send_office\": 2,\r\n    \"receive_office\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/shipments/21","urlObject":{"protocol":"http","port":"8000","path":["shipments","21"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"87ca5f98-877f-4097-9018-2dc52bd6c513","name":"http://localhost:8000/shipments/{id}","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"user_id\": 9,\r\n    \"receiver_id\": 7,\r\n    \"receiver_name\": \"Newname\",\r\n    \"sender_name\": \"Newname\",\r\n    \"weight\": 2,\r\n    \"type\": \"food\",\r\n    \"send_office\": 2,\r\n    \"receive_office\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/shipments/21"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 31 May 2025 10:52:14 GMT"},{"key":"Server","value":"Apache/2.4.62 (Debian)"},{"key":"X-Powered-By","value":"PHP/8.4.7"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"public, max-age=600"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:5173"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Content-Length","value":"30"},{"key":"Keep-Alive","value":"timeout=5, max=99"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Shipment updated\"\n}"}],"_postman_id":"e5896369-4307-4659-a204-65a9ab737050"},{"name":"http://localhost:8000/shipments/{id}","id":"4ce1477a-431f-4d10-a957-7153d572b3f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8000/shipments/22","urlObject":{"protocol":"http","port":"8000","path":["shipments","22"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"7abe0975-e1ce-4e1c-a898-a135360d323f","name":"http://localhost:8000/shipments/{id}","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8000/shipments/22"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 31 May 2025 10:52:36 GMT"},{"key":"Server","value":"Apache/2.4.62 (Debian)"},{"key":"X-Powered-By","value":"PHP/8.4.7"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:5173"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Content-Length","value":"30"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Shipment deleted\"\n}"}],"_postman_id":"4ce1477a-431f-4d10-a957-7153d572b3f5"}],"id":"a48b1e9a-fdbc-4f8a-9a47-3ffb7a394a9f","_postman_id":"a48b1e9a-fdbc-4f8a-9a47-3ffb7a394a9f","description":""},{"name":"Tracking statuses","item":[{"name":"http://localhost:8000/tracking-status","id":"cdc50d08-cd9c-4680-97b3-a5a4017fa54d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/tracking-status","urlObject":{"protocol":"http","port":"8000","path":["tracking-status"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"cea7854e-3f05-434d-8939-4ee92dee198a","name":"http://localhost:8000/tracking-status","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8000/tracking-status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 31 May 2025 11:15:28 GMT"},{"key":"Server","value":"Apache/2.4.62 (Debian)"},{"key":"X-Powered-By","value":"PHP/8.4.7"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"public, max-age=600"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:5173"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Content-Length","value":"256"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 6,\n        \"shipment_id\": 17,\n        \"status\": \"sent\",\n        \"location\": \"\",\n        \"sendAt\": null,\n        \"arriveAt\": null\n    },\n    {\n        \"id\": 7,\n        \"shipment_id\": 18,\n        \"status\": \"sent\",\n        \"location\": \"Zhytnii Rynok Square, Zhytomyr, Zhytomyrs'ka oblast, Ukraine, 10000\",\n        \"sendAt\": \"1748563200\",\n        \"arriveAt\": \"1748649600\"\n    }\n]"}],"_postman_id":"cdc50d08-cd9c-4680-97b3-a5a4017fa54d"},{"name":"http://localhost:8000/tracking-status/{id}","id":"f481510a-7514-4f11-8074-3542e126ee61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/tracking-status/10","urlObject":{"protocol":"http","port":"8000","path":["tracking-status","10"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"7b7df3da-1f21-4bde-8c24-9e974a5d7f47","name":"http://localhost:8000/tracking-status/{id}","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8000/tracking-status/10"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 31 May 2025 10:58:40 GMT"},{"key":"Server","value":"Apache/2.4.62 (Debian)"},{"key":"X-Powered-By","value":"PHP/8.4.7"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"public, max-age=600"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:5173"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Content-Length","value":"110"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 10,\n    \"shipment_id\": 23,\n    \"status\": \"sent\",\n    \"location\": \"New York\",\n    \"sendAt\": \"1747986953\",\n    \"arriveAt\": \"1748688971\"\n}"}],"_postman_id":"f481510a-7514-4f11-8074-3542e126ee61"},{"name":"http://localhost:8000/tracking-status","id":"8494a8ac-343b-40e5-b9ab-db5269aaede0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"shipment_id\": 23,\r\n    \"status\": \"sent\",\r\n    \"location\": \"New York\",\r\n    \"send_at\": \"1747986953\",\r\n    \"arrive_at\": \"1748688971\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/tracking-status","urlObject":{"protocol":"http","port":"8000","path":["tracking-status"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"4d966a9b-91ee-4b63-8454-918410c2403b","name":"http://localhost:8000/tracking-status","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"shipment_id\": 23,\r\n    \"status\": \"sent\",\r\n    \"location\": \"New York\",\r\n    \"send_at\": \"1747986953\",\r\n    \"arrive_at\": \"1748688971\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/tracking-status"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 31 May 2025 10:56:23 GMT"},{"key":"Server","value":"Apache/2.4.62 (Debian)"},{"key":"X-Powered-By","value":"PHP/8.4.7"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:5173"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Content-Length","value":"37"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"message\": \"Tracking status created\"\n}"}],"_postman_id":"8494a8ac-343b-40e5-b9ab-db5269aaede0"},{"name":"http://localhost:8000/tracking-status/{id}","id":"2e58a240-6653-4c23-8378-fc0b03b9e752","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"shipment_id\": 23,\r\n    \"status\": \"sent\",\r\n    \"location\": \"New York\",\r\n    \"send_at\": \"1747986953\",\r\n    \"arrive_at\": \"1748688971\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/tracking-status/10","urlObject":{"protocol":"http","port":"8000","path":["tracking-status","10"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"d416abcd-303a-407b-997e-ecc5616b9ec1","name":"http://localhost:8000/tracking-status/{id}","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"shipment_id\": 23,\r\n    \"status\": \"sent\",\r\n    \"location\": \"New York\",\r\n    \"send_at\": \"1747986953\",\r\n    \"arrive_at\": \"1748688971\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/tracking-status/10"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 31 May 2025 10:58:03 GMT"},{"key":"Server","value":"Apache/2.4.62 (Debian)"},{"key":"X-Powered-By","value":"PHP/8.4.7"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"public, max-age=600"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:5173"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Content-Length","value":"37"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Tracking status updated\"\n}"}],"_postman_id":"2e58a240-6653-4c23-8378-fc0b03b9e752"},{"name":"http://localhost:8000/tracking-status/{id}","id":"4faf31e4-bf8f-44a3-a2ca-3fc6b21b596a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8000/tracking-status/10","urlObject":{"protocol":"http","port":"8000","path":["tracking-status","10"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"634bbed0-f613-4444-839a-8dc339af57da","name":"http://localhost:8000/tracking-status/{id}","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8000/tracking-status/10"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 31 May 2025 10:58:58 GMT"},{"key":"Server","value":"Apache/2.4.62 (Debian)"},{"key":"X-Powered-By","value":"PHP/8.4.7"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:5173"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Content-Length","value":"37"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Tracking status deleted\"\n}"}],"_postman_id":"4faf31e4-bf8f-44a3-a2ca-3fc6b21b596a"}],"id":"a2baa1e1-f2b1-4717-9717-c0af41f82b25","_postman_id":"a2baa1e1-f2b1-4717-9717-c0af41f82b25","description":""},{"name":"Post offices","item":[{"name":"http://localhost:8000/post-office","id":"eece9122-d2c5-429f-beaf-6f38f5099e21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/post-office","urlObject":{"protocol":"http","port":"8000","path":["post-office"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"f6b44792-47d9-424d-bdb6-bf6c541aa931","name":"http://localhost:8000/post-office","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8000/post-office"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 31 May 2025 11:09:32 GMT"},{"key":"Server","value":"Apache/2.4.62 (Debian)"},{"key":"X-Powered-By","value":"PHP/8.4.7"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"public, max-age=600"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:5173"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Content-Length","value":"400"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"name\": \"Branch 12\",\n        \"address\": \"Peremohy St, 12, Zhytomyr, Zhytomyrs'ka oblast, 10001\",\n        \"city\": \"Zhytomyr\",\n        \"postalCode\": \"2000\"\n    },\n    {\n        \"id\": 2,\n        \"name\": \"Branch 1\",\n        \"address\": \"Troianivska St, 10, Zhytomyr, Zhytomyrs'ka oblast, 10001\",\n        \"city\": \"Zhytomyr\",\n        \"postalCode\": \"10001\"\n    },\n    {\n        \"id\": 3,\n        \"name\": \"Branch 3\",\n        \"address\": \"Kyivska St, Zhytomyr, Zhytomyrs'ka oblast, Ukraine, 10000\",\n        \"city\": \"Kiev\",\n        \"postalCode\": \"10000\"\n    }\n]"}],"_postman_id":"eece9122-d2c5-429f-beaf-6f38f5099e21"},{"name":"http://localhost:8000/post-office/{id}","id":"28e3e3d2-b83c-4b4c-b9af-c576ce0ff00f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/post-office/4","urlObject":{"protocol":"http","port":"8000","path":["post-office","4"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"a97fb9fd-5d9d-4612-8d56-4ebc3c4c8696","name":"http://localhost:8000/post-office/{id}","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8000/post-office/4"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 31 May 2025 11:08:58 GMT"},{"key":"Server","value":"Apache/2.4.62 (Debian)"},{"key":"X-Powered-By","value":"PHP/8.4.7"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"public, max-age=600"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:5173"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Content-Length","value":"98"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 4,\n    \"name\": \"Branch 7\",\n    \"address\": \"West Loop, Chicago, US\",\n    \"city\": \"Chicago\",\n    \"postalCode\": \"2000\"\n}"}],"_postman_id":"28e3e3d2-b83c-4b4c-b9af-c576ce0ff00f"},{"name":"http://localhost:8000/post-office","id":"3b969283-ae14-4090-8b00-67014b139d6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Branch 7\",\r\n    \"address\": \"West Loop, Chicago, US\",\r\n    \"city\": \"Chicago\",\r\n    \"postal_code\": \"2000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/post-office","urlObject":{"protocol":"http","port":"8000","path":["post-office"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"89b306e8-c853-4d82-9f60-14ffba855bc9","name":"http://localhost:8000/post-office","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Branch 7\",\r\n    \"address\": \"West Loop, Chicago, US\",\r\n    \"city\": \"Chicago\",\r\n    \"postal_code\": \"2000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/post-office"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 31 May 2025 11:08:08 GMT"},{"key":"Server","value":"Apache/2.4.62 (Debian)"},{"key":"X-Powered-By","value":"PHP/8.4.7"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:5173"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Content-Length","value":"33"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Post office created\"\n}"}],"_postman_id":"3b969283-ae14-4090-8b00-67014b139d6a"},{"name":"http://localhost:8000/post-office/{id}","id":"002193fc-1769-4339-aa97-1c662329cd32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Branch 7\",\r\n    \"address\": \"West Loop, Chicago, US\",\r\n    \"city\": \"Chicago\",\r\n    \"postal_code\": \"2000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/post-office/4","urlObject":{"protocol":"http","port":"8000","path":["post-office","4"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"7ba96ca4-44af-4b98-9a8d-300d0686ee4f","name":"http://localhost:8000/post-office/{id}","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Branch 7\",\r\n    \"address\": \"West Loop, Chicago, US\",\r\n    \"city\": \"Chicago\",\r\n    \"postal_code\": \"2000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/post-office/4"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 31 May 2025 11:08:43 GMT"},{"key":"Server","value":"Apache/2.4.62 (Debian)"},{"key":"X-Powered-By","value":"PHP/8.4.7"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"public, max-age=600"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:5173"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Content-Length","value":"33"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Post office updated\"\n}"}],"_postman_id":"002193fc-1769-4339-aa97-1c662329cd32"},{"name":"http://localhost:8000/post-office/{id}","id":"9017c474-57ce-4d93-8256-0754d89b0688","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8000/post-office/4","urlObject":{"protocol":"http","port":"8000","path":["post-office","4"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"81eeb26e-efe4-4551-a14d-49331547918e","name":"http://localhost:8000/post-office/{id}","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8000/post-office/4"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 31 May 2025 11:09:14 GMT"},{"key":"Server","value":"Apache/2.4.62 (Debian)"},{"key":"X-Powered-By","value":"PHP/8.4.7"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:5173"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Content-Length","value":"33"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Post office deleted\"\n}"}],"_postman_id":"9017c474-57ce-4d93-8256-0754d89b0688"}],"id":"b6dc1c8e-28a7-4044-b87f-ac588e1d8fc7","_postman_id":"b6dc1c8e-28a7-4044-b87f-ac588e1d8fc7","description":""},{"name":"Support ticket","item":[{"name":"http://localhost:8000/support-tickets","id":"8d8463eb-891e-408a-adf0-7ba748b0a4df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/support-tickets","urlObject":{"protocol":"http","port":"8000","path":["support-tickets"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"e3c65548-2d85-4474-ab43-85c412e24e60","name":"http://localhost:8000/support-tickets","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8000/support-tickets"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 31 May 2025 11:14:51 GMT"},{"key":"Server","value":"Apache/2.4.62 (Debian)"},{"key":"X-Powered-By","value":"PHP/8.4.7"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"public, max-age=600"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:5173"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Content-Length","value":"397"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"user_id\": 7,\n        \"subject\": \"Bug\",\n        \"message\": \"there are bug\",\n        \"response\": \"resolved\",\n        \"status\": \"closed\",\n        \"createdAt\": \"1748256832\"\n    },\n    {\n        \"id\": 2,\n        \"user_id\": 7,\n        \"subject\": \"another bug\",\n        \"message\": \"It doesnt work again\",\n        \"response\": \"\",\n        \"status\": \"open\",\n        \"createdAt\": \"1748537822\"\n    },\n    {\n        \"id\": 4,\n        \"user_id\": 7,\n        \"subject\": \"Issues\",\n        \"message\": \"somting wrong\",\n        \"response\": \"new response\",\n        \"status\": \"closed\",\n        \"createdAt\": \"1748689989\"\n    }\n]"}],"_postman_id":"8d8463eb-891e-408a-adf0-7ba748b0a4df"},{"name":"http://localhost:8000/support-tickets/{id}","id":"50053cd4-0259-42ae-87c2-f78b6c309af8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/support-tickets/4","urlObject":{"protocol":"http","port":"8000","path":["support-tickets","4"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"faadfc20-14d1-4108-a218-047cf3630e5b","name":"http://localhost:8000/support-tickets/{id}","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8000/support-tickets/4"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 31 May 2025 11:14:37 GMT"},{"key":"Server","value":"Apache/2.4.62 (Debian)"},{"key":"X-Powered-By","value":"PHP/8.4.7"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"public, max-age=600"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:5173"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Content-Length","value":"134"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 4,\n    \"user_id\": 7,\n    \"subject\": \"Issues\",\n    \"message\": \"somting wrong\",\n    \"response\": \"new response\",\n    \"status\": \"closed\",\n    \"createdAt\": \"1748689989\"\n}"}],"_postman_id":"50053cd4-0259-42ae-87c2-f78b6c309af8"},{"name":"http://localhost:8000/support-tickets","id":"b75cd461-c8cc-4bca-b2c7-95554098c31c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"user_id\": 7,\r\n    \"subject\": \"Issues\",\r\n    \"message\": \"somting wrong\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/support-tickets","urlObject":{"protocol":"http","port":"8000","path":["support-tickets"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"586f0c63-6e8c-40fc-8d05-6c6961ee9245","name":"http://localhost:8000/support-tickets","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"user_id\": 7,\r\n    \"subject\": \"Issues\",\r\n    \"message\": \"somting wrong\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/support-tickets"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 31 May 2025 11:13:09 GMT"},{"key":"Server","value":"Apache/2.4.62 (Debian)"},{"key":"X-Powered-By","value":"PHP/8.4.7"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:5173"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Content-Length","value":"36"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Support ticket created\"\n}"}],"_postman_id":"b75cd461-c8cc-4bca-b2c7-95554098c31c"},{"name":"http://localhost:8000/support-tickets/{id}","id":"0e8d5f13-58ab-48da-a8bb-d03bbc4dcd1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"user_id\": 7,\r\n    \"subject\": \"Issues\",\r\n    \"message\": \"somting wrong\",\r\n    \"response\": \"new response\",\r\n    \"status\": \"closed\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/support-tickets/4","urlObject":{"protocol":"http","port":"8000","path":["support-tickets","4"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"39e94ffe-6f2f-4d98-a78c-4cdb2d18c432","name":"http://localhost:8000/support-tickets/{id}","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"user_id\": 7,\r\n    \"subject\": \"Issues\",\r\n    \"message\": \"somting wrong\",\r\n    \"response\": \"new response\",\r\n    \"status\": \"closed\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/support-tickets/4"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 31 May 2025 11:14:22 GMT"},{"key":"Server","value":"Apache/2.4.62 (Debian)"},{"key":"X-Powered-By","value":"PHP/8.4.7"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"public, max-age=600"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:5173"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Content-Length","value":"28"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Ticket updated\"\n}"}],"_postman_id":"0e8d5f13-58ab-48da-a8bb-d03bbc4dcd1b"},{"name":"http://localhost:8000/support-tickets/{id}","id":"ed6c1f86-d207-4b86-b7e5-fbec3e0a8f27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8000/support-tickets/4","urlObject":{"protocol":"http","port":"8000","path":["support-tickets","4"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"54af1169-6c9d-46f9-b25a-2773de0ee083","name":"http://localhost:8000/support-tickets/{id}","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8000/support-tickets/4"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 31 May 2025 11:15:13 GMT"},{"key":"Server","value":"Apache/2.4.62 (Debian)"},{"key":"X-Powered-By","value":"PHP/8.4.7"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:5173"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Content-Length","value":"28"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Ticket deleted\"\n}"}],"_postman_id":"ed6c1f86-d207-4b86-b7e5-fbec3e0a8f27"}],"id":"498a3bf9-c280-4dab-b1d3-a6e247561e59","_postman_id":"498a3bf9-c280-4dab-b1d3-a6e247561e59","description":""}]}