{"info":{"_postman_id":"11180c89-2e9e-4121-b911-d36fd073c465","name":"VeterinaryApp RESTAPI","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"10306840","collectionId":"11180c89-2e9e-4121-b911-d36fd073c465","publishedId":"Tz5jg1pL","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-03-07T18:53:56.000Z"},"item":[{"name":"User","item":[{"name":"Register","id":"673717f1-a967-4a44-918a-c127907fa277","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\":\"elif.arda@sanaldunya.com.tr\",\n    \"password\":\"test12345\",\n    \"title\":\"SanalDunya Bilisim Tek\",\n    \"name\": \"Elif Arda\",\n    \"phone\":\"1234567890\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/users/","urlObject":{"protocol":"http","port":"8000","path":["api","users",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"673717f1-a967-4a44-918a-c127907fa277"},{"name":"Login","id":"80bace50-d6f7-4e26-8d79-0f791989c450","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\":\"test@test.com\",\n    \"password\":\"test1234.\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/jwt/create/","urlObject":{"protocol":"http","port":"8000","path":["api","jwt","create",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"80bace50-d6f7-4e26-8d79-0f791989c450"},{"name":"User Profile","id":"a8b40016-0871-4002-9e94-fc0496434df4","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/profile/","urlObject":{"protocol":"http","port":"8000","path":["api","profile",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"a8b40016-0871-4002-9e94-fc0496434df4"},{"name":"User Profile","id":"dfcfbd7f-1a6e-43a3-8928-632055185a7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"name\":\"Testtt\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/profile/","urlObject":{"protocol":"http","port":"8000","path":["api","profile",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"dfcfbd7f-1a6e-43a3-8928-632055185a7a"},{"name":"Change password","id":"04d8a358-6e25-4fee-a870-a5a7f233e57c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"current_password\": \"test1234\",\n    \"new_password\": \"test1234.\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/users/set_password/","urlObject":{"protocol":"http","port":"8000","path":["api","users","set_password",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"04d8a358-6e25-4fee-a870-a5a7f233e57c"},{"name":"Refresh token","id":"2e98c25b-3976-43d2-9d50-47ae3158ca92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"refresh\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ0b2tlbl90eXBlIjoicmVmcmVzaCIsImV4cCI6MTYyNzU0NDQyOCwianRpIjoiY2FiZDMzYTBlYmJkNGY2YjhmZjkwOTk1OWViYmY1YmEiLCJ1c2VyX2lkIjoiOTU5MjliNmEtOThiYS00ZmVjLWJmMzctOWI0N2M2NzRjNzAyIn0.FRaJhTQNX6E4u5w96_FzXgCngpxLsa6qQvAC3yubT_w\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/jwt/refresh/","urlObject":{"protocol":"http","port":"8000","path":["api","jwt","refresh",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"2e98c25b-3976-43d2-9d50-47ae3158ca92"}],"id":"126423ef-4e74-4906-a744-6ec29a784fd4","_postman_id":"126423ef-4e74-4906-a744-6ec29a784fd4","description":""},{"name":"Common","item":[{"name":"Cities","id":"30705146-65f4-40b9-9b84-aff345057d0a","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/cities/","urlObject":{"protocol":"http","port":"8000","path":["api","cities",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"30705146-65f4-40b9-9b84-aff345057d0a"},{"name":"Districts","id":"fd4d8278-5a74-4d8c-a2b5-80f205fe8de1","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/districts/","urlObject":{"protocol":"http","port":"8000","path":["api","districts",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"fd4d8278-5a74-4d8c-a2b5-80f205fe8de1"},{"name":"Colors","id":"e1e06a4d-3698-4942-981c-376b8a15cf82","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/colors/","urlObject":{"protocol":"http","port":"8000","path":["api","colors",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"e1e06a4d-3698-4942-981c-376b8a15cf82"},{"name":"Species","id":"ddbb1d00-9f67-4cd2-8d8b-d7a37ff91a33","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/species/","urlObject":{"protocol":"http","port":"8000","path":["api","species",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"ddbb1d00-9f67-4cd2-8d8b-d7a37ff91a33"},{"name":"Product types","id":"e28e03b3-ea8f-4827-8feb-cf1390d9deb4","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/product-types","urlObject":{"protocol":"http","port":"8000","path":["api","product-types"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"e28e03b3-ea8f-4827-8feb-cf1390d9deb4"},{"name":"Units","id":"daa5a488-f9dd-465a-b026-17a92510cc8d","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/units/","urlObject":{"protocol":"http","port":"8000","path":["api","units",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"daa5a488-f9dd-465a-b026-17a92510cc8d"}],"id":"e0e3b7d6-e187-4e7f-ae19-99e01013d7ce","_postman_id":"e0e3b7d6-e187-4e7f-ae19-99e01013d7ce","description":""},{"name":"Customer","item":[{"name":"Customers","id":"47edc775-879d-4f32-8148-d99d0f08b0a6","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/customers/","urlObject":{"protocol":"http","port":"8000","path":["api","customers",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"47edc775-879d-4f32-8148-d99d0f08b0a6"},{"name":"Create Customer","id":"8355edad-81b5-4197-8f42-928eb2541c5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"first_name\": \"Elif\",\n    \"last_name\": \"Arda\",\n    \"phone\":\"1234567890\",\n    \"email\":\"elif.arda@sanaldunya.com.tr\",\n    \"description\":\"test1234567890\",\n    \"tax_vkn_number\":\"1234567890\",\n    \"tax_office\":\"\",\n    \"address\":\"test mah. test sok. no:7\",\n    \"district\":198,\n    \"city\":16\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/customers/","urlObject":{"protocol":"http","port":"8000","path":["api","customers",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"8355edad-81b5-4197-8f42-928eb2541c5e"},{"name":"Customer","id":"0e100170-a769-41ad-bfea-851e7dc1ae2b","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/customers/1/","urlObject":{"protocol":"http","port":"8000","path":["api","customers","1",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"0e100170-a769-41ad-bfea-851e7dc1ae2b"},{"name":"Edit Customer","id":"2066f29c-900d-4ffa-9ab5-e429522cb9ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"phone\":\"0987654321\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/customers/1/","urlObject":{"protocol":"http","port":"8000","path":["api","customers","1",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"2066f29c-900d-4ffa-9ab5-e429522cb9ea"},{"name":"Delete Customer","id":"75f659f8-fdbd-4994-9c43-d51a4cc15c31","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/customers/2/","urlObject":{"protocol":"http","port":"8000","path":["api","customers","2",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"75f659f8-fdbd-4994-9c43-d51a4cc15c31"},{"name":"Customer Animals","id":"0bdb7472-34fd-4cd2-af2f-1ec19132c01b","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/customers/1/animals","urlObject":{"protocol":"http","port":"8000","path":["api","customers","1","animals"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"0bdb7472-34fd-4cd2-af2f-1ec19132c01b"}],"id":"4c4255ce-1be0-4955-a2ca-6abf5287f58f","_postman_id":"4c4255ce-1be0-4955-a2ca-6abf5287f58f","description":""},{"name":"Animal","item":[{"name":"Animals","id":"f97e5641-b6f1-4745-8f51-783eb7cf7e83","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/animals/","urlObject":{"protocol":"http","port":"8000","path":["api","animals",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"f97e5641-b6f1-4745-8f51-783eb7cf7e83"},{"name":"Create Animal","id":"2ef08e96-9b86-4fbe-bbac-b8b6fed9b1e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\":\"Titrek\",\n    \"passport\":\"1234567890\",\n    \"birthday\":\"2019-06-10\",\n    \"kind\":\"cat\",\n    \"spayed\":\"True\",\n    \"specie\": 178,\n    \"color\": 70,\n    \"gender\": \"female\",\n    \"owner\":1\n\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/animals/","description":"<p>\"kind\":[\n    \"cat\",\n    \"dog\",\n    \"exotic\",\n    \"winged\",\n    \"tropical\",\n    \"wild\",\n    \"other\"\n]</p>\n<p>\"gender\": [\n    \"male\",\n    \"female\"\n]</p>\n","urlObject":{"protocol":"http","port":"8000","path":["api","animals",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"2ef08e96-9b86-4fbe-bbac-b8b6fed9b1e9"},{"name":"Animal","id":"48099acd-baba-4d31-9c5e-ff24d14e710c","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/animals/1/","urlObject":{"protocol":"http","port":"8000","path":["api","animals","1",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"48099acd-baba-4d31-9c5e-ff24d14e710c"},{"name":"Edit Animal","id":"4808f087-146b-47b2-8123-61737bb6e7ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"passport\":\"0987654321\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/animals/1/","urlObject":{"protocol":"http","port":"8000","path":["api","animals","1",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"4808f087-146b-47b2-8123-61737bb6e7ce"},{"name":"Delete Animal","id":"873b0ab1-3487-4c89-807f-dba21dcfe428","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/animals/2/","urlObject":{"protocol":"http","port":"8000","path":["api","animals","2",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"873b0ab1-3487-4c89-807f-dba21dcfe428"},{"name":"Animal Appointments","id":"ba49b08c-d7f3-41a8-bfe1-1a4391008abb","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/animals/1/appointments","urlObject":{"protocol":"http","port":"8000","path":["api","animals","1","appointments"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"ba49b08c-d7f3-41a8-bfe1-1a4391008abb"}],"id":"9843a223-d606-4948-9f1d-727e7557e296","_postman_id":"9843a223-d606-4948-9f1d-727e7557e296","description":""},{"name":"Appointments","item":[{"name":"Appointments","id":"8cab40a3-b8d5-4ced-b522-0cdd6a250bef","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/appointments/","urlObject":{"protocol":"http","port":"8000","path":["api","appointments",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"8cab40a3-b8d5-4ced-b522-0cdd6a250bef"},{"name":"Create appointment","id":"5f398957-2344-44b9-8cf3-03c1642916fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"animal\":1,\n    \"day\":\"2021-07-28\",\n    \"time\":\"12:15\",\n    \"description\": \"visit reason .....\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/appointments/","urlObject":{"protocol":"http","port":"8000","path":["api","appointments",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"5f398957-2344-44b9-8cf3-03c1642916fd"},{"name":"Appointment","id":"6f27d9be-3f9d-4212-8f9e-8ab35f19d7a0","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/appointments/1","urlObject":{"protocol":"http","port":"8000","path":["api","appointments","1"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"6f27d9be-3f9d-4212-8f9e-8ab35f19d7a0"},{"name":"Edit Appointment","id":"d15ca7d2-9986-493b-8c3e-10f8d8fbe86c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"active\":\"false\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/appointments/1/","urlObject":{"protocol":"http","port":"8000","path":["api","appointments","1",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"d15ca7d2-9986-493b-8c3e-10f8d8fbe86c"},{"name":"Delete Appointment","id":"450cfdeb-86a2-431e-aa6c-0085d628acfd","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/appointments/2/","urlObject":{"protocol":"http","port":"8000","path":["api","appointments","2",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"450cfdeb-86a2-431e-aa6c-0085d628acfd"}],"id":"3d11d4eb-c964-4e59-8e29-f109362d7b8d","_postman_id":"3d11d4eb-c964-4e59-8e29-f109362d7b8d","description":""},{"name":"Product","item":[{"name":"Products","id":"af74cae2-234b-4367-b553-dd1e000a8bdf","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/products/","urlObject":{"protocol":"http","port":"8000","path":["api","products",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"af74cae2-234b-4367-b553-dd1e000a8bdf"},{"name":"Create product","id":"5f80d3f0-3ec2-481b-8d77-70942be390c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\":\"test medicine\",\n    \"unit\":1,\n    \"type\":1,\n    \"barcode\":\"55668463\",\n    \"code\":\"ea012365\",\n    \"sales_price\":\"19.95\",\n    \"purchase_price\":\"5.95\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/products/","urlObject":{"protocol":"http","port":"8000","path":["api","products",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"5f80d3f0-3ec2-481b-8d77-70942be390c1"},{"name":"Product","id":"b38456a4-89bb-45b6-b4ef-a1f14ba04075","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/products/1","urlObject":{"protocol":"http","port":"8000","path":["api","products","1"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"b38456a4-89bb-45b6-b4ef-a1f14ba04075"},{"name":"Edit Product","id":"d07b1d22-4550-4268-9c45-838184452650","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"sales_price\":\"18.95\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/products/1/","urlObject":{"protocol":"http","port":"8000","path":["api","products","1",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"d07b1d22-4550-4268-9c45-838184452650"},{"name":"Delete Product","id":"1b8f0fbd-6971-4c47-886f-1602aae4c407","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/products/2/","urlObject":{"protocol":"http","port":"8000","path":["api","products","2",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"1b8f0fbd-6971-4c47-886f-1602aae4c407"}],"id":"f973f562-c169-48d8-a813-56a0a8cac7c3","_postman_id":"f973f562-c169-48d8-a813-56a0a8cac7c3","description":""}],"event":[{"listen":"prerequest","script":{"id":"2335c2a0-5671-448f-ad59-c6cb535564f6","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7036bc65-c223-40d6-a009-8b5441538f67","type":"text/javascript","exec":[""]}}],"variable":[{"key":"baseUrl","value":"http://127.0.0.1:8000/"}]}