{"info":{"_postman_id":"45089358-7ff5-42db-9abd-41f90c361381","name":"Task","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"47089154","collectionId":"45089358-7ff5-42db-9abd-41f90c361381","publishedId":"2sBXigNECC","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-03-16T09:58:43.000Z"},"item":[{"name":"Register","id":"2ba13831-bdeb-4f1a-9d70-1bb895c0af98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"Shaxriyor\",\r\n    \"email\": \"coder.eror@gmail.com\",\r\n    \"password\": \"A899212asd\",\r\n    \"password2\": \"A899212asd\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/register/","urlObject":{"protocol":"http","port":"8000","path":["api","register",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"2ba13831-bdeb-4f1a-9d70-1bb895c0af98"},{"name":"Login","id":"7db94054-43d5-4719-9687-69f9c7885619","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"coder.eror@gmail.com\",\r\n    \"password\": \"A899212asd\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/login/","urlObject":{"protocol":"http","port":"8000","path":["api","login",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"7db94054-43d5-4719-9687-69f9c7885619"},{"name":"Create","id":"2ca39a88-995d-4960-80a9-ccd882d6c4c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"title\": \"Backend o‘rganish\",\r\n  \"description\": \"JWT + CRUD\",\r\n  \"deadline\": \"2026-03-20T18:00:00\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/tasks/","urlObject":{"protocol":"http","port":"8000","path":["api","tasks",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"2ca39a88-995d-4960-80a9-ccd882d6c4c1"},{"name":"List","id":"92a57061-4a85-4532-b93f-f0a465775712","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://127.0.0.1:8000/api/tasks/","urlObject":{"protocol":"http","port":"8000","path":["api","tasks",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"92a57061-4a85-4532-b93f-f0a465775712"},{"name":"Detail","id":"78e87f7a-80f2-4f01-9929-f71c662e3810","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://127.0.0.1:8000/api/tasks/1","urlObject":{"protocol":"http","port":"8000","path":["api","tasks","1"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"78e87f7a-80f2-4f01-9929-f71c662e3810"},{"name":"Update","id":"0029d5e4-0543-47d5-90af-0f58f52995b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"title\": \"DRF mukammal o‘rganish\",\r\n  \"description\": \"JWT + Task CRUD + Postgres\",\r\n  \"is_completed\": true,\r\n  \"deadline\": \"2026-03-25T20:00:00\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/tasks/1/","urlObject":{"protocol":"http","port":"8000","path":["api","tasks","1",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"0029d5e4-0543-47d5-90af-0f58f52995b2"},{"name":"Patch","id":"e6bf3e90-1d13-41d8-9480-03f4b9eea16d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n  \"is_completed\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/tasks/1/","urlObject":{"protocol":"http","port":"8000","path":["api","tasks","1",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"e6bf3e90-1d13-41d8-9480-03f4b9eea16d"},{"name":"Delete","id":"32e0992f-1c4f-4857-bd45-fddd308b4c31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://127.0.0.1:8000/api/tasks/1/","urlObject":{"protocol":"http","port":"8000","path":["api","tasks","1",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"32e0992f-1c4f-4857-bd45-fddd308b4c31"}]}