{"info":{"_postman_id":"a6e6febc-a5fb-4a92-a6bd-65f12d5c3637","name":"TaskFlow","description":"<html><head></head><body><p>This collection provides a simple set of requests for working with the TaskFlow API. It includes authentication endpoints for user registration and login, along with project management endpoints to create, list, retrieve, update, and delete projects.<br>The collection is organized into two main sections:- <strong>auth</strong>: handles user registration and login- <strong>projects</strong>: covers core CRUD operations for projects<br>It is intended to help with local development, testing, and validating the main API workflows using the `<code></code>` variable.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"28252521","collectionId":"a6e6febc-a5fb-4a92-a6bd-65f12d5c3637","publishedId":"2sBXitDnb1","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-04-13T07:14:24.000Z"},"item":[{"name":"auth","item":[{"name":"Register","id":"b3a33d53-abb1-40b7-a26c-b3894e73bb4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"test\",\n    \"email\": \"test3@gmail.com\",\n    \"password\": \"test3@gmail.com\"\n}","options":{"raw":{"language":"json"}}},"url":"/auth/register","urlObject":{"path":["auth","register"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"61fb12a9-46e8-416a-9882-76ade50b84c4","name":"Register","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"test\",\n    \"email\": \"test3@gmail.com\",\n    \"password\": \"test3@gmail.com\"\n}","options":{"raw":{"language":"json"}}},"url":"/auth/register"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"373"},{"key":"ETag","value":"W/\"175-d/YtUSpJneyg8KkJxqgbiMk1HnM\""},{"key":"Date","value":"Mon, 13 Apr 2026 07:15:52 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"user\": {\n        \"id\": \"061caab4-91bb-4901-bed2-b32eb6146eb7\",\n        \"name\": \"test\",\n        \"email\": \"test3@gmail.com\",\n        \"created_at\": \"2026-04-13T07:15:52.627Z\"\n    },\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX2lkIjoiMDYxY2FhYjQtOTFiYi00OTAxLWJlZDItYjMyZWI2MTQ2ZWI3IiwiZW1haWwiOiJ0ZXN0M0BnbWFpbC5jb20iLCJpYXQiOjE3NzYwNjQ1NTIsImV4cCI6MTc3NjE1MDk1Mn0.rjP91BwamKsWnFnbIzjIN9qXzCG4OUwMBUixVsj9Kfo\"\n}"}],"_postman_id":"b3a33d53-abb1-40b7-a26c-b3894e73bb4b"},{"name":"Login","id":"6ad1f0a0-2e29-4d13-82cc-125b4fa8ad59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"test2@gmail.com\",\n    \"password\": \"test2@gmail.com\"\n}","options":{"raw":{"language":"json"}}},"url":"/auth/login","urlObject":{"path":["auth","login"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"a8a644d4-2213-4877-8986-5124bd8b6b26","name":"Login","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"test2@gmail.com\",\n    \"password\": \"test2@gmail.com\"\n}","options":{"raw":{"language":"json"}}},"url":"/auth/login"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"374"},{"key":"ETag","value":"W/\"176-ZwqDjR5FYhDx9jKy0u2jylkqoHs\""},{"key":"Date","value":"Mon, 13 Apr 2026 07:18:14 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX2lkIjoiOWFjM2MyMzgtOWViNi00YjYwLWExZTgtYWNiMzA1YmQ1ZGEwIiwiZW1haWwiOiJ0ZXN0MkBnbWFpbC5jb20iLCJpYXQiOjE3NzYwNjQ2OTQsImV4cCI6MTc3NjE1MTA5NH0.C4iHtcW1DHHHPAel1ys8LJ7q3cOt0xzEW7XEsrdsA0o\",\n    \"user\": {\n        \"id\": \"9ac3c238-9eb6-4b60-a1e8-acb305bd5da0\",\n        \"name\": \"test2\",\n        \"email\": \"test2@gmail.com\",\n        \"created_at\": \"2026-04-11T18:34:11.647Z\"\n    }\n}"}],"_postman_id":"6ad1f0a0-2e29-4d13-82cc-125b4fa8ad59"}],"id":"b58331cf-3ba7-4ee2-aea4-e8271775dabd","_postman_id":"b58331cf-3ba7-4ee2-aea4-e8271775dabd","description":""},{"name":"projects","item":[{"name":"Create","id":"e87a8d53-00e7-471f-8f9f-c544daf7a012","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Design an subcription api\",\n    \"description\": \"make TRD for subcription api and start implemetation\"\n}","options":{"raw":{"language":"json"}}},"url":"/projects","urlObject":{"path":["projects"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"7c095e7a-f0dd-41c1-a536-93fba053a917","name":"Create","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Design an subcription api\",\n    \"description\": \"make TRD for subcription api and start implemetation\"\n}","options":{"raw":{"language":"json"}}},"url":"/projects"},"code":201,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"id\": \"d07df485-98c0-4efe-aefc-b4cefffd798e\",\n    \"name\": \"sfsdfs\",\n    \"description\": \"sdfsdf\",\n    \"owner_id\": \"5338f9e9-b52a-41d3-983a-8c1a76c802c0\",\n    \"created_at\": \"2026-04-11T21:44:02.160Z\"\n}"}],"_postman_id":"e87a8d53-00e7-471f-8f9f-c544daf7a012"},{"name":"Update","id":"85e522c1-eba0-4cf4-bb62-72b3550b009c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Production issue 1\",\n    \"description\": \"Debug and resolve issue 1 in #prod-isues channel\"\n}","options":{"raw":{"language":"json"}}},"url":"/projects/:id","urlObject":{"path":["projects",":id"],"host":[""],"query":[],"variable":[{"type":"any","value":"374fac64-a642-404c-8543-ec7b39c6a626","key":"id"}]}},"response":[{"id":"080fca99-8de0-44be-9f30-cb9cc9aa6488","name":"Update","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Production issue 1\",\n    \"description\": \"Debug and resolve issue 1 in #prod-isues channel\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"/projects/:id","host":[""],"path":["projects",":id"],"variable":[{"key":"id","value":"374fac64-a642-404c-8543-ec7b39c6a626"}]}},"code":200,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"id\": \"374fac64-a642-404c-8543-ec7b39c6a626\",\n    \"name\": \"Production issue 1\",\n    \"description\": \"Debug and resolve issue 1 in #prod-isues channel\",\n    \"owner_id\": \"5338f9e9-b52a-41d3-983a-8c1a76c802c0\",\n    \"created_at\": \"2026-04-11T19:54:35.667Z\"\n}"}],"_postman_id":"85e522c1-eba0-4cf4-bb62-72b3550b009c"},{"name":"List","id":"861faadc-105f-413f-bc7d-b4eca580b381","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[],"url":"/projects","urlObject":{"path":["projects"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"f56c5de5-56da-4f2b-8b2e-b7b1acebd58c","name":"List","originalRequest":{"method":"GET","header":[],"url":"/projects"},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"projects\": [\n        {\n            \"id\": \"eb5453c6-5ad2-44f6-8ac9-cdaf71241e34\",\n            \"name\": \"Design an subcription api\",\n            \"description\": \"make TRD for subcription api and start implemetation\",\n            \"owner_id\": \"5338f9e9-b52a-41d3-983a-8c1a76c802c0\",\n            \"created_at\": \"2026-04-11T21:40:54.973Z\"\n        },\n        {\n            \"id\": \"374fac64-a642-404c-8543-ec7b39c6a626\",\n            \"name\": \"Production issue 1\",\n            \"description\": \"Debug and resolve issue 1 in #prod-isues channel\",\n            \"owner_id\": \"5338f9e9-b52a-41d3-983a-8c1a76c802c0\",\n            \"created_at\": \"2026-04-11T19:54:35.667Z\"\n        }\n    ],\n    \"pagination\": {\n        \"page\": 1,\n        \"limit\": 10,\n        \"total\": 2\n    }\n}"}],"_postman_id":"861faadc-105f-413f-bc7d-b4eca580b381"},{"name":"Get","id":"85eb85a7-13ab-4f0a-b068-2ae2ef70a6e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"/projects/:id","urlObject":{"path":["projects",":id"],"host":[""],"query":[],"variable":[{"type":"any","value":"374fac64-a642-404c-8543-ec7b39c6a626","key":"id"}]}},"response":[{"id":"b0432076-8661-4054-9417-b98b8f3dfdc9","name":"Get","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"/projects/:id","host":[""],"path":["projects",":id"],"variable":[{"key":"id","value":"374fac64-a642-404c-8543-ec7b39c6a626"}]}},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"id\": \"374fac64-a642-404c-8543-ec7b39c6a626\",\n    \"name\": \"Production issue 1\",\n    \"description\": \"Debug and resolve issue 1 in #prod-isues channel\",\n    \"owner_id\": \"5338f9e9-b52a-41d3-983a-8c1a76c802c0\",\n    \"created_at\": \"2026-04-11T19:54:35.667Z\"\n}"}],"_postman_id":"85eb85a7-13ab-4f0a-b068-2ae2ef70a6e2"},{"name":"Delete","id":"bcf176a5-f1bd-4786-ac8c-8728d0d7c519","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"DELETE","header":[],"url":"/projects/:id","urlObject":{"path":["projects",":id"],"host":[""],"query":[],"variable":[{"type":"any","value":"d07df485-98c0-4efe-aefc-b4cefffd798e","key":"id"}]}},"response":[{"id":"402edb8c-b52a-46d1-8c43-3ff91f6294c6","name":"Delete","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"/projects/:id","host":[""],"path":["projects",":id"],"variable":[{"key":"id","value":"d07df485-98c0-4efe-aefc-b4cefffd798e"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":""}],"_postman_id":"bcf176a5-f1bd-4786-ac8c-8728d0d7c519"}],"id":"93ceeb81-0abb-45d8-bc95-735631d2deab","_postman_id":"93ceeb81-0abb-45d8-bc95-735631d2deab","description":""},{"name":"tasks","item":[{"name":"create","id":"42e91a3e-bd7f-4479-b87b-bffd74e3fd26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"title\": \"Write API documentation\",\n    \"description\": \"Document all endpoints with request/response examples.\",\n    \"status\": \"todo\",\n    \"priority\": \"medium\"\n}","options":{"raw":{"language":"json"}}},"url":"/projects/:projectId/tasks","urlObject":{"path":["projects",":projectId","tasks"],"host":[""],"query":[],"variable":[{"type":"any","value":"eb5453c6-5ad2-44f6-8ac9-cdaf71241e34","key":"projectId"}]}},"response":[{"id":"e435e975-4155-40b4-a5f6-643c37ab9f37","name":"create","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"title\": \"Write API documentation\",\n    \"description\": \"Document all endpoints with request/response examples.\",\n    \"status\": \"todo\",\n    \"priority\": \"medium\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"/projects/:projectId/tasks","host":[""],"path":["projects",":projectId","tasks"],"variable":[{"key":"projectId","value":"eb5453c6-5ad2-44f6-8ac9-cdaf71241e34"}]}},"status":"Created","code":201,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"id\": \"d336f25c-832e-4769-83cb-9e2c175ee658\",\n    \"title\": \"Write API documentation\",\n    \"description\": \"Document all endpoints with request/response examples.\",\n    \"status\": \"todo\",\n    \"priority\": \"medium\",\n    \"project_id\": \"eb5453c6-5ad2-44f6-8ac9-cdaf71241e34\",\n    \"assignee_id\": null,\n    \"due_date\": null,\n    \"created_at\": \"2026-04-13T07:11:07.228Z\",\n    \"updated_at\": \"2026-04-13T07:11:07.228Z\"\n}"}],"_postman_id":"42e91a3e-bd7f-4479-b87b-bffd74e3fd26"},{"name":"get","id":"b3be07cf-67f1-484f-9b31-c24939563b6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[],"url":"/projects/:projectId/tasks","urlObject":{"path":["projects",":projectId","tasks"],"host":[""],"query":[{"disabled":true,"key":"status","value":"done"},{"disabled":true,"key":"assignee_id","value":"9ac3c238-9eb6-4b60-a1e8-acb305bd5da0"}],"variable":[{"type":"any","value":"eb5453c6-5ad2-44f6-8ac9-cdaf71241e34","key":"projectId"}]}},"response":[{"id":"51b6e6d9-86fd-4c62-b519-fadb35f7d618","name":"get","originalRequest":{"method":"GET","header":[],"url":{"raw":"/projects/:projectId/tasks","host":[""],"path":["projects",":projectId","tasks"],"variable":[{"key":"projectId","value":"eb5453c6-5ad2-44f6-8ac9-cdaf71241e34"}]}},"code":200,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"[\n    {\n        \"id\": \"febd4441-aa9b-4617-b467-479cbb5ed878\",\n        \"title\": \"Set up the repository\",\n        \"description\": \"Clone the repo and configure environment variables.\",\n        \"status\": \"done\",\n        \"priority\": \"high\",\n        \"project_id\": \"eb5453c6-5ad2-44f6-8ac9-cdaf71241e34\",\n        \"assignee_id\": null,\n        \"due_date\": null,\n        \"created_at\": \"2026-04-13T07:00:16.449Z\",\n        \"updated_at\": \"2026-04-13T07:00:16.449Z\"\n    }\n]"}],"_postman_id":"b3be07cf-67f1-484f-9b31-c24939563b6c"},{"name":"stats","id":"a044d27c-8f50-4d85-af8e-e90f5b072efc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[],"url":"/projects/:projectId/stats","urlObject":{"path":["projects",":projectId","stats"],"host":[""],"query":[],"variable":[{"type":"any","value":"eb5453c6-5ad2-44f6-8ac9-cdaf71241e34","key":"projectId"}]}},"response":[{"id":"ca7602ad-947a-4fbf-8518-94ce86673a4d","name":"stats","originalRequest":{"method":"GET","header":[],"url":{"raw":"/projects/:projectId/stats","host":[""],"path":["projects",":projectId","stats"],"variable":[{"key":"projectId","value":"eb5453c6-5ad2-44f6-8ac9-cdaf71241e34"}]}},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"by_status\": [\n        {\n            \"status\": \"done\",\n            \"count\": \"1\"\n        }\n    ],\n    \"by_assignee\": [\n        {\n            \"assignee_id\": \"9ac3c238-9eb6-4b60-a1e8-acb305bd5da0\",\n            \"count\": \"1\"\n        }\n    ]\n}"}],"_postman_id":"a044d27c-8f50-4d85-af8e-e90f5b072efc"},{"name":"update","id":"9225a2cd-3f94-4f37-b44c-7b9da3742750","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"assignee_id\":\"9ac3c238-9eb6-4b60-a1e8-acb305bd5da0\"\n}","options":{"raw":{"language":"json"}}},"url":"/tasks/:id","urlObject":{"path":["tasks",":id"],"host":[""],"query":[],"variable":[{"type":"any","value":"febd4441-aa9b-4617-b467-479cbb5ed878","key":"id"}]}},"response":[{"id":"7dd16df3-d4a9-4e9d-9518-4386f9dc2be9","name":"update","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"assignee_id\":\"9ac3c238-9eb6-4b60-a1e8-acb305bd5da0\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"/tasks/:id","host":[""],"path":["tasks",":id"],"variable":[{"key":"id","value":"febd4441-aa9b-4617-b467-479cbb5ed878"}]}},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"id\": \"febd4441-aa9b-4617-b467-479cbb5ed878\",\n    \"title\": \"Set up the repository\",\n    \"description\": \"Clone the repo and configure environment variables.\",\n    \"status\": \"done\",\n    \"priority\": \"high\",\n    \"project_id\": \"eb5453c6-5ad2-44f6-8ac9-cdaf71241e34\",\n    \"assignee_id\": \"9ac3c238-9eb6-4b60-a1e8-acb305bd5da0\",\n    \"due_date\": null,\n    \"created_at\": \"2026-04-13T07:00:16.449Z\",\n    \"updated_at\": \"2026-04-13T07:09:01.770Z\"\n}"}],"_postman_id":"9225a2cd-3f94-4f37-b44c-7b9da3742750"},{"name":"delete","id":"d18b8ab7-f8c8-4d72-b50e-eadf5d3fa8d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"assignee_id\":\"9ac3c238-9eb6-4b60-a1e8-acb305bd5da0\"\n}","options":{"raw":{"language":"json"}}},"url":"/tasks/:id","urlObject":{"path":["tasks",":id"],"host":[""],"query":[],"variable":[{"type":"any","value":"d336f25c-832e-4769-83cb-9e2c175ee658","key":"id"}]}},"response":[{"id":"c954c1c2-3d34-487b-824d-879343cb3f85","name":"delete","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"assignee_id\":\"9ac3c238-9eb6-4b60-a1e8-acb305bd5da0\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"/tasks/:id","host":[""],"path":["tasks",":id"],"variable":[{"key":"id","value":"d336f25c-832e-4769-83cb-9e2c175ee658"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":""}],"_postman_id":"d18b8ab7-f8c8-4d72-b50e-eadf5d3fa8d7"}],"id":"09688fae-fbc3-44fa-ab8f-fc7a9d439459","_postman_id":"09688fae-fbc3-44fa-ab8f-fc7a9d439459","description":""},{"name":"health","id":"f40552be-0038-4e8a-98ca-0abfd21b8d74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[],"url":"/health","urlObject":{"path":["health"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"be71d2b0-b6db-4030-bec1-4e08d1065e83","name":"health","originalRequest":{"method":"GET","header":[],"url":"/health"},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"status\": \"ok\"\n}"}],"_postman_id":"f40552be-0038-4e8a-98ca-0abfd21b8d74"}],"event":[{"listen":"prerequest","script":{"id":"162529fd-e0a4-4684-b6ae-fc418246d9c4","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"9016255c-209b-40aa-b42a-64bdefd1b1c5","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}],"variable":[{"key":"localhost_url","value":""},{"key":"auth_token","value":""}]}