{"info":{"_postman_id":"6be3fa5f-3eed-434a-af30-f2868eaee3c6","name":"Task manager API","description":"<html><head></head><body><p>This is a task manager api. This API is designed to handle requests like authentication requests, CRUD operations and even image uploads.</p>\n<p><strong>Github:</strong> View the code <a href=\"https://github.com/opeoluwa7/task-manager-api-backend.git\">here</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"42958843","collectionId":"6be3fa5f-3eed-434a-af30-f2868eaee3c6","publishedId":"2sB2cbayuZ","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-04-24T12:02:53.000Z"},"item":[{"name":"Authentication requests","item":[{"name":"Register","id":"81a91fd4-df76-499b-b282-c9e0b3260650","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"{{your_name}}\",\n    \"email\": \"{{your_email}}\",\n    \"password\": \"{{your_password}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/register","description":"<p>This request allows you to create an account and get and get your jwt tokens (Access and Refresh tokens). The token is needed to access the protected routes.</p>\n<p>It requires 3 fields:</p>\n<ul>\n<li><p>name</p>\n</li>\n<li><p>email</p>\n</li>\n<li><p>password</p>\n</li>\n</ul>\n<p>as shown in the example below. After a successful signup, an email verification link will be sent to you, You will need to verify your account before you can proceed further.</p>\n","urlObject":{"path":["api","register"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"e1b43a7d-8e2a-48ab-bac2-ce4613e75096","name":"200 success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"{{your_name}}\",\n    \"email\": \"{{your_email}}\",\n    \"password\": \"{{your_password}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/register"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Length","value":"91"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 06 May 2025 17:33:24 GMT"},{"key":"Etag","value":"W/\"5b-ScaJ0xC5FMiwUvMrtfpaOau35pg\""},{"key":"Server","value":"railway-edge"},{"key":"Vary","value":"Origin"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Railway-Edge","value":"railway/europe-west4-drams3a"},{"key":"X-Railway-Request-Id","value":"orayg1kPT1in7Vn2H80QgQ_3554946428"},{"key":"X-Ratelimit-Limit","value":"1000"},{"key":"X-Ratelimit-Remaining","value":"995"},{"key":"X-Ratelimit-Reset","value":"1746556181"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"An Email Verification link has been sent to you. Please verify\"\n}"},{"id":"02ef6ee5-7c99-4f4f-8d99-6c6e4c6436a4","name":"400 existing email","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"{{your_name}}\",\n    \"email\": \"{{your_email}}\",\n    \"password\": \"{{your_password}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/register"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Length","value":"47"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 06 May 2025 18:03:40 GMT"},{"key":"Etag","value":"W/\"2f-4yhx94le+lOp+hMu8rhzVN9UJsM\""},{"key":"Server","value":"railway-edge"},{"key":"Vary","value":"Origin"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Railway-Edge","value":"railway/europe-west4-drams3a"},{"key":"X-Railway-Request-Id","value":"UzXeRQY3QsGdrOIj6e-cUQ_2999900906"},{"key":"X-Ratelimit-Limit","value":"1000"},{"key":"X-Ratelimit-Remaining","value":"990"},{"key":"X-Ratelimit-Reset","value":"1746557082"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"User with this email already exists\"\n}"},{"id":"fd9da2d9-9ab9-4687-9b81-eabac3d0f753","name":"400 required fields","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/register"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Length","value":"125"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 06 May 2025 18:06:20 GMT"},{"key":"Etag","value":"W/\"7d-MNHxYaHvTKKwT/6WTjZP0nwqBfM\""},{"key":"Server","value":"railway-edge"},{"key":"Vary","value":"Origin"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Railway-Edge","value":"railway/europe-west4-drams3a"},{"key":"X-Railway-Request-Id","value":"4URpM_0VS4eALJncjcOEsw_2999900906"},{"key":"X-Ratelimit-Limit","value":"1000"},{"key":"X-Ratelimit-Remaining","value":"989"},{"key":"X-Ratelimit-Reset","value":"1746557082"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"_errors\": [],\n        \"name\": {\n            \"_errors\": [\n                \"Required\"\n            ]\n        },\n        \"email\": {\n            \"_errors\": [\n                \"Required\"\n            ]\n        },\n        \"password\": {\n            \"_errors\": [\n                \"Required\"\n            ]\n        }\n    }\n}"},{"id":"4ff625f7-ff54-4569-9de8-50e5d45bf5b0","name":"400 validation errors","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"{{your_name}}\",\n    \"email\": \"{{your_email}}\",\n    \"password\": \"{{your_password}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/register"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Length","value":"184"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 06 May 2025 18:07:14 GMT"},{"key":"Etag","value":"W/\"b8-DWdp3RW34XeVfvDGE6MsA319tQo\""},{"key":"Server","value":"railway-edge"},{"key":"Vary","value":"Origin"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Railway-Edge","value":"railway/europe-west4-drams3a"},{"key":"X-Railway-Request-Id","value":"0DdfPgwXQsGazxAIgRb8Ug_2999900906"},{"key":"X-Ratelimit-Limit","value":"1000"},{"key":"X-Ratelimit-Remaining","value":"988"},{"key":"X-Ratelimit-Reset","value":"1746557082"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"_errors\": [],\n        \"email\": {\n            \"_errors\": [\n                \"Enter a valid email address\"\n            ]\n        },\n        \"password\": {\n            \"_errors\": [\n                \"Password must include at least one letter, one number, and one special character\"\n            ]\n        }\n    }\n}"},{"id":"52d8fd79-03c5-44ef-9089-893c98e8ffba","name":"400 unidentified field","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"{{your_name}}\",\n    \"email\": \"{{your_email}}\",\n    \"password\": \"{{your_password}}\",\n    \"blue\": \"green\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/register"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Length","value":"63"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 07 May 2025 00:07:25 GMT"},{"key":"Etag","value":"W/\"3f-0EHQXG1J91KVoft/jdGqRqeV1os\""},{"key":"Server","value":"railway-edge"},{"key":"Vary","value":"Origin"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Railway-Edge","value":"railway/europe-west4-drams3a"},{"key":"X-Railway-Request-Id","value":"DRkiY6twTDSW863bYqdHTg"},{"key":"X-Ratelimit-Limit","value":"1000"},{"key":"X-Ratelimit-Remaining","value":"977"},{"key":"X-Ratelimit-Reset","value":"1746578612"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"_errors\": [\n            \"Unrecognized key(s) in object: 'blue'\"\n        ]\n    }\n}"}],"_postman_id":"81a91fd4-df76-499b-b282-c9e0b3260650"},{"name":"Login","id":"e3d6dd48-430f-4e84-aef2-10e30afeee3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"{{your_email}}\",\n    \"password\": \"{{your_password}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/login","description":"<p>This request allows you to login with your registered details or credentials. On completion, jwt tokens are also given to you to access the protected routes.</p>\n<p><strong>Note:</strong> The tokens are stored in HttpOnly cookies so they are automatically passed around and there is no need for you to.</p>\n<p>The fields required here are:</p>\n<ul>\n<li><p>email</p>\n</li>\n<li><p>password</p>\n</li>\n</ul>\n","urlObject":{"path":["api","login"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"14fb9982-6e28-415b-aeac-6381b3d2d2ba","name":"200 success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"{{your_email}}\",\n    \"password\": \"{{your_password}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Length","value":"147"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 06 May 2025 18:33:08 GMT"},{"key":"Etag","value":"W/\"93-HPGw51eF/J6V856fqdVtABQENPw\""},{"key":"Server","value":"railway-edge"},{"key":"Set-Cookie","value":"refresh_token=; Path=/api/refresh-token; Expires=Thu, 01 Jan 1970 00:00:00 GMT; HttpOnly; Secure; SameSite=None"},{"key":"Set-Cookie","value":"access_token=; Path=/; Expires=Thu, 01 Jan 1970 00:00:00 GMT; HttpOnly; Secure; SameSite=None"},{"key":"Set-Cookie","value":"refresh_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX2lkIjo4LCJpYXQiOjE3NDY1NTYzODgsImV4cCI6MTc0NjgxNTU4OH0.ZvyjFv3bhMdpETrCnnZX65Chg5hDLFNAneB9ZVdwJFE; Max-Age=259200; Path=/api/refresh-token; Expires=Fri, 09 May 2025 18:33:08 GMT; HttpOnly; Secure; SameSite=None"},{"key":"Set-Cookie","value":"access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX2lkIjo4LCJpYXQiOjE3NDY1NTYzODgsImV4cCI6MTc0NjU1Njk4OH0.umzR57dOCrIKkd8GwBF4WCNfQL87aPsrDKlL1uIvpZY; Max-Age=600; Path=/; Expires=Tue, 06 May 2025 18:43:08 GMT; HttpOnly; Secure; SameSite=None"},{"key":"Vary","value":"Origin"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Railway-Edge","value":"railway/europe-west4-drams3a"},{"key":"X-Railway-Request-Id","value":"KxMd_COTRcCCxMd80Krzxg_2608660245"},{"key":"X-Ratelimit-Limit","value":"1000"},{"key":"X-Ratelimit-Remaining","value":"987"},{"key":"X-Ratelimit-Reset","value":"1746557082"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"User login successful!\",\n    \"body\": {\n        \"user_id\": 8,\n        \"name\": \"your name\",\n        \"email\": \"opeoluwaadejare73@gmail.com\",\n        \"isVerified\": true\n    }\n}"},{"id":"3c170e8b-f029-4bc1-aaa9-2579c1aec0a2","name":"400 required fields error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/login"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Length","value":"93"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 06 May 2025 18:34:58 GMT"},{"key":"Etag","value":"W/\"5d-S9zt6v2B5NCotteKyOiRgABKbRc\""},{"key":"Server","value":"railway-edge"},{"key":"Vary","value":"Origin"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Railway-Edge","value":"railway/europe-west4-drams3a"},{"key":"X-Railway-Request-Id","value":"ktDeoEu6Q3aL1EOJZQZZog_1655129934"},{"key":"X-Ratelimit-Limit","value":"1000"},{"key":"X-Ratelimit-Remaining","value":"986"},{"key":"X-Ratelimit-Reset","value":"1746557082"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"_errors\": [],\n        \"email\": {\n            \"_errors\": [\n                \"Required\"\n            ]\n        },\n        \"password\": {\n            \"_errors\": [\n                \"Required\"\n            ]\n        }\n    }\n}"},{"id":"9894429c-7fd0-4afc-9422-c656645a6e22","name":"400 validation errors","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"{{your_email}}\",\n    \"password\": \"{{your_password}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/login"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Length","value":"170"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 06 May 2025 18:35:52 GMT"},{"key":"Etag","value":"W/\"aa-490jf+SgPMxLoC8Hl+RCnnpJruM\""},{"key":"Server","value":"railway-edge"},{"key":"Vary","value":"Origin"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Railway-Edge","value":"railway/europe-west4-drams3a"},{"key":"X-Railway-Request-Id","value":"mM_jJMG9SpmasLDWpcGYSA_1655129934"},{"key":"X-Ratelimit-Limit","value":"1000"},{"key":"X-Ratelimit-Remaining","value":"985"},{"key":"X-Ratelimit-Reset","value":"1746557082"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"_errors\": [],\n        \"email\": {\n            \"_errors\": [\n                \"Invalid email\"\n            ]\n        },\n        \"password\": {\n            \"_errors\": [\n                \"Password must include at least one letter, one number, and one special character\"\n            ]\n        }\n    }\n}"},{"id":"089fbe36-d938-4166-b59a-824b9605ecd8","name":"400 unidentified field","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"{{your_email}}\",\n    \"password\": \"{{your_password}}\",\n    \"blue\": \"gree\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/login"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Length","value":"63"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 07 May 2025 00:10:27 GMT"},{"key":"Etag","value":"W/\"3f-0EHQXG1J91KVoft/jdGqRqeV1os\""},{"key":"Server","value":"railway-edge"},{"key":"Vary","value":"Origin"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Railway-Edge","value":"railway/europe-west4-drams3a"},{"key":"X-Railway-Request-Id","value":"bShw0BxVTRWRzQA60-QtfA"},{"key":"X-Ratelimit-Limit","value":"1000"},{"key":"X-Ratelimit-Remaining","value":"999"},{"key":"X-Ratelimit-Reset","value":"1746580228"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"_errors\": [\n            \"Unrecognized key(s) in object: 'blue'\"\n        ]\n    }\n}"},{"id":"0810720d-3735-4a6c-b52a-a3ac162c70d5","name":"404 user not found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"{{your_email}}\",\n    \"password\": \"{{your_password}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/login"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Length","value":"67"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 06 May 2025 21:20:44 GMT"},{"key":"Etag","value":"W/\"43-Wn/45cUIV4M1Wk3CwKTdNs+Jr3Y\""},{"key":"Server","value":"railway-edge"},{"key":"Vary","value":"Origin"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Railway-Edge","value":"railway/europe-west4-drams3a"},{"key":"X-Railway-Request-Id","value":"r0vrXyVPSiKXlnHKny2a9w_3554946428"},{"key":"X-Ratelimit-Limit","value":"1000"},{"key":"X-Ratelimit-Remaining","value":"993"},{"key":"X-Ratelimit-Reset","value":"1746569682"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"User not found. Please register or confirm your details\"\n}"}],"_postman_id":"e3d6dd48-430f-4e84-aef2-10e30afeee3a"},{"name":"Logout","id":"99e16c2f-d606-4734-8859-30f164cc0408","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/logout","description":"<p>This request allows you to logout of the api. Please note that once you do, you will need to provide a new access token to interact with the api which means you will need to login again.</p>\n","urlObject":{"path":["api","logout"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"1d02e926-f712-44b5-ba49-1a2aaaf4b73d","name":"200 success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/logout"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Length","value":"58"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 06 May 2025 18:37:04 GMT"},{"key":"Etag","value":"W/\"3a-twyiwIdNSBh4hQUQFuFZ7+wssRk\""},{"key":"Server","value":"railway-edge"},{"key":"Set-Cookie","value":"access_token=; Path=/; Expires=Thu, 01 Jan 1970 00:00:00 GMT; HttpOnly; Secure; SameSite=None"},{"key":"Set-Cookie","value":"refresh_token=; Path=/api/refresh-token; Expires=Thu, 01 Jan 1970 00:00:00 GMT; HttpOnly; Secure; SameSite=None"},{"key":"Vary","value":"Origin"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Railway-Edge","value":"railway/europe-west4-drams3a"},{"key":"X-Railway-Request-Id","value":"4QiziKa4ROaUKnVxvqPjAw_1655129934"},{"key":"X-Ratelimit-Limit","value":"1000"},{"key":"X-Ratelimit-Remaining","value":"983"},{"key":"X-Ratelimit-Reset","value":"1746557082"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"User logged out successfully!\"\n}"},{"id":"efa705df-5ab2-4152-ae36-fb86721ebe7c","name":"401 token error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/logout"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Length","value":"47"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 06 May 2025 18:37:25 GMT"},{"key":"Etag","value":"W/\"2f-QcDzD3UNTjVtwvHuvrqV1Jc9hX8\""},{"key":"Server","value":"railway-edge"},{"key":"Vary","value":"Origin"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Railway-Edge","value":"railway/europe-west4-drams3a"},{"key":"X-Railway-Request-Id","value":"rhrdhWUFSYqzV0x2-aYtyQ_1655129934"},{"key":"X-Ratelimit-Limit","value":"1000"},{"key":"X-Ratelimit-Remaining","value":"982"},{"key":"X-Ratelimit-Reset","value":"1746557082"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"No Access Token found. please login\"\n}"}],"_postman_id":"99e16c2f-d606-4734-8859-30f164cc0408"},{"name":"Forgot Password","id":"82c8b7bd-00f3-4549-be8e-d6eb2d3b2b66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"{{your_email}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/forgot-password","description":"<p>On the off chance you forget your password, this request allows you to change your password. On success, a reset token will be generated for you which you will need to reset your password later on.</p>\n<p>Just provide the email you used to register and after a successful request, you will receive an email link which you can use to further proceed in resetting your password.</p>\n<p>You will be able to reset your password after receiving the forgot password email</p>\n","urlObject":{"path":["api","forgot-password"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"5835c467-4b37-4fea-9d2f-2a444dccaa52","name":"200 success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"{{your_email}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/forgot-password"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Length","value":"76"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 06 May 2025 18:38:52 GMT"},{"key":"Etag","value":"W/\"4c-atkI0mZFxkix6PcayO9aN79ViPk\""},{"key":"Server","value":"railway-edge"},{"key":"Vary","value":"Origin"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Railway-Edge","value":"railway/europe-west4-drams3a"},{"key":"X-Railway-Request-Id","value":"1hb7eWm0Q9WbY-xqXhogyg_1655129934"},{"key":"X-Ratelimit-Limit","value":"1000"},{"key":"X-Ratelimit-Remaining","value":"979"},{"key":"X-Ratelimit-Reset","value":"1746557082"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Your password reset email has been sent to you.\"\n}"},{"id":"4d4a2984-e082-4fea-92a3-22e06eebc95d","name":"400 required field","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/forgot-password"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Length","value":"57"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 06 May 2025 21:11:25 GMT"},{"key":"Etag","value":"W/\"39-HiJK9VB7ewUdfP7Cxl14ueZc6Qk\""},{"key":"Server","value":"railway-edge"},{"key":"Vary","value":"Origin"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Railway-Edge","value":"railway/europe-west4-drams3a"},{"key":"X-Railway-Request-Id","value":"m0P99akBTnW5748_rQSE2A_3554946428"},{"key":"X-Ratelimit-Limit","value":"1000"},{"key":"X-Ratelimit-Remaining","value":"999"},{"key":"X-Ratelimit-Reset","value":"1746569486"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"_errors\": [],\n        \"email\": {\n            \"_errors\": [\n                \"Required\"\n            ]\n        }\n    }\n}"},{"id":"daaf28fc-885e-4e94-9195-3f763f12f310","name":"400 validation error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"{{your_email}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/forgot-password"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Length","value":"68"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 06 May 2025 21:14:41 GMT"},{"key":"Etag","value":"W/\"44-WZ6hvzQhh2pMwqnrBszcrqESAB8\""},{"key":"Server","value":"railway-edge"},{"key":"Vary","value":"Origin"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Railway-Edge","value":"railway/europe-west4-drams3a"},{"key":"X-Railway-Request-Id","value":"VQiQHZt1SgmPwlhnuSNsDA_2999900906"},{"key":"X-Ratelimit-Limit","value":"1000"},{"key":"X-Ratelimit-Remaining","value":"999"},{"key":"X-Ratelimit-Reset","value":"1746569682"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"_errors\": [],\n        \"email\": {\n            \"_errors\": [\n                \"Enter a valid email\"\n            ]\n        }\n    }\n}"},{"id":"ae6b3e05-5495-4e56-909f-fc29e23d8df5","name":"400 unidentified field","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"{{your_email}}\",\n    \"blue\": \"gg\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/forgot-password"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Length","value":"63"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 07 May 2025 00:12:24 GMT"},{"key":"Etag","value":"W/\"3f-0EHQXG1J91KVoft/jdGqRqeV1os\""},{"key":"Server","value":"railway-edge"},{"key":"Vary","value":"Origin"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Railway-Edge","value":"railway/europe-west4-drams3a"},{"key":"X-Railway-Request-Id","value":"1NY1DND7Sn-WA3a-ss7a6g"},{"key":"X-Ratelimit-Limit","value":"1000"},{"key":"X-Ratelimit-Remaining","value":"998"},{"key":"X-Ratelimit-Reset","value":"1746580228"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"_errors\": [\n            \"Unrecognized key(s) in object: 'blue'\"\n        ]\n    }\n}"},{"id":"b04c4869-4e6b-4bd7-8aff-d5864734c76e","name":"404 user not found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"{{your_email}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/forgot-password"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Length","value":"26"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 06 May 2025 21:15:07 GMT"},{"key":"Etag","value":"W/\"1a-hq/hT0ORGTkTfyRpVCZ/JB/r8Eg\""},{"key":"Server","value":"railway-edge"},{"key":"Vary","value":"Origin"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Railway-Edge","value":"railway/europe-west4-drams3a"},{"key":"X-Railway-Request-Id","value":"zRvHblxySQmar7vL2ggWPA_2999900906"},{"key":"X-Ratelimit-Limit","value":"1000"},{"key":"X-Ratelimit-Remaining","value":"998"},{"key":"X-Ratelimit-Reset","value":"1746569682"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"User not found\"\n}"}],"_postman_id":"82c8b7bd-00f3-4549-be8e-d6eb2d3b2b66"},{"name":"Refresh token","id":"2c6a8584-e002-4781-960e-84c40e2d6934","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{baseurl}}/api/refresh-token","description":"<p>After a certain amount of time, your access token will expire, to further access the api, instead of always having to login very frequently, I designed this request to be able to help you generate a new access token which makes it easy for you to quickly go back to what you were doing.</p>\n<p><strong>Note:</strong> This request will not work unless you have registered or logged in before.</p>\n","urlObject":{"path":["api","refresh-token"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"e46d47a4-5da5-4ce1-9584-50762e41b270","name":"201 success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/refresh-token"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Length","value":"57"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 06 May 2025 21:18:31 GMT"},{"key":"Etag","value":"W/\"39-F2i9MjfDjeQdWqPeTWxb3LtzkME\""},{"key":"Server","value":"railway-edge"},{"key":"Set-Cookie","value":"access_token=; Path=/; Expires=Thu, 01 Jan 1970 00:00:00 GMT; HttpOnly; Secure; SameSite=None"},{"key":"Set-Cookie","value":"access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX2lkIjo4LCJpYXQiOjE3NDY1NjYzMTEsImV4cCI6MTc0NjU2NjkxMX0.pJwe-u_y_JA7cah7W2pyqdFu1-uofjWbMuJeXesjua0; Max-Age=600; Path=/; Expires=Tue, 06 May 2025 21:28:31 GMT; HttpOnly; Secure; SameSite=None"},{"key":"Vary","value":"Origin"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Railway-Edge","value":"railway/europe-west4-drams3a"},{"key":"X-Railway-Request-Id","value":"t665eauKTsylsvp4yI0IQQ_2999900906"},{"key":"X-Ratelimit-Limit","value":"1000"},{"key":"X-Ratelimit-Remaining","value":"997"},{"key":"X-Ratelimit-Reset","value":"1746569682"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Token refreshed successfully\"\n}"},{"id":"3277865d-59ea-4e70-853e-45884cb7e296","name":"401 token error","originalRequest":{"method":"POST","header":[],"url":"{{baseurl}}/api/refresh-token"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Length","value":"51"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 06 May 2025 21:20:03 GMT"},{"key":"Etag","value":"W/\"33-hyFfm2hrEgZcu04HjN+ezRe7Iug\""},{"key":"Server","value":"railway-edge"},{"key":"Vary","value":"Origin"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Railway-Edge","value":"railway/europe-west4-drams3a"},{"key":"X-Railway-Request-Id","value":"031IKTeNSq-z40eWTBOyKA_3554946428"},{"key":"X-Ratelimit-Limit","value":"1000"},{"key":"X-Ratelimit-Remaining","value":"995"},{"key":"X-Ratelimit-Reset","value":"1746569682"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"No refresh token provided. Please login\"\n}"}],"_postman_id":"2c6a8584-e002-4781-960e-84c40e2d6934"}],"id":"fef5aea6-bf33-4388-aa6f-ec0a81ed8548","description":"<p>This folder contains the various authentication requests required to interact further with the app</p>\n","_postman_id":"fef5aea6-bf33-4388-aa6f-ec0a81ed8548"},{"name":"Protected Requests","item":[{"name":"Profile Requests","item":[{"name":"Update Profile","id":"2af49aec-e7eb-4343-9f37-645851f5f7bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"{{your_name}}\",\n    \"email\": \"{{your_email}}\",\n    \"password\": \"{{your_password}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/update-user","description":"<p>This request will allow you to update your info, modify the information in the Body tab as you like.</p>\n<p><strong>Note:</strong> You can update just one or more info as each field is optional, feel free to play with it, Just make sure you write in the right format.</p>\n","urlObject":{"path":["api","update-user"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"0125714c-3a56-477f-936c-96735ae3e522","name":"200 success","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"{{your_name}}\",\n\n    \"password\": \"{{your_password}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/update-user"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Length","value":"130"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 06 May 2025 21:24:39 GMT"},{"key":"Etag","value":"W/\"82-fZJ6V1PG2mH6weUwf3g0hh8Z7Gs\""},{"key":"Server","value":"railway-edge"},{"key":"Vary","value":"Origin"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Railway-Edge","value":"railway/europe-west4-drams3a"},{"key":"X-Railway-Request-Id","value":"v9e9kzsQSYCc_eioMvzY5w_1655129934"},{"key":"X-Ratelimit-Limit","value":"1000"},{"key":"X-Ratelimit-Remaining","value":"989"},{"key":"X-Ratelimit-Reset","value":"1746569682"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"body\": {\n        \"user_id\": 8,\n        \"name\": \"New name is test subject 2\",\n        \"email\": \"opeoluwaadejare73@gmail.com\",\n        \"is_verified\": true\n    }\n}"},{"id":"8b83f07a-3dcf-4e3e-9a54-23f8d3ea3453","name":"400 unique email error","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"{{your_name}}\",\n    \"email\": \"{{your_email}}\",\n    \"password\": \"{{your_password}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/update-user"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Length","value":"57"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 06 May 2025 21:23:54 GMT"},{"key":"Etag","value":"W/\"39-XJFQIJ2tnrY2YK+hZGchT1E1EDQ\""},{"key":"Server","value":"railway-edge"},{"key":"Vary","value":"Origin"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Railway-Edge","value":"railway/europe-west4-drams3a"},{"key":"X-Railway-Request-Id","value":"txyYlmBlS8GIRghVsBxKsA_1655129934"},{"key":"X-Ratelimit-Limit","value":"1000"},{"key":"X-Ratelimit-Remaining","value":"990"},{"key":"X-Ratelimit-Reset","value":"1746569682"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"This email is not available. Try another one.\"\n}"},{"id":"3c0583a7-fd87-41bc-95e8-1ef840806bb6","name":"400 unidentified field","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"{{your_name}}\",\n    \"email\": \"{{your_email}}\",\n    \"password\": \"{{your_password}}\",\n    \"blue\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/update-user"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Length","value":"63"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 07 May 2025 00:13:44 GMT"},{"key":"Etag","value":"W/\"3f-0EHQXG1J91KVoft/jdGqRqeV1os\""},{"key":"Server","value":"railway-edge"},{"key":"Vary","value":"Origin"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Railway-Edge","value":"railway/europe-west4-drams3a"},{"key":"X-Railway-Request-Id","value":"nv5ULGZNT_6D4Qxrm3z_FQ"},{"key":"X-Ratelimit-Limit","value":"1000"},{"key":"X-Ratelimit-Remaining","value":"997"},{"key":"X-Ratelimit-Reset","value":"1746580228"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"_errors\": [\n            \"Unrecognized key(s) in object: 'blue'\"\n        ]\n    }\n}"},{"id":"b54eb451-5a3e-4c38-a358-a714cdf9a2f0","name":"400 validation errors","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"{{your_name}}\",\n    \"email\": \"{{your_email}}\",\n    \"password\": \"{{your_password}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/update-user"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Length","value":"184"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 06 May 2025 21:26:03 GMT"},{"key":"Etag","value":"W/\"b8-DWdp3RW34XeVfvDGE6MsA319tQo\""},{"key":"Server","value":"railway-edge"},{"key":"Vary","value":"Origin"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Railway-Edge","value":"railway/europe-west4-drams3a"},{"key":"X-Railway-Request-Id","value":"Eu6T-9bTQZGxMs0fA6Eo3Q_1655129934"},{"key":"X-Ratelimit-Limit","value":"1000"},{"key":"X-Ratelimit-Remaining","value":"987"},{"key":"X-Ratelimit-Reset","value":"1746569682"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"_errors\": [],\n        \"email\": {\n            \"_errors\": [\n                \"Enter a valid email address\"\n            ]\n        },\n        \"password\": {\n            \"_errors\": [\n                \"Password must include at least one letter, one number, and one special character\"\n            ]\n        }\n    }\n}"},{"id":"cb6eb895-1c0d-452b-bf89-bb1b29937da2","name":"401 token error","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"{{your_name}}\",\n    \"email\": \"{{your_email}}\",\n    \"password\": \"{{your_password}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/update-user"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Length","value":"47"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 06 May 2025 21:27:52 GMT"},{"key":"Etag","value":"W/\"2f-QcDzD3UNTjVtwvHuvrqV1Jc9hX8\""},{"key":"Server","value":"railway-edge"},{"key":"Vary","value":"Origin"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Railway-Edge","value":"railway/europe-west4-drams3a"},{"key":"X-Railway-Request-Id","value":"rrh3kAGqQFqCGPO38fYjzA_3554946428"},{"key":"X-Ratelimit-Limit","value":"1000"},{"key":"X-Ratelimit-Remaining","value":"985"},{"key":"X-Ratelimit-Reset","value":"1746569682"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"No Access Token found. please login\"\n}"},{"id":"da0c4ed6-5dc4-4d0c-8119-67cb457af046","name":"404 user not found","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"{{your_name}}\",\n    \"email\": \"{{your_email}}\",\n    \"password\": \"{{your_password}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/update-user"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Length","value":"26"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 07 May 2025 01:01:04 GMT"},{"key":"Etag","value":"W/\"1a-hq/hT0ORGTkTfyRpVCZ/JB/r8Eg\""},{"key":"Server","value":"railway-edge"},{"key":"Vary","value":"Origin"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Railway-Edge","value":"railway/europe-west4-drams3a"},{"key":"X-Railway-Request-Id","value":"d8itQ3jJS5W88RFyss7a6g"},{"key":"X-Ratelimit-Limit","value":"1000"},{"key":"X-Ratelimit-Remaining","value":"992"},{"key":"X-Ratelimit-Reset","value":"1746582986"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"User not found\"\n}"}],"_postman_id":"2af49aec-e7eb-4343-9f37-645851f5f7bd"},{"name":"Delete Profile","id":"f0fbf1dd-53a1-4e05-90ad-e3df010361d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{baseurl}}/api/delete-user","description":"<p>This request will allow you to delete your profile account.</p>\n","urlObject":{"path":["api","delete-user"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"c9ad347e-ab81-49e7-98d1-8e7bc4411c87","name":"200 success","originalRequest":{"method":"DELETE","header":[],"url":"{{baseurl}}/api/delete-user"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Length","value":"54"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 07 May 2025 00:58:55 GMT"},{"key":"Etag","value":"W/\"36-U3bFObQjPKn4UTk58ToYjyCEL80\""},{"key":"Server","value":"railway-edge"},{"key":"Set-Cookie","value":"access-token=; Path=/; Expires=Thu, 01 Jan 1970 00:00:00 GMT; HttpOnly; SameSite=None"},{"key":"Set-Cookie","value":"refresh-token=; Path=/api/refresh-token; Expires=Thu, 01 Jan 1970 00:00:00 GMT; HttpOnly; SameSite=None"},{"key":"Vary","value":"Origin"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Railway-Edge","value":"railway/europe-west4-drams3a"},{"key":"X-Railway-Request-Id","value":"2y_kL9YETyiB8CAdss7a6g"},{"key":"X-Ratelimit-Limit","value":"1000"},{"key":"X-Ratelimit-Remaining","value":"995"},{"key":"X-Ratelimit-Reset","value":"1746582986"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"User deleted successfully\"\n}"},{"id":"9052ba8e-f6a6-40b7-841d-dfca4322bd82","name":"401 token error","originalRequest":{"method":"DELETE","header":[],"url":"{{baseurl}}/api/delete-user"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Length","value":"47"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 06 May 2025 21:28:15 GMT"},{"key":"Etag","value":"W/\"2f-QcDzD3UNTjVtwvHuvrqV1Jc9hX8\""},{"key":"Server","value":"railway-edge"},{"key":"Vary","value":"Origin"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Railway-Edge","value":"railway/europe-west4-drams3a"},{"key":"X-Railway-Request-Id","value":"WLb0kMo_StO2pg6KUkThlg_3554946428"},{"key":"X-Ratelimit-Limit","value":"1000"},{"key":"X-Ratelimit-Remaining","value":"984"},{"key":"X-Ratelimit-Reset","value":"1746569682"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"No Access Token found. please login\"\n}"},{"id":"b4fe8f3b-484a-4cdc-ae59-f7e59327e7d2","name":"404 user not found","originalRequest":{"method":"DELETE","header":[],"url":"{{baseurl}}/api/delete-user"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Length","value":"28"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 07 May 2025 00:59:25 GMT"},{"key":"Etag","value":"W/\"1c-ZEVVcvtFhxKX/QUvVKqKxwGbbNA\""},{"key":"Server","value":"railway-edge"},{"key":"Vary","value":"Origin"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Railway-Edge","value":"railway/europe-west4-drams3a"},{"key":"X-Railway-Request-Id","value":"gKJgqee-Q5eB_gB1ss7a6g"},{"key":"X-Ratelimit-Limit","value":"1000"},{"key":"X-Ratelimit-Remaining","value":"994"},{"key":"X-Ratelimit-Reset","value":"1746582986"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"User not found\"\n}"}],"_postman_id":"f0fbf1dd-53a1-4e05-90ad-e3df010361d1"},{"name":"Find User","id":"d2fa9e9a-ef42-40cc-a6b3-967df5f24d64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseurl}}/api/find-user","description":"<p>This request allows each user to retrive and see their user details for convienience.</p>\n","urlObject":{"path":["api","find-user"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"88620ecf-a88a-46e9-b14b-e6a9b3855eb7","name":"200 success","originalRequest":{"method":"GET","header":[],"url":"{{baseurl}}/api/find-user"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Length","value":"111"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 06 May 2025 21:36:21 GMT"},{"key":"Etag","value":"W/\"6f-cGYJchG5H+z3Aj1JlUlO8YyEyrA\""},{"key":"Server","value":"railway-edge"},{"key":"Vary","value":"Origin"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Railway-Edge","value":"railway/europe-west4-drams3a"},{"key":"X-Railway-Request-Id","value":"Q9k52u0URbiVBRILI39A1Q_2999900906"},{"key":"X-Ratelimit-Limit","value":"1000"},{"key":"X-Ratelimit-Remaining","value":"971"},{"key":"X-Ratelimit-Reset","value":"1746569682"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"body\": {\n        \"user_id\": 8,\n        \"name\": \"New name is test subject 2\",\n        \"email\": \"opeoluwaadejare73@gmail.com\"\n    }\n}"},{"id":"5c02c85f-1a93-49a5-86a9-ec432cd60f07","name":"401 token error","originalRequest":{"method":"GET","header":[],"url":"{{baseurl}}/api/find-user"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Length","value":"47"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 06 May 2025 21:28:43 GMT"},{"key":"Etag","value":"W/\"2f-QcDzD3UNTjVtwvHuvrqV1Jc9hX8\""},{"key":"Server","value":"railway-edge"},{"key":"Vary","value":"Origin"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Railway-Edge","value":"railway/europe-west4-drams3a"},{"key":"X-Railway-Request-Id","value":"1jNJiUiLTzeEfbIvmelpLg_3554946428"},{"key":"X-Ratelimit-Limit","value":"1000"},{"key":"X-Ratelimit-Remaining","value":"983"},{"key":"X-Ratelimit-Reset","value":"1746569682"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"No Access Token found. please login\"\n}"},{"id":"43e76ee1-49cd-4848-b8fa-61466df92daf","name":"404 user not found","originalRequest":{"method":"GET","header":[],"url":"{{baseurl}}/api/find-user"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Length","value":"26"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 07 May 2025 01:00:10 GMT"},{"key":"Etag","value":"W/\"1a-hq/hT0ORGTkTfyRpVCZ/JB/r8Eg\""},{"key":"Server","value":"railway-edge"},{"key":"Vary","value":"Origin"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Railway-Edge","value":"railway/europe-west4-drams3a"},{"key":"X-Railway-Request-Id","value":"3LKM2xJGQZi-XTTFss7a6g"},{"key":"X-Ratelimit-Limit","value":"1000"},{"key":"X-Ratelimit-Remaining","value":"993"},{"key":"X-Ratelimit-Reset","value":"1746582986"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"User not found\"\n}"}],"_postman_id":"d2fa9e9a-ef42-40cc-a6b3-967df5f24d64"}],"id":"4b129631-2cb1-4a4c-8488-ad28344b11fa","description":"<p>This folder contains a list of requests that will enable you to:</p>\n<ul>\n<li>update your profile</li>\n<li>delete your profile</li>\n</ul>\n","_postman_id":"4b129631-2cb1-4a4c-8488-ad28344b11fa"},{"name":"Task Requests","item":[{"name":"Get All Tasks","id":"e0c85440-307a-40ff-8d62-7b6dcd0e1ba5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/all-tasks","description":"<p>This request allows you to get a list of all tasks created.</p>\n","urlObject":{"path":["api","all-tasks"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"4688b557-549b-4360-b209-7a31a7a3c45b","name":"200 success","originalRequest":{"method":"GET","header":[{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/all-tasks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Length","value":"702"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 06 May 2025 21:48:06 GMT"},{"key":"Etag","value":"W/\"2be-vLhrEXp5HUN7ZfcF4qK0w/06jqA\""},{"key":"Server","value":"railway-edge"},{"key":"Vary","value":"Origin"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Railway-Edge","value":"railway/europe-west4-drams3a"},{"key":"X-Railway-Request-Id","value":"a2IzTF4rQGeBEnQC9FwD_w_2608660245"},{"key":"X-Ratelimit-Limit","value":"1000"},{"key":"X-Ratelimit-Remaining","value":"992"},{"key":"X-Ratelimit-Reset","value":"1746571471"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"All tasks\",\n    \"body\": [\n        {\n            \"task_id\": 4,\n            \"user_id\": 8,\n            \"title\": \"First Task\",\n            \"description\": null,\n            \"status\": null,\n            \"priority\": null,\n            \"created_at\": \"2025-05-05T12:10:02.775Z\",\n            \"deadline\": null,\n            \"image_url\": null\n        },\n        {\n            \"task_id\": 5,\n            \"user_id\": 8,\n            \"title\": \"Second task\",\n            \"description\": \"Nothing happened but this is just so amazing.\",\n            \"status\": \"completed\",\n            \"priority\": \"low\",\n            \"created_at\": \"2025-05-06T21:46:04.623Z\",\n            \"deadline\": \"2001-05-21T00:00:00.000Z\",\n            \"image_url\": null\n        },\n        {\n            \"task_id\": 6,\n            \"user_id\": 8,\n            \"title\": \"Second task\",\n            \"description\": \"Nothing happened but this is just so amazing.\",\n            \"status\": \"completed\",\n            \"priority\": \"low\",\n            \"created_at\": \"2025-05-06T21:46:32.835Z\",\n            \"deadline\": \"2001-05-02T00:00:00.000Z\",\n            \"image_url\": null\n        }\n    ]\n}"},{"id":"36fed631-f899-4dbe-a460-bf8934ce756e","name":"401 token error","originalRequest":{"method":"GET","header":[{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/all-tasks"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Length","value":"47"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 06 May 2025 21:29:18 GMT"},{"key":"Etag","value":"W/\"2f-QcDzD3UNTjVtwvHuvrqV1Jc9hX8\""},{"key":"Server","value":"railway-edge"},{"key":"Vary","value":"Origin"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Railway-Edge","value":"railway/europe-west4-drams3a"},{"key":"X-Railway-Request-Id","value":"ohTns1qwQUSaQkoqfoNSTA_3554946428"},{"key":"X-Ratelimit-Limit","value":"1000"},{"key":"X-Ratelimit-Remaining","value":"982"},{"key":"X-Ratelimit-Reset","value":"1746569682"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"No Access Token found. please login\"\n}"},{"id":"131c3092-646e-4002-8952-5b3ae3a1116d","name":"404 tasks not found","originalRequest":{"method":"GET","header":[{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/all-tasks"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Length","value":"27"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 06 May 2025 23:43:31 GMT"},{"key":"Etag","value":"W/\"1b-MB1EJKbtJpf2KAMmLY1aiETSzRM\""},{"key":"Server","value":"railway-edge"},{"key":"Vary","value":"Origin"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Railway-Edge","value":"railway/europe-west4-drams3a"},{"key":"X-Railway-Request-Id","value":"3tA3bn7nSFGzgEfI0-QtfA"},{"key":"X-Ratelimit-Limit","value":"1000"},{"key":"X-Ratelimit-Remaining","value":"999"},{"key":"X-Ratelimit-Reset","value":"1746578612"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"No tasks found!\"\n}"}],"_postman_id":"e0c85440-307a-40ff-8d62-7b6dcd0e1ba5"},{"name":"Get One Task","id":"c9a6cd21-d7eb-4a55-b6be-1396d593f315","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseurl}}/api/task/{{task_id}}","description":"<p>Based on the name, this request allows you to single out one task contrary to the get all request that returns all tasks.</p>\n","urlObject":{"path":["api","task","{{task_id}}"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"9e988496-5de7-4fd2-92a8-8113f2e661f6","name":"200 success","originalRequest":{"method":"GET","header":[],"url":"{{baseurl}}/api/task/{{task_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Length","value":"283"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 06 May 2025 21:48:56 GMT"},{"key":"Etag","value":"W/\"11b-8euF/FkVDBaNK1wGZJBJkAf0j8w\""},{"key":"Server","value":"railway-edge"},{"key":"Vary","value":"Origin"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Railway-Edge","value":"railway/europe-west4-drams3a"},{"key":"X-Railway-Request-Id","value":"5M06zBbYTWOb1pM2KOwoSg_2608660245"},{"key":"X-Ratelimit-Limit","value":"1000"},{"key":"X-Ratelimit-Remaining","value":"991"},{"key":"X-Ratelimit-Reset","value":"1746571471"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Task\",\n    \"body\": {\n        \"task_id\": 6,\n        \"user_id\": 8,\n        \"title\": \"Second task\",\n        \"description\": \"Nothing happened but this is just so amazing.\",\n        \"status\": \"completed\",\n        \"priority\": \"low\",\n        \"created_at\": \"2025-05-06T21:46:32.835Z\",\n        \"deadline\": \"2001-05-02T00:00:00.000Z\",\n        \"image_url\": null\n    }\n}"},{"id":"c4a7f7e2-854a-485b-af13-22aaadf933b3","name":"400 invalid task_id","originalRequest":{"method":"GET","header":[],"url":"{{baseurl}}/api/task/{{task_id}}"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Length","value":"52"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 06 May 2025 23:44:02 GMT"},{"key":"Etag","value":"W/\"34-RSGcsDG4UnXJrJwM7LvSIUzJxg8\""},{"key":"Server","value":"railway-edge"},{"key":"Vary","value":"Origin"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Railway-Edge","value":"railway/europe-west4-drams3a"},{"key":"X-Railway-Request-Id","value":"aK8Sv5T5THGBiA270-QtfA"},{"key":"X-Ratelimit-Limit","value":"1000"},{"key":"X-Ratelimit-Remaining","value":"998"},{"key":"X-Ratelimit-Reset","value":"1746578612"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Task id is required and must be a number\"\n}"},{"id":"d7827ee5-8f95-4df1-ab2d-acfa7bfc5717","name":"401 token error","originalRequest":{"method":"GET","header":[],"url":"{{baseurl}}/api/task/{{task_id}}"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Length","value":"47"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 06 May 2025 21:29:42 GMT"},{"key":"Etag","value":"W/\"2f-QcDzD3UNTjVtwvHuvrqV1Jc9hX8\""},{"key":"Server","value":"railway-edge"},{"key":"Vary","value":"Origin"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Railway-Edge","value":"railway/europe-west4-drams3a"},{"key":"X-Railway-Request-Id","value":"8Aj0JcmdTdC_JiDUtwvKFg_3554946428"},{"key":"X-Ratelimit-Limit","value":"1000"},{"key":"X-Ratelimit-Remaining","value":"981"},{"key":"X-Ratelimit-Reset","value":"1746569682"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"No Access Token found. please login\"\n}"},{"id":"6de9ae44-da2f-4bdd-9ff0-f7d93475e5ba","name":"404 task not found","originalRequest":{"method":"GET","header":[],"url":"{{baseurl}}/api/task/{{task_id}}"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Length","value":"26"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 06 May 2025 23:44:53 GMT"},{"key":"Etag","value":"W/\"1a-D4dsL3U5Autp3bKNpxD/le70vNM\""},{"key":"Server","value":"railway-edge"},{"key":"Vary","value":"Origin"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Railway-Edge","value":"railway/europe-west4-drams3a"},{"key":"X-Railway-Request-Id","value":"XfQAQOHXSPOzJpCg0-QtfA"},{"key":"X-Ratelimit-Limit","value":"1000"},{"key":"X-Ratelimit-Remaining","value":"997"},{"key":"X-Ratelimit-Reset","value":"1746578612"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Task not found\"\n}"}],"_postman_id":"c9a6cd21-d7eb-4a55-b6be-1396d593f315"},{"name":"Create Task","id":"41b1d778-0034-435e-9d48-fedb9cf18584","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"{{task_title}}\",\n    \"description\": \"{{task_description}}\",\n    \"status\": \"{{task_status}}\",\n    \"priority\": \"{{task_priority}}\",\n    \"deadline\": \"{{task_deadline}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/create-task","description":"<p>This request allows you to create a new task. Provide the details in the Body tab and follow the instructions there.</p>\n<p><strong>Note:</strong> Each field is optional so you can create a task that has a title but no description. Feel free to play around with it. Make sure to follow the constraints in status &amp; priority.</p>\n<p>The fields a task requires are:</p>\n<ul>\n<li><p>title</p>\n</li>\n<li><p>description</p>\n</li>\n<li><p>status</p>\n</li>\n<li><p>priority</p>\n</li>\n<li><p>deadline</p>\n</li>\n</ul>\n<p><strong>Note:</strong></p>\n<ul>\n<li><p>Only the title field is required, every other field is optional.</p>\n</li>\n<li><p>In the response, image_url will be null because this particular request does not allow sending form-data, so, to upload an image, please use the proper request, or else, this will always be null.</p>\n</li>\n</ul>\n","urlObject":{"path":["api","create-task"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"fefd5c8e-a371-468c-9fd0-91f69da54769","name":"201 success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"{{task_title}}\",\n    \"description\": \"{{task_description}}\",\n    \"status\": \"{{task_status}}\",\n    \"priority\": \"{{task_priority}}\",\n    \"deadline\": \"{{task_deadline}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/create-task"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Length","value":"299"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 06 May 2025 23:57:28 GMT"},{"key":"Etag","value":"W/\"12b-EjcKD8rFtunWaTXQo4SncbGrW1w\""},{"key":"Server","value":"railway-edge"},{"key":"Vary","value":"Origin"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Railway-Edge","value":"railway/europe-west4-drams3a"},{"key":"X-Railway-Request-Id","value":"Xn9Q3D3eRqenzAJmss7a6g"},{"key":"X-Ratelimit-Limit","value":"1000"},{"key":"X-Ratelimit-Remaining","value":"980"},{"key":"X-Ratelimit-Reset","value":"1746578612"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Task created successfully\",\n    \"body\": {\n        \"task_id\": 9,\n        \"user_id\": 8,\n        \"title\": \"New task\",\n        \"description\": \"Nothing happened but this is just so amazing.\",\n        \"status\": \"pending\",\n        \"priority\": \"low\",\n        \"created_at\": \"2025-05-06T23:57:28.832Z\",\n        \"deadline\": \"2025-03-21T00:00:00.000Z\",\n        \"image_url\": null\n    }\n}"},{"id":"7fc20b84-e7cf-4a4d-9684-011023cb6e43","name":"400 validation errors","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \n    \"description\": \"{{task_description}}\",\n    \"status\": \"{{status}}\",\n    \"priority\": \"{{priority}}\",\n    \"deadline\": \"{{date}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/create-task"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Length","value":"278"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 06 May 2025 23:31:34 GMT"},{"key":"Etag","value":"W/\"116-xE5clADOMo58aXBghUTK4UyyRqk\""},{"key":"Server","value":"railway-edge"},{"key":"Vary","value":"Origin"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Railway-Edge","value":"railway/europe-west4-drams3a"},{"key":"X-Railway-Request-Id","value":"3tOQCtHsRDSquSZgss7a6g"},{"key":"X-Ratelimit-Limit","value":"1000"},{"key":"X-Ratelimit-Remaining","value":"993"},{"key":"X-Ratelimit-Reset","value":"1746577649"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"_errors\": [],\n        \"title\": {\n            \"_errors\": [\n                \"Required\"\n            ]\n        },\n        \"status\": {\n            \"_errors\": [\n                \"status must either be pending, in_progress, or completed\"\n            ]\n        },\n        \"priority\": {\n            \"_errors\": [\n                \"priority must either be low, medium, or high\"\n            ]\n        },\n        \"deadline\": {\n            \"_errors\": [\n                \"Must be a valid datestring (YYYY-MM-DD)\"\n            ]\n        }\n    }\n}"},{"id":"f4c97a89-2190-4bb1-a09b-400b342be594","name":"400 unidentified field","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"{{task_title}}\",\n    \"description\": \"{{task_description}}\",\n    \"status\": \"{{task_status}}\",\n    \"priority\": \"{{task_priority}}\",\n    \"deadline\": \"{{task_deadline}}\",\n    \"blue\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/create-task"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Length","value":"63"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 07 May 2025 00:15:58 GMT"},{"key":"Etag","value":"W/\"3f-0EHQXG1J91KVoft/jdGqRqeV1os\""},{"key":"Server","value":"railway-edge"},{"key":"Vary","value":"Origin"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Railway-Edge","value":"railway/europe-west4-drams3a"},{"key":"X-Railway-Request-Id","value":"bPmsfD7KReuqzxB8ss7a6g"},{"key":"X-Ratelimit-Limit","value":"1000"},{"key":"X-Ratelimit-Remaining","value":"996"},{"key":"X-Ratelimit-Reset","value":"1746580228"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"_errors\": [\n            \"Unrecognized key(s) in object: 'blue'\"\n        ]\n    }\n}"},{"id":"73a87bf7-7454-4fdc-9037-29ba9757ece5","name":"401 token error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"{{task_title}}\",\n    \"description\": \"{{task_description}}\",\n    \"status\": \"{{status}}\",\n    \"priority\": \"{{priority}}\",\n    \"deadline\": \"{{date}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/create-task"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Length","value":"47"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 06 May 2025 21:31:59 GMT"},{"key":"Etag","value":"W/\"2f-QcDzD3UNTjVtwvHuvrqV1Jc9hX8\""},{"key":"Server","value":"railway-edge"},{"key":"Vary","value":"Origin"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Railway-Edge","value":"railway/europe-west4-drams3a"},{"key":"X-Railway-Request-Id","value":"Z_1131L-QXeRKA-7YgqWMg_2999900906"},{"key":"X-Ratelimit-Limit","value":"1000"},{"key":"X-Ratelimit-Remaining","value":"980"},{"key":"X-Ratelimit-Reset","value":"1746569682"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"No Access Token found. please login\"\n}"}],"_postman_id":"41b1d778-0034-435e-9d48-fedb9cf18584"},{"name":"Update Task","id":"9f84cee4-ded7-4faa-92ac-0c1939e4048e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"{{task_title}}\",\n    \"description\": \"{{task_description}}\",\n    \"status\": \"{{task_status}}\",\n    \"priority\": \"{{task_priority}}\",\n    \"deadline\": \"{{task_deadline}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/update-task/{{task_id}}","description":"<p>After creating a task, a unique id will be generated for each new task, you will need that id to be able to update each specific task of your choosing so this request allows you to modify the task information as you like in the Body tab.</p>\n<p>Make sure to provide your task id in the request. You can add your task id in the environment variables section or just replace {{task_id}} with your task id.</p>\n<p>Same rules from create task apply except, in this case, title is not required, each field is optional but make sure to follow the constraints in status &amp; priority.</p>\n","urlObject":{"path":["api","update-task","{{task_id}}"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"da88193b-5102-4a30-becf-d8c255b3e9b9","name":"200 success","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"{{task_title}}\",\n    \"description\": \"{{task_description}}\",\n    \"status\": \"{{task_status}}\",\n    \"priority\": \"{{task_priority}}\",\n    \"deadline\": \"{{task_deadline}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/update-task/{{task_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Length","value":"299"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 07 May 2025 00:01:16 GMT"},{"key":"Etag","value":"W/\"12b-DzYgbp4UD4mismp0LTk2AtI0mp8\""},{"key":"Server","value":"railway-edge"},{"key":"Vary","value":"Origin"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Railway-Edge","value":"railway/europe-west4-drams3a"},{"key":"X-Railway-Request-Id","value":"bZQ8WXYhSj6mzxZX0-QtfA"},{"key":"X-Ratelimit-Limit","value":"1000"},{"key":"X-Ratelimit-Remaining","value":"979"},{"key":"X-Ratelimit-Reset","value":"1746578612"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Task updated succesfully!\",\n    \"body\": {\n        \"task_id\": 9,\n        \"user_id\": 8,\n        \"title\": \"New task\",\n        \"description\": \"Nothing happened but this is just so amazing.\",\n        \"status\": \"pending\",\n        \"priority\": \"low\",\n        \"created_at\": \"2025-05-06T23:57:28.832Z\",\n        \"deadline\": \"2025-03-21T00:00:00.000Z\",\n        \"image_url\": null\n    }\n}"},{"id":"666ef269-33a1-4130-a484-2e8aa2145a41","name":"400 invalid task_id","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"{{task_title}}\",\n    \"description\": \"{{task_description}}\",\n    \"status\": \"{{status}}\",\n    \"priority\": \"{{priority}}\",\n    \"deadline\": \"{{date}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/update-task/{{task_id}}"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Length","value":"52"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 06 May 2025 23:50:46 GMT"},{"key":"Etag","value":"W/\"34-RSGcsDG4UnXJrJwM7LvSIUzJxg8\""},{"key":"Server","value":"railway-edge"},{"key":"Vary","value":"Origin"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Railway-Edge","value":"railway/europe-west4-drams3a"},{"key":"X-Railway-Request-Id","value":"YLgI2quxQr2l-AKo0-QtfA"},{"key":"X-Ratelimit-Limit","value":"1000"},{"key":"X-Ratelimit-Remaining","value":"987"},{"key":"X-Ratelimit-Reset","value":"1746578612"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Task id is required and must be a number\"\n}"},{"id":"2f8e2296-1395-493b-9b36-f1bfce75cd56","name":"400 validation errors","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"{{task_title}}\",\n    \"description\": \"{{task_description}}\",\n    \"status\": \"{{status}}\",\n    \"priority\": \"{{priority}}\",\n    \"deadline\": \"{{date}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/update-task/{{task_id}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Length","value":"245"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 06 May 2025 23:29:59 GMT"},{"key":"Etag","value":"W/\"f5-rg1CJ4T0ovHMBlZ3AB10rmnQjuA\""},{"key":"Server","value":"railway-edge"},{"key":"Vary","value":"Origin"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Railway-Edge","value":"railway/europe-west4-drams3a"},{"key":"X-Railway-Request-Id","value":"Xhzb8pBxTtGc4odRm3z_FQ"},{"key":"X-Ratelimit-Limit","value":"1000"},{"key":"X-Ratelimit-Remaining","value":"994"},{"key":"X-Ratelimit-Reset","value":"1746577649"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"_errors\": [],\n        \"status\": {\n            \"_errors\": [\n                \"status must either be pending, in_progress, or completed\"\n            ]\n        },\n        \"priority\": {\n            \"_errors\": [\n                \"priority must either be low, medium, or high\"\n            ]\n        },\n        \"deadline\": {\n            \"_errors\": [\n                \"Must be a valid datestring (YYYY-MM-DD)\"\n            ]\n        }\n    }\n}"},{"id":"743573a3-5de7-47c1-b336-47512354b108","name":"400 unidentified field","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"{{task_title}}\",\n    \"description\": \"{{task_description}}\",\n    \"status\": \"{{task_status}}\",\n    \"priority\": \"{{task_priority}}\",\n    \"deadline\": \"{{task_deadline}}\",\n    \"blue\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/update-task/{{task_id}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Length","value":"63"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 07 May 2025 00:17:05 GMT"},{"key":"Etag","value":"W/\"3f-0EHQXG1J91KVoft/jdGqRqeV1os\""},{"key":"Server","value":"railway-edge"},{"key":"Vary","value":"Origin"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Railway-Edge","value":"railway/europe-west4-drams3a"},{"key":"X-Railway-Request-Id","value":"FmpwE0o9T9OPRmmAYqdHTg"},{"key":"X-Ratelimit-Limit","value":"1000"},{"key":"X-Ratelimit-Remaining","value":"995"},{"key":"X-Ratelimit-Reset","value":"1746580228"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"_errors\": [\n            \"Unrecognized key(s) in object: 'blue'\"\n        ]\n    }\n}"},{"id":"c21596d4-6bc2-41c8-b658-f13274aba5cb","name":"401 token error","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"{{task_title}}\",\n    \"description\": \"{{task_description}}\",\n    \"status\": \"{{status}}\",\n    \"priority\": \"{{priority}}\",\n    \"deadline\": \"{{date}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/update-task/{{task_id}}"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Length","value":"47"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 06 May 2025 21:32:32 GMT"},{"key":"Etag","value":"W/\"2f-QcDzD3UNTjVtwvHuvrqV1Jc9hX8\""},{"key":"Server","value":"railway-edge"},{"key":"Vary","value":"Origin"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Railway-Edge","value":"railway/europe-west4-drams3a"},{"key":"X-Railway-Request-Id","value":"RIFLGcMkTbuh0Lrwt5giSA_2999900906"},{"key":"X-Ratelimit-Limit","value":"1000"},{"key":"X-Ratelimit-Remaining","value":"979"},{"key":"X-Ratelimit-Reset","value":"1746569682"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"No Access Token found. please login\"\n}"},{"id":"d2b06a77-2abe-433c-b84b-bf928a61a5c7","name":"404 task not found","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"{{task_title}}\",\n    \"description\": \"{{task_description}}\",\n    \"status\": \"{{status}}\",\n    \"priority\": \"{{priority}}\",\n    \"deadline\": \"{{date}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/update-task/{{task_id}}"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Length","value":"43"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 06 May 2025 23:49:56 GMT"},{"key":"Etag","value":"W/\"2b-7Jor7pwApwiZIucOtsd1BdlYLs8\""},{"key":"Server","value":"railway-edge"},{"key":"Vary","value":"Origin"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Railway-Edge","value":"railway/europe-west4-drams3a"},{"key":"X-Railway-Request-Id","value":"YywlF7rPS5G1VNqP0-QtfA"},{"key":"X-Ratelimit-Limit","value":"1000"},{"key":"X-Ratelimit-Remaining","value":"988"},{"key":"X-Ratelimit-Reset","value":"1746578612"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Task not found in the database.\"\n}"}],"_postman_id":"9f84cee4-ded7-4faa-92ac-0c1939e4048e"},{"name":"Delete Task","id":"9767a4e4-a01a-4d22-9d8b-c1e2b700ae3b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/delete-task/{{task_id}}","description":"<p>This request allows you to delete a task.</p>\n<p>Make sure to provide your task id in the request. Hover above {{task_id}} to input your task id or replace {{task_id}} with your task id.</p>\n","urlObject":{"path":["api","delete-task","{{task_id}}"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"eee70dd3-b2b8-4ab7-9bf2-2606ce5311de","name":"200 success","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/delete-task/{{task_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Length","value":"55"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 06 May 2025 21:49:37 GMT"},{"key":"Etag","value":"W/\"37-L+CAytI9JIO7SJB6nI1ANwB/pgI\""},{"key":"Server","value":"railway-edge"},{"key":"Vary","value":"Origin"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Railway-Edge","value":"railway/europe-west4-drams3a"},{"key":"X-Railway-Request-Id","value":"X3pn3ZFIQo2KLj6aJzqyHA_2608660245"},{"key":"X-Ratelimit-Limit","value":"1000"},{"key":"X-Ratelimit-Remaining","value":"990"},{"key":"X-Ratelimit-Reset","value":"1746571471"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Task deleted successfully!\"\n}"},{"id":"f192bf4a-9aed-4aaa-8f75-45dc08342a7b","name":"400 invalid task_id","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/delete-task/{{task_id}}"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Length","value":"52"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 06 May 2025 23:51:43 GMT"},{"key":"Etag","value":"W/\"34-RSGcsDG4UnXJrJwM7LvSIUzJxg8\""},{"key":"Server","value":"railway-edge"},{"key":"Vary","value":"Origin"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Railway-Edge","value":"railway/europe-west4-drams3a"},{"key":"X-Railway-Request-Id","value":"fZ0xK9yLRqyuuxoG0-QtfA"},{"key":"X-Ratelimit-Limit","value":"1000"},{"key":"X-Ratelimit-Remaining","value":"986"},{"key":"X-Ratelimit-Reset","value":"1746578612"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Task id is required and must be a number\"\n}"},{"id":"d2e673fd-5e25-4bb5-9439-2537f38eb661","name":"401 token error","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/delete-task/{{task_id}}"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Length","value":"47"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 06 May 2025 21:32:59 GMT"},{"key":"Etag","value":"W/\"2f-QcDzD3UNTjVtwvHuvrqV1Jc9hX8\""},{"key":"Server","value":"railway-edge"},{"key":"Vary","value":"Origin"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Railway-Edge","value":"railway/europe-west4-drams3a"},{"key":"X-Railway-Request-Id","value":"rjJAzXTCStSChTtUDTrtbg_2999900906"},{"key":"X-Ratelimit-Limit","value":"1000"},{"key":"X-Ratelimit-Remaining","value":"978"},{"key":"X-Ratelimit-Reset","value":"1746569682"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"No Access Token found. please login\"\n}"},{"id":"18229787-72d9-496c-ae5c-a94e8f18122b","name":"404 task not found","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/delete-task/{{task_id}}"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Length","value":"43"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 06 May 2025 21:50:23 GMT"},{"key":"Etag","value":"W/\"2b-ZcMd0tGiPOiCdy/Fl9RWUGJWyAU\""},{"key":"Server","value":"railway-edge"},{"key":"Vary","value":"Origin"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Railway-Edge","value":"railway/europe-west4-drams3a"},{"key":"X-Railway-Request-Id","value":"uEhj5WM9TfKGYHykQPo3zA_2608660245"},{"key":"X-Ratelimit-Limit","value":"1000"},{"key":"X-Ratelimit-Remaining","value":"989"},{"key":"X-Ratelimit-Reset","value":"1746571471"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Task not found in the database!\"\n}"}],"_postman_id":"9767a4e4-a01a-4d22-9d8b-c1e2b700ae3b"},{"name":"Query request","id":"76a51837-694c-428e-b045-d2d24e8c0650","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseurl}}/api/query-tasks?{{filter}}={{param}}","description":"<p>This Request is similar to the get all tasks request but this further enhances that by giving the ability to query and only get tasks that suit a particular criteria. This is where the constraints you were asked to follow matter.</p>\n<p>Hover above the variables if you are using postman to input your query criterias.</p>\n<p>{{filter}} represents the columns status or priority.</p>\n<p>{{param}} represents the criteria you want to query for each filter. e.g priority=high or status=pending.</p>\n<p><strong>Example:</strong></p>\n<p>{{baseurl}}/api/query-tasks?status=pending</p>\n<p><strong>OR</strong></p>\n<p>{{baseurl}}/api/query-tasks?priority=high</p>\n","urlObject":{"path":["api","query-tasks"],"host":["{{baseurl}}"],"query":[{"key":"{{filter}}","value":"{{param}}"}],"variable":[]}},"response":[{"id":"ba05fae1-bb42-4d16-ba35-65e3b7198aa8","name":"200 success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseurl}}/api/query-tasks?{{filter}}={{param}}","host":["{{baseurl}}"],"path":["api","query-tasks"],"query":[{"key":"{{filter}}","value":"{{param}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Length","value":"293"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 07 May 2025 00:28:54 GMT"},{"key":"Etag","value":"W/\"125-DMbvKNhO67WFlAurrMMupFdjeC8\""},{"key":"Server","value":"railway-edge"},{"key":"Vary","value":"Origin"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Railway-Edge","value":"railway/europe-west4-drams3a"},{"key":"X-Railway-Request-Id","value":"YvY8Qy-tSim6nQBaYqdHTg"},{"key":"X-Ratelimit-Limit","value":"1000"},{"key":"X-Ratelimit-Remaining","value":"984"},{"key":"X-Ratelimit-Reset","value":"1746580228"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"All queried tasks\",\n    \"body\": [\n        {\n            \"task_id\": 9,\n            \"user_id\": 8,\n            \"title\": \"New task\",\n            \"description\": \"Nothing happened but this is just so amazing.\",\n            \"status\": \"pending\",\n            \"priority\": \"low\",\n            \"created_at\": \"2025-05-06T23:57:28.832Z\",\n            \"deadline\": \"2025-03-21T00:00:00.000Z\",\n            \"image_url\": null\n        }\n    ]\n}"},{"id":"ffa8a037-27bf-4924-a131-dc9ce9c9482c","name":"400 unidentified field","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseurl}}/api/query-tasks?{{filter}}={{param}}","host":["{{baseurl}}"],"path":["api","query-tasks"],"query":[{"key":"{{filter}}","value":"{{param}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Length","value":"64"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 07 May 2025 00:26:24 GMT"},{"key":"Etag","value":"W/\"40-uobzoNixetvjcbevndZ5D1hBCKk\""},{"key":"Server","value":"railway-edge"},{"key":"Vary","value":"Origin"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Railway-Edge","value":"railway/europe-west4-drams3a"},{"key":"X-Railway-Request-Id","value":"rfZxqY1hTL2NdWF2ss7a6g"},{"key":"X-Ratelimit-Limit","value":"1000"},{"key":"X-Ratelimit-Remaining","value":"987"},{"key":"X-Ratelimit-Reset","value":"1746580228"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"_errors\": [\n            \"Unrecognized key(s) in object: 'statu'\"\n        ]\n    }\n}"},{"id":"862c0cbf-415c-4b87-b44f-2c02de0cb62b","name":"400 status validation error","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseurl}}/api/query-tasks?{{filter}}={{param}}","host":["{{baseurl}}"],"path":["api","query-tasks"],"query":[{"key":"{{filter}}","value":"{{param}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Length","value":"106"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 07 May 2025 00:27:09 GMT"},{"key":"Etag","value":"W/\"6a-ht/EzRBbAz1YRg0HyH4BARJBKAM\""},{"key":"Server","value":"railway-edge"},{"key":"Vary","value":"Origin"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Railway-Edge","value":"railway/europe-west4-drams3a"},{"key":"X-Railway-Request-Id","value":"Dt6KVgapSP6hgjPZss7a6g"},{"key":"X-Ratelimit-Limit","value":"1000"},{"key":"X-Ratelimit-Remaining","value":"986"},{"key":"X-Ratelimit-Reset","value":"1746580228"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"_errors\": [],\n        \"status\": {\n            \"_errors\": [\n                \"status must either be pending, in_progress, or completed\"\n            ]\n        }\n    }\n}"},{"id":"47856bd6-97e0-4974-ad9c-863cb544653a","name":"400 priority validation error","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseurl}}/api/query-tasks?{{filter}}={{param}}","host":["{{baseurl}}"],"path":["api","query-tasks"],"query":[{"key":"{{filter}}","value":"{{param}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Length","value":"96"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 07 May 2025 00:27:45 GMT"},{"key":"Etag","value":"W/\"60-iMjOBvh19iFNTZoDjc0+S+CDros\""},{"key":"Server","value":"railway-edge"},{"key":"Vary","value":"Origin"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Railway-Edge","value":"railway/europe-west4-drams3a"},{"key":"X-Railway-Request-Id","value":"kXwOdCvoTvWD44W5ss7a6g"},{"key":"X-Ratelimit-Limit","value":"1000"},{"key":"X-Ratelimit-Remaining","value":"985"},{"key":"X-Ratelimit-Reset","value":"1746580228"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"_errors\": [],\n        \"priority\": {\n            \"_errors\": [\n                \"priority must either be low, medium, or high\"\n            ]\n        }\n    }\n}"},{"id":"eedf2e82-eab9-4bf9-abe7-ec9d0eb7f9a0","name":"401 token error","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseurl}}/api/all-tasks?{{filter}}={{param}}","host":["{{baseurl}}"],"path":["api","all-tasks"],"query":[{"key":"{{filter}}","value":"{{param}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Length","value":"47"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 06 May 2025 21:33:24 GMT"},{"key":"Etag","value":"W/\"2f-QcDzD3UNTjVtwvHuvrqV1Jc9hX8\""},{"key":"Server","value":"railway-edge"},{"key":"Vary","value":"Origin"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Railway-Edge","value":"railway/europe-west4-drams3a"},{"key":"X-Railway-Request-Id","value":"_JzfqLfzRGulPp5c4zbpTA_2999900906"},{"key":"X-Ratelimit-Limit","value":"1000"},{"key":"X-Ratelimit-Remaining","value":"977"},{"key":"X-Ratelimit-Reset","value":"1746569682"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"No Access Token found. please login\"\n}"},{"id":"910ccd67-94df-4784-aae3-cd0b9542ec67","name":"404 empty query","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseurl}}/api/query-tasks?{{filter}}={{param}}","host":["{{baseurl}}"],"path":["api","query-tasks"],"query":[{"key":"{{filter}}","value":"{{param}}"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Length","value":"59"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 07 May 2025 00:25:49 GMT"},{"key":"Etag","value":"W/\"3b-hJREhMemAm1z9/2tMiivCom4wsM\""},{"key":"Server","value":"railway-edge"},{"key":"Vary","value":"Origin"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Railway-Edge","value":"railway/europe-west4-drams3a"},{"key":"X-Railway-Request-Id","value":"NsuEP_8xQ02s74ytss7a6g"},{"key":"X-Ratelimit-Limit","value":"1000"},{"key":"X-Ratelimit-Remaining","value":"988"},{"key":"X-Ratelimit-Reset","value":"1746580228"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Query cannot be empty. At least one is required\"\n}"}],"_postman_id":"76a51837-694c-428e-b045-d2d24e8c0650"},{"name":"Upload Task Image","id":"888fc2a9-95f4-4c35-a15d-94a3b73bfc14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"{{image_key}}","type":"file","uuid":"555c059b-7b7b-4b3d-8dce-cc4a409c6c19","src":"/home/tech-billionaire/Desktop/Projects/article-preview-component/design/desktop-design.jpg"}]},"url":"{{baseurl}}/api/task/image/{{task_id}}","description":"<p>When creating a task, if you observe the response after sending a request, you will see a field of \"image_url\" with the value of null. This is because each task is capable of accomodating an image along with it, that is where this request comes in.</p>\n<p>With this you can upload an image for a particular task. Just make sure to provide the id of the task in the request url and the image path in the form-data request.</p>\n<p>API Usage:</p>\n<ul>\n<li><p>Click on form-data in Body tab</p>\n</li>\n<li><p>in Key, write image in {{image_key}}</p>\n</li>\n<li><p>In the dropdown beside key, change Text to File</p>\n</li>\n<li><p>In value, select the image you want to upload either from your local system or somewhere else</p>\n</li>\n<li><p>Send the resuest</p>\n</li>\n</ul>\n","urlObject":{"path":["api","task","image","{{task_id}}"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"dd525933-2c3e-47d2-8985-f4c721efe78b","name":"201 success","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"{{image_key}}","type":"file","uuid":"555c059b-7b7b-4b3d-8dce-cc4a409c6c19","src":"/home/tech-billionaire/Desktop/Projects/article-preview-component/design/desktop-design.jpg"}]},"url":"{{baseurl}}/api/task/image/{{task_id}}"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Length","value":"379"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 07 May 2025 00:31:39 GMT"},{"key":"Etag","value":"W/\"17b-MfRD4uKgKIBZSAn6lLuijYI3fPo\""},{"key":"Server","value":"railway-edge"},{"key":"Vary","value":"Origin"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Railway-Edge","value":"railway/europe-west4-drams3a"},{"key":"X-Railway-Request-Id","value":"JsNAkz1dTVGPabEL0-QtfA"},{"key":"X-Ratelimit-Limit","value":"1000"},{"key":"X-Ratelimit-Remaining","value":"981"},{"key":"X-Ratelimit-Reset","value":"1746580228"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"File uploaded successfully!\",\n    \"body\": {\n        \"task_id\": 9,\n        \"user_id\": 8,\n        \"title\": \"New task\",\n        \"description\": \"Nothing happened but this is just so amazing.\",\n        \"status\": \"pending\",\n        \"priority\": \"low\",\n        \"created_at\": \"2025-05-06T23:57:28.832Z\",\n        \"deadline\": \"2025-03-21T00:00:00.000Z\",\n        \"image_url\": \"http://res.cloudinary.com/haze/image/upload/v1746577900/v25ldbdygnesycjv5ajz.jpg\"\n    }\n}"},{"id":"8ad836f4-c95e-4d42-abcf-80cb304b4044","name":"400 bad request","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"{{image_key}}","type":"file","uuid":"555c059b-7b7b-4b3d-8dce-cc4a409c6c19","value":null}]},"url":"{{baseurl}}/api/task/image/{{task_id}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Length","value":"67"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 07 May 2025 00:30:32 GMT"},{"key":"Etag","value":"W/\"43-ZaHod5V0YXk0ZUdaPihdF6B2S88\""},{"key":"Server","value":"railway-edge"},{"key":"Vary","value":"Origin"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Railway-Edge","value":"railway/europe-west4-drams3a"},{"key":"X-Railway-Request-Id","value":"APD1vy_mTfWDzuuQ0-QtfA"},{"key":"X-Ratelimit-Limit","value":"1000"},{"key":"X-Ratelimit-Remaining","value":"982"},{"key":"X-Ratelimit-Reset","value":"1746580228"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Please provide an image and make sure your key is image\"\n}"},{"id":"8c41bc7d-7271-4a36-bae3-58ffdbf3db6b","name":"400 invalid task_id","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"{{image_key}}","type":"file","uuid":"555c059b-7b7b-4b3d-8dce-cc4a409c6c19","src":"/home/tech-billionaire/Desktop/Projects/article-preview-component/design/desktop-design.jpg"}]},"url":"{{baseurl}}/api/task/image/{{task_id}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Length","value":"52"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 07 May 2025 00:33:01 GMT"},{"key":"Etag","value":"W/\"34-RSGcsDG4UnXJrJwM7LvSIUzJxg8\""},{"key":"Server","value":"railway-edge"},{"key":"Vary","value":"Origin"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Railway-Edge","value":"railway/europe-west4-drams3a"},{"key":"X-Railway-Request-Id","value":"_xd8TQNDSgGJsw2cm3z_FQ"},{"key":"X-Ratelimit-Limit","value":"1000"},{"key":"X-Ratelimit-Remaining","value":"979"},{"key":"X-Ratelimit-Reset","value":"1746580228"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Task id is required and must be a number\"\n}"},{"id":"e666dc98-74ca-4b74-8156-389c4b49d8aa","name":"401 token error","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"{{image_key}}","type":"file","uuid":"555c059b-7b7b-4b3d-8dce-cc4a409c6c19","value":null}]},"url":"{{baseurl}}/api/task/image/{{task_id}}"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Length","value":"47"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 06 May 2025 21:33:54 GMT"},{"key":"Etag","value":"W/\"2f-QcDzD3UNTjVtwvHuvrqV1Jc9hX8\""},{"key":"Server","value":"railway-edge"},{"key":"Vary","value":"Origin"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Railway-Edge","value":"railway/europe-west4-drams3a"},{"key":"X-Railway-Request-Id","value":"-OFQqzVsRyK-2d431Cz8BQ_2999900906"},{"key":"X-Ratelimit-Limit","value":"1000"},{"key":"X-Ratelimit-Remaining","value":"976"},{"key":"X-Ratelimit-Reset","value":"1746569682"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"No Access Token found. please login\"\n}"},{"id":"ed852d5b-fb64-40f3-94c7-8d579fdc1a30","name":"404 task not found","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"{{image_key}}","type":"file","uuid":"555c059b-7b7b-4b3d-8dce-cc4a409c6c19","src":"/home/tech-billionaire/Desktop/Projects/article-preview-component/design/desktop-design.jpg"}]},"url":"{{baseurl}}/api/task/image/{{task_id}}"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Length","value":"26"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 07 May 2025 00:38:04 GMT"},{"key":"Etag","value":"W/\"1a-D4dsL3U5Autp3bKNpxD/le70vNM\""},{"key":"Server","value":"railway-edge"},{"key":"Vary","value":"Origin"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Railway-Edge","value":"railway/europe-west4-drams3a"},{"key":"X-Railway-Request-Id","value":"vuU_4pIJSKmgMtOTss7a6g"},{"key":"X-Ratelimit-Limit","value":"1000"},{"key":"X-Ratelimit-Remaining","value":"998"},{"key":"X-Ratelimit-Reset","value":"1746581848"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Task not found\"\n}"},{"id":"fa96f935-7bc6-4f33-a78d-3e6b17a6f43a","name":"500 missing field name","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"{{image_key}}","type":"file","uuid":"555c059b-7b7b-4b3d-8dce-cc4a409c6c19","value":null}]},"url":"{{baseurl}}/api/task/image/{{task_id}}"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Length","value":"30"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 07 May 2025 00:29:55 GMT"},{"key":"Etag","value":"W/\"1e-fg5oNEGPa7RZ9CY7uvLiXuxv8WY\""},{"key":"Server","value":"railway-edge"},{"key":"Vary","value":"Origin"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Railway-Edge","value":"railway/europe-west4-drams3a"},{"key":"X-Railway-Request-Id","value":"fdSg0Q7wQSqF688L0-QtfA"},{"key":"X-Ratelimit-Limit","value":"1000"},{"key":"X-Ratelimit-Remaining","value":"983"},{"key":"X-Ratelimit-Reset","value":"1746580228"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Field name missing\"\n}"}],"_postman_id":"888fc2a9-95f4-4c35-a15d-94a3b73bfc14"},{"name":"Remove Task Image","id":"902d49e4-bc56-4eb9-9518-5cf3821a4a5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"{{baseurl}}/api/task/remove-image/{{task_id}}","description":"<p>This request allows you to remove the image you uploaded for the task. You can get the task using the get one task request to see the updated value for your \"image_url\" field. It should be null after sending this request.</p>\n","urlObject":{"path":["api","task","remove-image","{{task_id}}"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"2ea12bbb-a584-42de-9f3f-ea7179cfb1c4","name":"200 success","originalRequest":{"method":"PATCH","header":[],"url":"{{baseurl}}/api/task/remove-image/{{task_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Length","value":"301"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 07 May 2025 00:51:07 GMT"},{"key":"Etag","value":"W/\"12d-Xec9Ktv2LiYAIvH9EVVzWWRB9Zo\""},{"key":"Server","value":"railway-edge"},{"key":"Vary","value":"Origin"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Railway-Edge","value":"railway/europe-west4-drams3a"},{"key":"X-Railway-Request-Id","value":"EhcAwSpDRVSXCJ-TYqdHTg"},{"key":"X-Ratelimit-Limit","value":"1000"},{"key":"X-Ratelimit-Remaining","value":"999"},{"key":"X-Ratelimit-Reset","value":"1746582668"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Image removed successfully!\",\n    \"body\": {\n        \"task_id\": 9,\n        \"user_id\": 8,\n        \"title\": \"New task\",\n        \"description\": \"Nothing happened but this is just so amazing.\",\n        \"status\": \"pending\",\n        \"priority\": \"low\",\n        \"created_at\": \"2025-05-06T23:57:28.832Z\",\n        \"deadline\": \"2025-03-21T00:00:00.000Z\",\n        \"image_url\": null\n    }\n}"},{"id":"23405418-2567-423c-b36c-fa378c603365","name":"401 token error","originalRequest":{"method":"PATCH","header":[],"url":"{{baseurl}}/api/task/remove-image/{{task_id}}"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Length","value":"47"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 06 May 2025 21:34:28 GMT"},{"key":"Etag","value":"W/\"2f-QcDzD3UNTjVtwvHuvrqV1Jc9hX8\""},{"key":"Server","value":"railway-edge"},{"key":"Vary","value":"Origin"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Railway-Edge","value":"railway/europe-west4-drams3a"},{"key":"X-Railway-Request-Id","value":"d7O3fFAkRe6_UvemV3YGvw_2999900906"},{"key":"X-Ratelimit-Limit","value":"1000"},{"key":"X-Ratelimit-Remaining","value":"975"},{"key":"X-Ratelimit-Reset","value":"1746569682"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"No Access Token found. please login\"\n}"},{"id":"22dee162-f6ef-4e33-80b1-c7b47ca95161","name":"404 task not found","originalRequest":{"method":"PATCH","header":[],"url":"{{baseurl}}/api/task/remove-image/{{task_id}}"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Length","value":"26"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 07 May 2025 00:43:58 GMT"},{"key":"Etag","value":"W/\"1a-D4dsL3U5Autp3bKNpxD/le70vNM\""},{"key":"Server","value":"railway-edge"},{"key":"Vary","value":"Origin"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Railway-Edge","value":"railway/europe-west4-drams3a"},{"key":"X-Railway-Request-Id","value":"3Z58JE3GSpmg07hK0-QtfA"},{"key":"X-Ratelimit-Limit","value":"1000"},{"key":"X-Ratelimit-Remaining","value":"997"},{"key":"X-Ratelimit-Reset","value":"1746582214"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Task not found\"\n}"},{"id":"f7576136-b1e6-4c31-9a0d-7acba3e7803d","name":"404 image not found","originalRequest":{"method":"PATCH","header":[],"url":"{{baseurl}}/api/task/remove-image/{{task_id}}"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Length","value":"27"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 07 May 2025 00:56:51 GMT"},{"key":"Etag","value":"W/\"1b-RGcRDADEFznsUOuZWNOogukWxoo\""},{"key":"Server","value":"railway-edge"},{"key":"Vary","value":"Origin"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Railway-Edge","value":"railway/europe-west4-drams3a"},{"key":"X-Railway-Request-Id","value":"fs2Z7lkRR22rbfWom3z_FQ"},{"key":"X-Ratelimit-Limit","value":"1000"},{"key":"X-Ratelimit-Remaining","value":"996"},{"key":"X-Ratelimit-Reset","value":"1746582986"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Image not found\"\n}"}],"_postman_id":"902d49e4-bc56-4eb9-9518-5cf3821a4a5e"}],"id":"60a193f9-9c8f-4e0e-9f17-3b11bc1c017b","description":"<p>This folder contains a list of requests that will enable you to -</p>\n<ul>\n<li><p>get a list of all tasks</p>\n</li>\n<li><p>create a new task</p>\n</li>\n<li><p>update a task</p>\n</li>\n<li><p>delete a task</p>\n</li>\n</ul>\n","_postman_id":"60a193f9-9c8f-4e0e-9f17-3b11bc1c017b"}],"id":"d7e26b15-aa2a-4e2d-ac7c-a76092c0973f","description":"<p>This folder contains a list of all protected routes. To access these routes, your token generated from the authentication process is required!.</p>\n","_postman_id":"d7e26b15-aa2a-4e2d-ac7c-a76092c0973f"}]}