{"info":{"_postman_id":"111f91c7-2c14-4036-b5ba-ad2597e3b80c","name":"CargoBee API","description":"<html><head></head><body><p>Postman Collection for CargoBee Backend API</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"50841146","collectionId":"111f91c7-2c14-4036-b5ba-ad2597e3b80c","publishedId":"2sBXqKof5e","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-05-02T14:20:56.000Z"},"item":[{"name":"Auth","item":[{"name":"Register","id":"d087ccf1-ba60-4fb9-8c1d-c14ed2604d62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"name\": \"Test User\",\n  \"email\": \"test@example.com\",\n  \"password\": \"password123\",\n  \"role\": \"consumer\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/auth/register","urlObject":{"path":["api","auth","register"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[{"id":"b55dc1bf-a740-4307-adbd-3d053e60cf4e","name":"Register","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"name\": \"Test User\",\n  \"email\": \"test@example.com\",\n  \"password\": \"password123\",\n  \"role\": \"consumer\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/auth/register"},"status":"Conflict","code":409,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:5173"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"96"},{"key":"Date","value":"Sat, 02 May 2026 13:59:36 GMT"},{"key":"X-RateLimit-Reset","value":"1777731225"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"78"},{"key":"ETag","value":"W/\"4e-2qbXUuBqOSQg0ndtukun0jk0HwE\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"This email is already registered. Please log in.\"\n}"}],"_postman_id":"d087ccf1-ba60-4fb9-8c1d-c14ed2604d62"},{"name":"Login","id":"617e1459-8b0c-403e-a12a-79a45f0b0bc3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"email\": \"test@example.com\",\n  \"password\": \"password123\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/auth/login","urlObject":{"path":["api","auth","login"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[{"id":"e867991d-df40-4184-8dad-34bf815d2f68","name":"Login","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"email\": \"test@example.com\",\n  \"password\": \"password123\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/auth/login"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:5173"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"97"},{"key":"Date","value":"Sat, 02 May 2026 13:59:21 GMT"},{"key":"X-RateLimit-Reset","value":"1777731225"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"660"},{"key":"ETag","value":"W/\"294-4i8udrbkh3f3R09iTsBc4DiwQyM\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Login successful!\",\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjY5ZjYwMjI0YmZiNDNjNjBmYzk4MGQ2MCIsInJvbGUiOiJjb25zdW1lciIsImlhdCI6MTc3NzczMDM2MSwiZXhwIjoxNzc4MzM1MTYxfQ.3uNOWXh1vZBK528Ld7Q_r0mGg_KntEr4hIH9_0VbrRQ\",\n    \"user\": {\n        \"_id\": \"69f60224bfb43c60fc980d60\",\n        \"name\": \"Test User\",\n        \"email\": \"test@example.com\",\n        \"role\": \"consumer\",\n        \"profilePic\": \"\",\n        \"isVerified\": true,\n        \"authProvider\": \"email\",\n        \"walletBalance\": 0,\n        \"isOnline\": false,\n        \"rating\": 5,\n        \"totalTrips\": 0,\n        \"totalEarnings\": 0,\n        \"homeAddress\": \"\",\n        \"officeAddress\": \"\",\n        \"walletTransactions\": [],\n        \"savedAddresses\": [],\n        \"createdAt\": \"2026-05-02T13:54:44.225Z\",\n        \"updatedAt\": \"2026-05-02T13:54:44.225Z\",\n        \"__v\": 0\n    }\n}"}],"_postman_id":"617e1459-8b0c-403e-a12a-79a45f0b0bc3"},{"name":"Google Auth","id":"baeb9855-7e72-4756-ae3b-90ad68cbfebe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"name\": \"Google User\",\n  \"email\": \"googleuser@example.com\",\n  \"googleId\": \"10423456789\",\n  \"photoURL\": \"https://example.com/photo.jpg\",\n  \"role\": \"consumer\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/auth/google","urlObject":{"path":["api","auth","google"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[{"id":"44c4048a-0e79-4d04-94f9-35b35cf6366a","name":"Google Auth","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"name\": \"Google User\",\n  \"email\": \"googleuser@example.com\",\n  \"googleId\": \"10423456789\",\n  \"photoURL\": \"https://example.com/photo.jpg\",\n  \"role\": \"consumer\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/auth/google"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:5173"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"95"},{"key":"Date","value":"Sat, 02 May 2026 13:59:42 GMT"},{"key":"X-RateLimit-Reset","value":"1777731225"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"727"},{"key":"ETag","value":"W/\"2d7-We1+JH/Hi70TXj69rF1a+4XHm/0\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Welcome, Google User!\",\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjY5ZjYwMzRlYmZiNDNjNjBmYzk4MGQ2MSIsInJvbGUiOiJjb25zdW1lciIsImlhdCI6MTc3NzczMDM4MiwiZXhwIjoxNzc4MzM1MTgyfQ.kGuBW38iqyflB-wBDDFfxP1EG_Z5WRvJ041gUskaPrM\",\n    \"user\": {\n        \"name\": \"Google User\",\n        \"email\": \"googleuser@example.com\",\n        \"role\": \"consumer\",\n        \"profilePic\": \"https://example.com/photo.jpg\",\n        \"isVerified\": true,\n        \"googleId\": \"10423456789\",\n        \"authProvider\": \"google\",\n        \"walletBalance\": 0,\n        \"isOnline\": false,\n        \"rating\": 5,\n        \"totalTrips\": 0,\n        \"totalEarnings\": 0,\n        \"homeAddress\": \"\",\n        \"officeAddress\": \"\",\n        \"_id\": \"69f6034ebfb43c60fc980d61\",\n        \"walletTransactions\": [],\n        \"savedAddresses\": [],\n        \"createdAt\": \"2026-05-02T13:59:42.537Z\",\n        \"updatedAt\": \"2026-05-02T13:59:42.537Z\",\n        \"__v\": 0\n    }\n}"}],"_postman_id":"baeb9855-7e72-4756-ae3b-90ad68cbfebe"},{"name":"Logout","id":"7a8ef56b-dfbb-4161-bc1d-ce1ab22e080a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://localhost:5000/api/auth/logout","urlObject":{"path":["api","auth","logout"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[{"id":"af190fc8-5660-4707-a2f2-6b1d669c39c9","name":"Logout","originalRequest":{"method":"POST","header":[],"url":"http://localhost:5000/api/auth/logout"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:5173"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"94"},{"key":"Date","value":"Sat, 02 May 2026 13:59:47 GMT"},{"key":"X-RateLimit-Reset","value":"1777731225"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"53"},{"key":"ETag","value":"W/\"35-UVmRBARafxYkPlZxUxHrBjhdpJE\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Logged out successfully.\"\n}"}],"_postman_id":"7a8ef56b-dfbb-4161-bc1d-ce1ab22e080a"}],"id":"f51de603-1717-44a9-bdc9-61d28f3682b0","_postman_id":"f51de603-1717-44a9-bdc9-61d28f3682b0","description":""},{"name":"User","item":[{"name":"Get Me","id":"d7628f50-8cd0-4ae5-9b70-772a12a21d29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer "}],"url":"http://localhost:5000/api/user/me","urlObject":{"path":["api","user","me"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[{"id":"6c1a9230-61b8-42e6-8370-8dde5b4383e4","name":"Get Me","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer "}],"url":"http://localhost:5000/api/user/me"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:5173"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"93"},{"key":"Date","value":"Sat, 02 May 2026 13:59:57 GMT"},{"key":"X-RateLimit-Reset","value":"1777731225"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"57"},{"key":"ETag","value":"W/\"39-2lzfs4VmGrdQ7mboAxOP4NZfoiw\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"Not authorized — no token\"\n}"}],"_postman_id":"d7628f50-8cd0-4ae5-9b70-772a12a21d29"},{"name":"Update Me","id":"3e793b26-a65d-419e-94be-69091275fb4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer "}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Updated Name\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/user/me","urlObject":{"path":["api","user","me"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[{"id":"d20d9d58-80eb-453b-bf8f-fff16be0c63f","name":"Update Me","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer "}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Updated Name\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/user/me"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:5173"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"92"},{"key":"Date","value":"Sat, 02 May 2026 14:00:06 GMT"},{"key":"X-RateLimit-Reset","value":"1777731225"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"57"},{"key":"ETag","value":"W/\"39-2lzfs4VmGrdQ7mboAxOP4NZfoiw\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"Not authorized — no token\"\n}"}],"_postman_id":"3e793b26-a65d-419e-94be-69091275fb4e"},{"name":"Get Wallet","id":"b7d6239f-9fe8-4d92-af9f-65005d7eaa82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer "}],"url":"http://localhost:5000/api/user/wallet","urlObject":{"path":["api","user","wallet"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[{"id":"87ed9c9f-09c1-4d29-ad47-d753cc51a75e","name":"Get Wallet","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer "}],"url":"http://localhost:5000/api/user/wallet"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:5173"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"91"},{"key":"Date","value":"Sat, 02 May 2026 14:00:13 GMT"},{"key":"X-RateLimit-Reset","value":"1777731225"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"57"},{"key":"ETag","value":"W/\"39-2lzfs4VmGrdQ7mboAxOP4NZfoiw\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"Not authorized — no token\"\n}"}],"_postman_id":"b7d6239f-9fe8-4d92-af9f-65005d7eaa82"},{"name":"Top Up Wallet","id":"52c8658c-292b-4321-b664-a3de7984c49e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer "}],"body":{"mode":"raw","raw":"{\n  \"amount\": 500\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/user/wallet/topup","urlObject":{"path":["api","user","wallet","topup"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[{"id":"c3fbc4e9-d690-498b-9f52-3016a5fdc12c","name":"Top Up Wallet","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer "}],"body":{"mode":"raw","raw":"{\n  \"amount\": 500\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/user/wallet/topup"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:5173"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"90"},{"key":"Date","value":"Sat, 02 May 2026 14:00:21 GMT"},{"key":"X-RateLimit-Reset","value":"1777731225"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"57"},{"key":"ETag","value":"W/\"39-2lzfs4VmGrdQ7mboAxOP4NZfoiw\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"Not authorized — no token\"\n}"}],"_postman_id":"52c8658c-292b-4321-b664-a3de7984c49e"},{"name":"Add Saved Address","id":"ad36321c-a8ec-4979-916a-35dba2708c58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer "}],"body":{"mode":"raw","raw":"{\n  \"type\": \"home\",\n  \"address\": \"123 Main St\",\n  \"lat\": 28.7041,\n  \"lng\": 77.1025\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/user/saved-address","urlObject":{"path":["api","user","saved-address"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[{"id":"f55324ea-da5d-4bdb-ac5d-bc5ca02c0e52","name":"Add Saved Address","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer "}],"body":{"mode":"raw","raw":"{\n  \"type\": \"home\",\n  \"address\": \"123 Main St\",\n  \"lat\": 28.7041,\n  \"lng\": 77.1025\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/user/saved-address"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:5173"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"89"},{"key":"Date","value":"Sat, 02 May 2026 14:00:33 GMT"},{"key":"X-RateLimit-Reset","value":"1777731225"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"57"},{"key":"ETag","value":"W/\"39-2lzfs4VmGrdQ7mboAxOP4NZfoiw\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"Not authorized — no token\"\n}"}],"_postman_id":"ad36321c-a8ec-4979-916a-35dba2708c58"}],"id":"658260b0-3b2e-4ad6-9670-65d2192a5ebf","_postman_id":"658260b0-3b2e-4ad6-9670-65d2192a5ebf","description":""},{"name":"Trips (Bookings)","item":[{"name":"Create Trip","id":"b80a65a5-851b-4028-8c8f-108b6dbd7e70","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer "}],"body":{"mode":"raw","raw":"{\n  \"pickup\": { \"address\": \"A\", \"lat\": 28.7, \"lng\": 77.1 },\n  \"drop\": { \"address\": \"B\", \"lat\": 28.5, \"lng\": 77.2 },\n  \"vehicle\": \"mini_truck\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/trips","urlObject":{"path":["api","trips"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[{"id":"6bb15caa-bb7b-494f-8ed6-5fb31efa11e3","name":"Create Trip","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer "}],"body":{"mode":"raw","raw":"{\n  \"pickup\": { \"address\": \"A\", \"lat\": 28.7, \"lng\": 77.1 },\n  \"drop\": { \"address\": \"B\", \"lat\": 28.5, \"lng\": 77.2 },\n  \"vehicle\": \"mini_truck\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/trips"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:5173"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"88"},{"key":"Date","value":"Sat, 02 May 2026 14:00:43 GMT"},{"key":"X-RateLimit-Reset","value":"1777731225"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"57"},{"key":"ETag","value":"W/\"39-2lzfs4VmGrdQ7mboAxOP4NZfoiw\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"Not authorized — no token\"\n}"}],"_postman_id":"b80a65a5-851b-4028-8c8f-108b6dbd7e70"},{"name":"Get My Trips","id":"a77665a7-878a-4ece-a424-d234ae5081ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer "}],"url":"http://localhost:5000/api/trips","urlObject":{"path":["api","trips"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[{"id":"25e33add-c392-402b-b8f5-7f6332065a83","name":"Get My Trips","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer "}],"url":"http://localhost:5000/api/trips"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:5173"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"87"},{"key":"Date","value":"Sat, 02 May 2026 14:00:53 GMT"},{"key":"X-RateLimit-Reset","value":"1777731225"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"57"},{"key":"ETag","value":"W/\"39-2lzfs4VmGrdQ7mboAxOP4NZfoiw\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"Not authorized — no token\"\n}"}],"_postman_id":"a77665a7-878a-4ece-a424-d234ae5081ee"},{"name":"Get Trip By ID","id":"b3ea9516-bf0d-4232-9da5-0f6aa68b5f8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer "}],"url":"http://localhost:5000/api/trips/:id","urlObject":{"path":["api","trips",":id"],"host":["http://localhost:5000"],"query":[],"variable":[{"id":"0f71f35c-30c0-45e6-a73e-2024626db85f","type":"any","key":"id"}]}},"response":[{"id":"727f0f1a-e1cf-4117-86f7-20c8ad3be02c","name":"Get Trip By ID","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer "}],"url":"http://localhost:5000/api/trips/3"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:5173"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"99"},{"key":"Date","value":"Sat, 02 May 2026 14:14:04 GMT"},{"key":"X-RateLimit-Reset","value":"1777732145"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"57"},{"key":"ETag","value":"W/\"39-2lzfs4VmGrdQ7mboAxOP4NZfoiw\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"Not authorized — no token\"\n}"}],"_postman_id":"b3ea9516-bf0d-4232-9da5-0f6aa68b5f8a"},{"name":"Cancel Trip","id":"cd1dad31-312b-4a03-95c6-0ab2d332f35c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer "}],"url":"http://localhost:5000/api/trips/:id/cancel","urlObject":{"path":["api","trips",":id","cancel"],"host":["http://localhost:5000"],"query":[],"variable":[{"id":"ccf976fe-701e-4943-bff9-a59b0e42c08d","type":"any","key":"id"}]}},"response":[{"id":"4dff5870-3e2c-43dd-8a67-772a40e3dd59","name":"Cancel Trip","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer "}],"url":"http://localhost:5000/api/trips/3/cancel"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:5173"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"98"},{"key":"Date","value":"Sat, 02 May 2026 14:14:36 GMT"},{"key":"X-RateLimit-Reset","value":"1777732145"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"57"},{"key":"ETag","value":"W/\"39-2lzfs4VmGrdQ7mboAxOP4NZfoiw\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"Not authorized — no token\"\n}"}],"_postman_id":"cd1dad31-312b-4a03-95c6-0ab2d332f35c"},{"name":"Rate Trip","id":"4cd4d9ee-9c62-4675-af62-c4f8b32f1d30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer "}],"body":{"mode":"raw","raw":"{\n  \"rating\": 5,\n  \"feedback\": \"Great service\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/trips/:id/rate","urlObject":{"path":["api","trips",":id","rate"],"host":["http://localhost:5000"],"query":[],"variable":[{"id":"b3402aca-8656-4d30-8eae-71200983be1b","type":"any","key":"id"}]}},"response":[{"id":"7aa763e1-fceb-4392-b193-2357b8201643","name":"Rate Trip","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer "}],"body":{"mode":"raw","raw":"{\n  \"rating\": 5,\n  \"feedback\": \"Great service\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/trips/3/rate"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:5173"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"97"},{"key":"Date","value":"Sat, 02 May 2026 14:15:02 GMT"},{"key":"X-RateLimit-Reset","value":"1777732145"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"57"},{"key":"ETag","value":"W/\"39-2lzfs4VmGrdQ7mboAxOP4NZfoiw\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"Not authorized — no token\"\n}"}],"_postman_id":"4cd4d9ee-9c62-4675-af62-c4f8b32f1d30"}],"id":"3ebad2b1-59c2-4615-b58e-cfaca65e1300","_postman_id":"3ebad2b1-59c2-4615-b58e-cfaca65e1300","description":""},{"name":"Driver","item":[{"name":"Get Dashboard","id":"b7f1d671-7a40-4594-939c-e6ec026b1ab7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer "}],"url":"http://localhost:5000/api/driver/dashboard","urlObject":{"path":["api","driver","dashboard"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[{"id":"e4073cee-a9a7-4026-8c36-3fbb9c3faacf","name":"Get Dashboard","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer "}],"url":"http://localhost:5000/api/driver/dashboard"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:5173"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"83"},{"key":"Date","value":"Sat, 02 May 2026 14:01:46 GMT"},{"key":"X-RateLimit-Reset","value":"1777731225"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"57"},{"key":"ETag","value":"W/\"39-2lzfs4VmGrdQ7mboAxOP4NZfoiw\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"Not authorized — no token\"\n}"}],"_postman_id":"b7f1d671-7a40-4594-939c-e6ec026b1ab7"},{"name":"Update Status","id":"830f5c80-3fae-4694-93b0-e9e1216fece7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer "}],"body":{"mode":"raw","raw":"{\n  \"status\": \"active\",\n  \"lat\": 28.7041,\n  \"lng\": 77.1025\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/driver/status","urlObject":{"path":["api","driver","status"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[{"id":"4925485b-8e32-41bd-b3b0-f444fb1f190c","name":"Update Status","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer "}],"body":{"mode":"raw","raw":"{\n  \"status\": \"active\",\n  \"lat\": 28.7041,\n  \"lng\": 77.1025\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/driver/status"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:5173"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"82"},{"key":"Date","value":"Sat, 02 May 2026 14:01:59 GMT"},{"key":"X-RateLimit-Reset","value":"1777731225"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"57"},{"key":"ETag","value":"W/\"39-2lzfs4VmGrdQ7mboAxOP4NZfoiw\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"Not authorized — no token\"\n}"}],"_postman_id":"830f5c80-3fae-4694-93b0-e9e1216fece7"},{"name":"Get Earnings","id":"4cd414a2-b070-4389-8191-28994143a4e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer "}],"url":"http://localhost:5000/api/driver/earnings","urlObject":{"path":["api","driver","earnings"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[{"id":"a3cc998c-29fa-41c3-8098-b4656f42a39e","name":"Get Earnings","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer "}],"url":"http://localhost:5000/api/driver/earnings"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:5173"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"80"},{"key":"Date","value":"Sat, 02 May 2026 14:02:18 GMT"},{"key":"X-RateLimit-Reset","value":"1777731225"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"57"},{"key":"ETag","value":"W/\"39-2lzfs4VmGrdQ7mboAxOP4NZfoiw\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"Not authorized — no token\"\n}"}],"_postman_id":"4cd414a2-b070-4389-8191-28994143a4e0"},{"name":"Accept Trip","id":"dcee2eef-3d52-4862-ad06-b2def4d1e6f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer "}],"url":"http://localhost:5000/api/driver/trips/1/accept","urlObject":{"path":["api","driver","trips","1","accept"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[{"id":"6ba59e0b-59c4-4475-b30d-c8bd4d2af236","name":"Accept Trip","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer "}],"url":"http://localhost:5000/api/driver/trips/1/accept"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:5173"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"65"},{"key":"Date","value":"Sat, 02 May 2026 14:12:14 GMT"},{"key":"X-RateLimit-Reset","value":"1777731225"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"57"},{"key":"ETag","value":"W/\"39-2lzfs4VmGrdQ7mboAxOP4NZfoiw\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"Not authorized — no token\"\n}"}],"_postman_id":"dcee2eef-3d52-4862-ad06-b2def4d1e6f2"},{"name":"Complete Trip","id":"006b206c-f7bd-4d19-abec-a1d22bcb4629","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer "}],"url":"http://localhost:5000/api/driver/trips/3/complete","urlObject":{"path":["api","driver","trips","3","complete"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[{"id":"b0b1cc6c-706d-4df1-9268-26427e21c833","name":"Complete Trip","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer "}],"url":"http://localhost:5000/api/driver/trips/3/complete"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:5173"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"66"},{"key":"Date","value":"Sat, 02 May 2026 14:11:29 GMT"},{"key":"X-RateLimit-Reset","value":"1777731225"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"57"},{"key":"ETag","value":"W/\"39-2lzfs4VmGrdQ7mboAxOP4NZfoiw\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"Not authorized — no token\"\n}"}],"_postman_id":"006b206c-f7bd-4d19-abec-a1d22bcb4629"}],"id":"1a3a5d7c-ca17-4bf5-a7e7-2fb8c1830b15","_postman_id":"1a3a5d7c-ca17-4bf5-a7e7-2fb8c1830b15","description":""},{"name":"Drivers (Nearby)","item":[{"name":"Get Nearby Drivers","id":"e5c95769-9d96-4c00-a56c-c054d142d593","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer "}],"url":"http://localhost:5000/api/drivers/nearby?lat=28.7041&lng=77.1025&radius=5&vehicleType=mini_truck","urlObject":{"path":["api","drivers","nearby"],"host":["http://localhost:5000"],"query":[{"key":"lat","value":"28.7041"},{"key":"lng","value":"77.1025"},{"key":"radius","value":"5"},{"key":"vehicleType","value":"mini_truck"}],"variable":[]}},"response":[{"id":"c19eed81-090e-4671-9212-ebb7af5ba071","name":"Get Nearby Drivers","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer "}],"url":{"raw":"http://localhost:5000/api/drivers/nearby?lat=28.7041&lng=77.1025&radius=5&vehicleType=mini_truck","host":["http://localhost:5000"],"path":["api","drivers","nearby"],"query":[{"key":"lat","value":"28.7041"},{"key":"lng","value":"77.1025"},{"key":"radius","value":"5"},{"key":"vehicleType","value":"mini_truck"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:5173"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"76"},{"key":"Date","value":"Sat, 02 May 2026 14:05:00 GMT"},{"key":"X-RateLimit-Reset","value":"1777731225"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"57"},{"key":"ETag","value":"W/\"39-2lzfs4VmGrdQ7mboAxOP4NZfoiw\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"Not authorized — no token\"\n}"}],"_postman_id":"e5c95769-9d96-4c00-a56c-c054d142d593"}],"id":"bf54dfe6-310a-49cf-a410-646d294ca004","_postman_id":"bf54dfe6-310a-49cf-a410-646d294ca004","description":""},{"name":"Vehicles","item":[{"name":"Get Vehicles","id":"f2283b4a-197b-44fa-aca4-c07fe6aedc08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer "}],"url":"http://localhost:5000/api/vehicles","urlObject":{"path":["api","vehicles"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[{"id":"f409c148-cc34-4839-b8f6-2835316a7200","name":"Get Vehicles","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer "}],"url":"http://localhost:5000/api/vehicles"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:5173"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"75"},{"key":"Date","value":"Sat, 02 May 2026 14:05:25 GMT"},{"key":"X-RateLimit-Reset","value":"1777731225"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"57"},{"key":"ETag","value":"W/\"39-2lzfs4VmGrdQ7mboAxOP4NZfoiw\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"Not authorized — no token\"\n}"}],"_postman_id":"f2283b4a-197b-44fa-aca4-c07fe6aedc08"},{"name":"Add Vehicle","id":"7fc98af7-dd01-4e5d-9c47-8f99b61426f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer "}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Mini Tempo\",\n  \"type\": \"mini_truck\",\n  \"capacity\": \"750 kg\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/vehicles","urlObject":{"path":["api","vehicles"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[{"id":"4a94edb6-8171-49b7-a0e4-11dfcc830a3b","name":"Add Vehicle","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer "}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Mini Tempo\",\n  \"type\": \"mini_truck\",\n  \"capacity\": \"750 kg\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/vehicles"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:5173"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"74"},{"key":"Date","value":"Sat, 02 May 2026 14:07:04 GMT"},{"key":"X-RateLimit-Reset","value":"1777731225"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"57"},{"key":"ETag","value":"W/\"39-2lzfs4VmGrdQ7mboAxOP4NZfoiw\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"Not authorized — no token\"\n}"}],"_postman_id":"7fc98af7-dd01-4e5d-9c47-8f99b61426f6"},{"name":"Get Vehicle By ID","id":"d32b1b93-d0e4-41b7-89b5-336d9eb29723","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer "}],"url":"http://localhost:5000/api/vehicles/1","urlObject":{"path":["api","vehicles","1"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[{"id":"c1259296-bce0-403c-a70c-a50d888c544c","name":"Get Vehicle By ID","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer "}],"url":{"raw":"http://localhost:5000/api/vehicles/:id","host":["http://localhost:5000"],"path":["api","vehicles",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:5173"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"73"},{"key":"Date","value":"Sat, 02 May 2026 14:07:27 GMT"},{"key":"X-RateLimit-Reset","value":"1777731225"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"57"},{"key":"ETag","value":"W/\"39-2lzfs4VmGrdQ7mboAxOP4NZfoiw\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"Not authorized — no token\"\n}"}],"_postman_id":"d32b1b93-d0e4-41b7-89b5-336d9eb29723"},{"name":"Update Vehicle Status","id":"b83fc781-b9c4-44e0-aa39-356456e2f98e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer "}],"url":"http://localhost:5000/api/vehicles/2/status","urlObject":{"path":["api","vehicles","2","status"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[{"id":"7d8d263f-c328-432b-a92b-7548706aa5ca","name":"Update Vehicle Status","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer "}],"url":{"raw":"http://localhost:5000/api/vehicles/:id/status","host":["http://localhost:5000"],"path":["api","vehicles",":id","status"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:5173"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"72"},{"key":"Date","value":"Sat, 02 May 2026 14:07:44 GMT"},{"key":"X-RateLimit-Reset","value":"1777731225"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"57"},{"key":"ETag","value":"W/\"39-2lzfs4VmGrdQ7mboAxOP4NZfoiw\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"Not authorized — no token\"\n}"}],"_postman_id":"b83fc781-b9c4-44e0-aa39-356456e2f98e"}],"id":"246d9316-a190-458e-8ff1-0dc520f5709b","_postman_id":"246d9316-a190-458e-8ff1-0dc520f5709b","description":""},{"name":"Payments","item":[{"name":"Create Order","id":"485de9b7-1333-4b18-bbb9-366511a27bbb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer "}],"url":"http://localhost:5000/api/payments/create-order","urlObject":{"path":["api","payments","create-order"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[{"id":"1d22eccd-cfd0-4593-bc83-76ab6e4082f9","name":"Create Order","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer "}],"url":"http://localhost:5000/api/payments/create-order"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:5173"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"69"},{"key":"Date","value":"Sat, 02 May 2026 14:09:15 GMT"},{"key":"X-RateLimit-Reset","value":"1777731225"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"57"},{"key":"ETag","value":"W/\"39-2lzfs4VmGrdQ7mboAxOP4NZfoiw\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"Not authorized — no token\"\n}"}],"_postman_id":"485de9b7-1333-4b18-bbb9-366511a27bbb"},{"name":"Verify Payment","id":"80f33d35-2132-4054-b185-70d3ac7adc74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer "}],"url":"http://localhost:5000/api/payments/verify","urlObject":{"path":["api","payments","verify"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[{"id":"fc290aa3-468f-409d-b4c3-6dd8437b2b10","name":"Verify Payment","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer "}],"url":"http://localhost:5000/api/payments/verify"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:5173"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"68"},{"key":"Date","value":"Sat, 02 May 2026 14:09:30 GMT"},{"key":"X-RateLimit-Reset","value":"1777731225"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"57"},{"key":"ETag","value":"W/\"39-2lzfs4VmGrdQ7mboAxOP4NZfoiw\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"Not authorized — no token\"\n}"}],"_postman_id":"80f33d35-2132-4054-b185-70d3ac7adc74"},{"name":"Get Receipt","id":"7f2c4db5-9215-4874-a7ae-e5ab2b37f23a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer "}],"url":"http://localhost:5000/api/payments/receipt/:tripId","urlObject":{"path":["api","payments","receipt",":tripId"],"host":["http://localhost:5000"],"query":[],"variable":[{"id":"c90e0798-b712-4bc9-8c15-f4d4a6d62b89","type":"any","key":"tripId"}]}},"response":[{"id":"9e1e4c38-cdb9-4aa4-a465-5d20733f3271","name":"Get Receipt","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer "}],"url":"http://localhost:5000/api/payments/receipt/100"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:5173"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"67"},{"key":"Date","value":"Sat, 02 May 2026 14:09:56 GMT"},{"key":"X-RateLimit-Reset","value":"1777731225"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"57"},{"key":"ETag","value":"W/\"39-2lzfs4VmGrdQ7mboAxOP4NZfoiw\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"Not authorized — no token\"\n}"}],"_postman_id":"7f2c4db5-9215-4874-a7ae-e5ab2b37f23a"}],"id":"6eeccc7d-b9fc-4860-89b3-3bc9d013aa12","_postman_id":"6eeccc7d-b9fc-4860-89b3-3bc9d013aa12","description":""}],"variable":[{"key":"baseUrl","value":"http://localhost:5000"},{"key":"token","value":""}]}