{"info":{"_postman_id":"0753e2a3-d087-4c63-869f-4e2d0c0bcc5e","name":"PawsAClaws","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"31014616","collectionId":"0753e2a3-d087-4c63-869f-4e2d0c0bcc5e","publishedId":"2sB2cUBP4F","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-04-05T19:50:35.000Z"},"item":[{"name":"auth","item":[{"name":"register","id":"0e6162a5-fa17-4351-98f8-e8f1c7b4f72c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"firstName\":\"mahmoud\",\n    \"lastName\":\"ahmed\",\n    \"email\":\"mohmoud123@gmail.com\",\n    \"password\":\"123456\",\n    \"gender\":\"male\",\n    \"birthday\":\"2003-06-26\",\n    \"phone\":\"01207583096\",\n    \"location\":\"England\"\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/api/v1/auth/register","urlObject":{"path":["api","v1","auth","register"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0e6162a5-fa17-4351-98f8-e8f1c7b4f72c"},{"name":"login","event":[{"listen":"test","script":{"id":"c5cf51b2-4050-4f2d-8587-cd6b496b4c09","exec":["pm.environment.set(\"JWT\", pm.response.json().data.token);"],"type":"text/javascript","packages":{}}}],"id":"af9ab0e6-bfcd-40dc-abd9-ea0d5c3ba0b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\":\"ba2662003@gmail.com\",\n    \"password\":\"12345678\"\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/api/v1/auth/login","urlObject":{"path":["api","v1","auth","login"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"af9ab0e6-bfcd-40dc-abd9-ea0d5c3ba0b9"}],"id":"a7213749-ad5f-44cd-82d9-fb9ecf144f22","_postman_id":"a7213749-ad5f-44cd-82d9-fb9ecf144f22","description":""},{"name":"user","item":[{"name":"get user","id":"e5e3748d-1c19-4ca5-9019-59805f3a7b4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{BASE_URL}}/api/v1/user","urlObject":{"path":["api","v1","user"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e5e3748d-1c19-4ca5-9019-59805f3a7b4a"},{"name":"update user","id":"21b72728-afaf-40f9-9d9c-21557b19589b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"firstName","value":"abdo26","type":"text","uuid":"aa8c1990-f93f-4c16-9461-ccfb33ae9224","disabled":true},{"key":"photo","type":"file","uuid":"fc25665f-dc5b-4df0-8356-3d316acf7484","src":"/home/abdo-ahmed/Downloads/79e1a8c9064797bdfe2d2ed1c1fcffc85f71cfea.png"},{"key":"location","value":"Morocco","type":"text","uuid":"f2283c52-5da1-49d0-b324-9f447dae285a","disabled":true}]},"url":"{{BASE_URL}}/api/v1/user","urlObject":{"path":["api","v1","user"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"21b72728-afaf-40f9-9d9c-21557b19589b"},{"name":"delete user","id":"1b68382c-2fb2-4828-ad4a-4452b097d806","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{BASE_URL}}/api/v1/user","urlObject":{"path":["api","v1","user"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1b68382c-2fb2-4828-ad4a-4452b097d806"},{"name":"get user by id","id":"658a6088-3297-4f72-ae26-f21490b3466c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{BASE_URL}}/api/v1/user/6","urlObject":{"path":["api","v1","user","6"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"658a6088-3297-4f72-ae26-f21490b3466c"},{"name":"verify my account","id":"86cd8b0d-db66-4e76-85e9-69bf81e7ad3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"birthday\":\"2003-06-26\",\n    \"phone\":\"01093761879\",\n    \"location\":\"Egypt\",\n    \"gender\":\"male\"\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/api/v1/user","urlObject":{"path":["api","v1","user"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"86cd8b0d-db66-4e76-85e9-69bf81e7ad3f"},{"name":"blocked user","id":"9d17eb48-ef1c-4aaa-82f4-765742c3d2b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    // \"blocked\":true\n    \"blocked\":false\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/api/v1/user/block/2","urlObject":{"path":["api","v1","user","block","2"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9d17eb48-ef1c-4aaa-82f4-765742c3d2b5"},{"name":"delete account by admin","id":"d7fc781f-6396-404a-962d-4a5061d66dc4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{BASE_URL}}/api/v1/user/delete/2","urlObject":{"path":["api","v1","user","delete","2"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d7fc781f-6396-404a-962d-4a5061d66dc4"},{"name":"get all users","id":"a274be37-1b12-41a9-9179-7f26f71fae72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{BASE_URL}}/api/v1/user/all?page=1&q=a","urlObject":{"path":["api","v1","user","all"],"host":["{{BASE_URL}}"],"query":[{"key":"page","value":"1"},{"key":"q","value":"a"}],"variable":[]}},"response":[],"_postman_id":"a274be37-1b12-41a9-9179-7f26f71fae72"}],"id":"32bc8cdf-4466-4316-9360-eb01c5c63764","_postman_id":"32bc8cdf-4466-4316-9360-eb01c5c63764","description":""},{"name":"categories","item":[{"name":"create category","id":"def8c91f-28cc-40b0-91c3-066b6e1c3d8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"dogs","type":"text","uuid":"656560e2-9559-46bb-8d51-5d14905eac4f"},{"key":"description","value":"this is category about dogs","type":"text","uuid":"5f4b24e2-89d1-4f69-8ba8-1bddf2f58782"},{"key":"photo","type":"file","uuid":"74ece9a1-6e17-4a02-bb31-2ecb83e213df","src":"/home/abdo-ahmed/Downloads/dogs.png"}]},"url":"{{BASE_URL}}/api/v1/category","urlObject":{"path":["api","v1","category"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"def8c91f-28cc-40b0-91c3-066b6e1c3d8f"},{"name":"get all categories","id":"a3b8010f-96e6-4223-968b-9fa01cedd6bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{BASE_URL}}/api/v1/category","urlObject":{"path":["api","v1","category"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a3b8010f-96e6-4223-968b-9fa01cedd6bd"},{"name":"get category by id","id":"184649b2-9649-4459-a050-0f90ef29ced1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{BASE_URL}}/api/v1/category/2","urlObject":{"path":["api","v1","category","2"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"184649b2-9649-4459-a050-0f90ef29ced1"},{"name":"update category","id":"9d6e1ea1-2f4d-4d2a-a4d1-337f8919b557","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"description","value":"this is description for category about dogs","type":"text","uuid":"cc24eb05-1fb0-4201-88e0-a7df07a39a42"},{"key":"name","value":"dogs","type":"text","uuid":"4ba29125-b3d7-4ec2-a76e-b6b1c512d947"},{"key":"photo","type":"file","uuid":"81bfc173-b59a-4697-81b7-32a070994aaa","src":"/home/abdo-ahmed/Downloads/dogs.png"}]},"url":"{{BASE_URL}}/api/v1/category/2","urlObject":{"path":["api","v1","category","2"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9d6e1ea1-2f4d-4d2a-a4d1-337f8919b557"},{"name":"delete category","id":"c93c8e3f-2f39-4026-b67a-f9cbf0beb326","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{BASE_URL}}/api/v1/category/1","urlObject":{"path":["api","v1","category","1"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c93c8e3f-2f39-4026-b67a-f9cbf0beb326"}],"id":"a82d05d8-df4b-4322-8ece-9bc7c86abe51","_postman_id":"a82d05d8-df4b-4322-8ece-9bc7c86abe51","description":""},{"name":"posts","item":[{"name":"create post","id":"0d11a442-5f1b-406c-8bfc-c243ecd2cb16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"title","value":"my pet","type":"text","uuid":"ea40ca0a-9702-438a-9003-172641576837"},{"key":"description","value":"this is a good pet","type":"text","uuid":"79f46380-0c91-41e3-baa3-f842e9ac4555"},{"key":"price","value":"0","type":"text","uuid":"db78a681-6ecd-4dff-8055-6848bc0bd453"},{"key":"type","value":"adoption","type":"text","uuid":"b0d47899-9b0b-47b9-8229-d5c3ae69cc05"},{"key":"gender","value":"female","type":"text","uuid":"91547919-cf0c-4a30-bbc3-953bdd378f29"},{"key":"age","value":"8","type":"text","uuid":"539006cd-5d38-4f39-a961-4f8f9bee4273"},{"key":"weight","value":"25","type":"text","uuid":"b9f9d566-9c6f-4e8d-9a9c-1ed40544cb10"},{"key":"country","value":"Egypt","type":"text","uuid":"44247b8e-5d32-4f48-826e-95de1acccc89"},{"key":"city","value":"Gaza","type":"text","uuid":"c92bb849-6bf7-42b4-b2f0-9e6037ab63e0"},{"key":"photo","type":"file","uuid":"fe005434-9692-4a65-a660-8606690b73ae","src":"/home/abdo-ahmed/Downloads/pawsAclaws.png"},{"key":"categoryId","value":"2","type":"text","uuid":"214cde85-cd77-4a71-a29a-c245c89e846d"},{"key":"negotiable","value":"true","type":"text","uuid":"76b27dcb-f1b1-47c4-9ce4-04fc09abcab2"}]},"url":"{{BASE_URL}}/api/v1/post","urlObject":{"path":["api","v1","post"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0d11a442-5f1b-406c-8bfc-c243ecd2cb16"},{"name":"get posts","id":"76f0fb74-727e-4f14-8f9b-3556112dcee2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"{{BASE_URL}}/api/v1/post?type=sale&page=1&limit=10&sortBy=DESC&q=كلب&location=Egypt","urlObject":{"path":["api","v1","post"],"host":["{{BASE_URL}}"],"query":[{"key":"type","value":"sale"},{"key":"page","value":"1"},{"key":"limit","value":"10"},{"key":"sortBy","value":"DESC"},{"key":"q","value":"كلب"},{"key":"location","value":"Egypt"}],"variable":[]}},"response":[],"_postman_id":"76f0fb74-727e-4f14-8f9b-3556112dcee2"},{"name":"get post by id","id":"7d479cf8-87fb-4f1f-a423-72e4fc832b7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{BASE_URL}}/api/v1/post/1","urlObject":{"path":["api","v1","post","1"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7d479cf8-87fb-4f1f-a423-72e4fc832b7c"},{"name":"update post","id":"08d6ddb7-1862-48f9-bc3c-921469f4d45f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"age","value":"6","type":"text","uuid":"5c98c8a8-636f-482b-8390-e8a23018b117"},{"key":"weight","value":"23.5","type":"text","uuid":"7c55abf1-4567-4a5e-954f-8c809497f96f"}]},"url":"{{BASE_URL}}/api/v1/post/2","urlObject":{"path":["api","v1","post","2"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"08d6ddb7-1862-48f9-bc3c-921469f4d45f"},{"name":"delete post","id":"148ca6c8-337e-4dbd-90cc-868ad5ba0e45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{BASE_URL}}/api/v1/post/2","urlObject":{"path":["api","v1","post","2"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"148ca6c8-337e-4dbd-90cc-868ad5ba0e45"},{"name":"get my posts","id":"c773f986-7e2a-4e8f-990e-a416a8c7f924","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{BASE_URL}}/api/v1/post/mine","urlObject":{"path":["api","v1","post","mine"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c773f986-7e2a-4e8f-990e-a416a8c7f924"}],"id":"eaaae656-3dcb-4525-99bf-e70c1359e2f3","_postman_id":"eaaae656-3dcb-4525-99bf-e70c1359e2f3","description":""},{"name":"wishlist","item":[{"name":"add or delete wishlist","id":"521767e8-7371-4726-887e-fa91b406e0f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT}}"}]},"isInherited":false},"method":"POST","header":[],"url":"{{BASE_URL}}/api/v1/wishlist/1","urlObject":{"path":["api","v1","wishlist","1"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"521767e8-7371-4726-887e-fa91b406e0f1"},{"name":"get my wishlist","id":"f7ce4e9c-481a-4c37-b779-e5cf2e731a56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{BASE_URL}}/api/v1/wishlist","urlObject":{"path":["api","v1","wishlist"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f7ce4e9c-481a-4c37-b779-e5cf2e731a56"}],"id":"00197f99-907a-4260-b23a-40f5b5e83dec","_postman_id":"00197f99-907a-4260-b23a-40f5b5e83dec","description":""},{"name":"doctors","item":[{"name":"become doctor","id":"dd86c2b8-a7ad-4272-baa3-f479ceb9def6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"bio","value":"this is my bio","type":"text"},{"key":"address","value":"beni seuf","type":"text"},{"key":"price","value":"100","type":"text"},{"key":"experience","value":"5","type":"text"},{"key":"speciality","value":"doctor of dogs","type":"text"},{"key":"numOfReservat","value":"10","type":"text"},{"key":"daysWork","value":"Sunday,Saturday","type":"text"},{"key":"startTimeWork","value":"8:00pm","type":"text"},{"key":"endTimeWork","value":"10:00pm","type":"text"},{"key":"card","type":"file","uuid":"b22e8b87-f1e7-4e2c-992b-1aa24e214f48","src":"/run/user/1000/doc/e3713849/course-02.jpg"},{"key":"realName","value":"abdo","type":"text","uuid":"802e9c25-2a72-4287-ae64-96b792db64a7"}]},"url":"{{BASE_URL}}/api/v1/doctor","urlObject":{"path":["api","v1","doctor"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"dd86c2b8-a7ad-4272-baa3-f479ceb9def6"},{"name":"get doctors","id":"e306b1bd-8b72-4bb6-8154-59cf13e3145b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"{{BASE_URL}}/api/v1/doctor?page=1&limit=10&location=Egypt&q=th","urlObject":{"path":["api","v1","doctor"],"host":["{{BASE_URL}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"10"},{"key":"location","value":"Egypt"},{"key":"q","value":"th"}],"variable":[]}},"response":[],"_postman_id":"e306b1bd-8b72-4bb6-8154-59cf13e3145b"},{"name":"get my doctor","id":"1cbaa0be-d018-45a9-80bd-fafef87802be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{BASE_URL}}/api/v1/doctor/mine","urlObject":{"path":["api","v1","doctor","mine"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1cbaa0be-d018-45a9-80bd-fafef87802be"},{"name":"get doctor by id","id":"13084031-617f-481b-9c0a-e2cdc22796f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{BASE_URL}}/api/v1/doctor/1","urlObject":{"path":["api","v1","doctor","1"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"13084031-617f-481b-9c0a-e2cdc22796f1"},{"name":"update doctor","id":"59bcd7d4-b92d-4394-8c75-375af72e572e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"address\":\"Beni Seuf\"\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/api/v1/doctor/1","urlObject":{"path":["api","v1","doctor","1"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"59bcd7d4-b92d-4394-8c75-375af72e572e"},{"name":"delete doctor","id":"653ca25c-1f56-4943-9bf1-1e1f25c7c58e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{BASE_URL}}/api/v1/doctor/1","urlObject":{"path":["api","v1","doctor","1"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"653ca25c-1f56-4943-9bf1-1e1f25c7c58e"},{"name":"active doctor","id":"50b1abb9-ea75-4b0e-8d15-7c106dd43bff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"active\":true\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/api/v1/doctor/active/3","urlObject":{"path":["api","v1","doctor","active","3"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"50b1abb9-ea75-4b0e-8d15-7c106dd43bff"}],"id":"13378014-8b10-4e81-a0ce-07ed7a818bb3","_postman_id":"13378014-8b10-4e81-a0ce-07ed7a818bb3","description":""},{"name":"appointments","item":[{"name":"create appointment","id":"c4a2240d-4c3e-487b-a115-3ee70f99cb07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"time\":\"2025-05-04\",\n    \"doctorId\":\"3\",\n    \"description\":\"this is my animal\",\n    \"animal\":\"dog\"\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/api/v1/appointment","urlObject":{"path":["api","v1","appointment"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c4a2240d-4c3e-487b-a115-3ee70f99cb07"},{"name":"get appointment user","id":"c4aa0a53-42b6-4e6c-980f-293044fc578d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{BASE_URL}}/api/v1/appointment/user","urlObject":{"path":["api","v1","appointment","user"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c4aa0a53-42b6-4e6c-980f-293044fc578d"},{"name":"get appointment doctor","id":"5acdac8b-ab8d-46b5-b11d-fb54662afdab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{BASE_URL}}/api/v1/appointment/doctor/3?status=pending&date=2025-05-08","urlObject":{"path":["api","v1","appointment","doctor","3"],"host":["{{BASE_URL}}"],"query":[{"key":"status","value":"pending"},{"key":"date","value":"2025-05-08"}],"variable":[]}},"response":[],"_postman_id":"5acdac8b-ab8d-46b5-b11d-fb54662afdab"},{"name":"update appointment","id":"3dbae3d9-5b0f-43bd-8202-402cda2c7c9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"status\":\"accepted\"\n    // \"status\":\"cancelled\"\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/api/v1/appointment/10","urlObject":{"path":["api","v1","appointment","10"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3dbae3d9-5b0f-43bd-8202-402cda2c7c9e"}],"id":"2cf7532b-672f-43eb-ba64-c0e0f3f60e93","_postman_id":"2cf7532b-672f-43eb-ba64-c0e0f3f60e93","description":""},{"name":"reviews","item":[{"name":"add review","id":"dc8e1cc9-6696-4e76-9727-1f7ca7cf29ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"comment\":\"good doctor\",\n    \"rating\":4\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/api/v1/review/doctor/2","urlObject":{"path":["api","v1","review","doctor","2"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"dc8e1cc9-6696-4e76-9727-1f7ca7cf29ee"},{"name":"get review doctor","id":"edd5d52a-5b87-47a3-9722-07db83a8d1ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{BASE_URL}}/api/v1/review/doctor/2","urlObject":{"path":["api","v1","review","doctor","2"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"edd5d52a-5b87-47a3-9722-07db83a8d1ea"},{"name":"update review","id":"932d0e2f-e08d-410a-b442-62d782bea173","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"comment\":\"very good doctor\",\n    \"rating\":5\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/api/v1/review/1","urlObject":{"path":["api","v1","review","1"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"932d0e2f-e08d-410a-b442-62d782bea173"},{"name":"delete review","id":"e73aac8e-aba7-4920-bbd9-17030f81a513","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{BASE_URL}}/api/v1/review/1","urlObject":{"path":["api","v1","review","1"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e73aac8e-aba7-4920-bbd9-17030f81a513"}],"id":"24e46567-33b2-44ab-8b4e-ca891e9c2f71","_postman_id":"24e46567-33b2-44ab-8b4e-ca891e9c2f71","description":""},{"name":"notifications","item":[{"name":"get notifications","id":"853a6fcd-134e-47ff-98ac-a685cc4a759d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{BASE_URL}}/api/v1/notification","urlObject":{"path":["api","v1","notification"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"853a6fcd-134e-47ff-98ac-a685cc4a759d"},{"name":"make notifications read","id":"07887d35-bb8b-4141-874f-b2f706566905","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT}}"}]},"isInherited":false},"method":"PUT","header":[],"url":"{{BASE_URL}}/api/v1/notification","urlObject":{"path":["api","v1","notification"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"07887d35-bb8b-4141-874f-b2f706566905"}],"id":"f02d9415-b6fa-4046-bfbe-1882c0810b14","_postman_id":"f02d9415-b6fa-4046-bfbe-1882c0810b14","description":""},{"name":"chat","item":[{"name":"get chats","id":"248f4855-661a-47a2-be9b-c666d16498a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{BASE_URL}}/api/v1/chat/conversations","urlObject":{"path":["api","v1","chat","conversations"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"248f4855-661a-47a2-be9b-c666d16498a8"},{"name":"get messages","id":"774ff5dc-44a6-4221-a6db-b85baab67fd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{BASE_URL}}/api/v1/chat/messages/6","urlObject":{"path":["api","v1","chat","messages","6"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"774ff5dc-44a6-4221-a6db-b85baab67fd9"},{"name":"update message","id":"763cee19-5cb8-4db5-a9bc-af5bbcb0931a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"message\":\"hello\"\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/api/v1/chat/message/1","urlObject":{"path":["api","v1","chat","message","1"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"763cee19-5cb8-4db5-a9bc-af5bbcb0931a"},{"name":"delete message","id":"718328b2-6b1e-4fdd-ad0e-8d8f0d161e4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{BASE_URL}}/api/v1/chat/message/1","urlObject":{"path":["api","v1","chat","message","1"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"718328b2-6b1e-4fdd-ad0e-8d8f0d161e4c"}],"id":"0c7beae5-d264-4837-97b3-d2f996932ec5","_postman_id":"0c7beae5-d264-4837-97b3-d2f996932ec5","description":""},{"name":"password","item":[{"name":"update password","id":"dcf2f81a-d4ed-4937-bb42-ea5e0b2c296b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"oldPassword\":\"12345678\",\n    \"newPassword\":\"123456\"\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/api/v1/password/update","urlObject":{"path":["api","v1","password","update"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"dcf2f81a-d4ed-4937-bb42-ea5e0b2c296b"},{"name":"forgot password","id":"a6792e5a-fd56-410c-9a20-4096f49f9ec1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\":\"ba2662003@gmail.com\"\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/api/v1/password/forgot","urlObject":{"path":["api","v1","password","forgot"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a6792e5a-fd56-410c-9a20-4096f49f9ec1"},{"name":"reset password","id":"f2570117-75d1-4e5a-a446-d82d3a9d1b2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"newPassword\":\"12345678\"\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/api/v1/password/reset","urlObject":{"path":["api","v1","password","reset"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f2570117-75d1-4e5a-a446-d82d3a9d1b2a"}],"id":"f0e1322a-4c02-4770-a018-55e278356b6a","_postman_id":"f0e1322a-4c02-4770-a018-55e278356b6a","description":""},{"name":"reports","item":[{"name":"get reports","id":"b8b84b7c-f63c-48d2-8f4a-d394f6a04302","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{BASE_URL}}/api/v1/report?page=1&limit=10","urlObject":{"path":["api","v1","report"],"host":["{{BASE_URL}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"10"}],"variable":[]}},"response":[],"_postman_id":"b8b84b7c-f63c-48d2-8f4a-d394f6a04302"},{"name":"get report by id","id":"6a1cb9bd-4997-4a88-bcfc-21f1d53b1c70","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{BASE_URL}}/api/v1/report/95d7ceb3-06c9-4b55-ab06-250a3ea67b5f","urlObject":{"path":["api","v1","report","95d7ceb3-06c9-4b55-ab06-250a3ea67b5f"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6a1cb9bd-4997-4a88-bcfc-21f1d53b1c70"},{"name":"add report","id":"e811f8dd-cf37-4850-a6e0-cc4178c11e49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"reason\":\"this is bad person\",\n    \"description\":\"this is person his posts are fack\",\n    \"reportedId\":11\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/api/v1/report","urlObject":{"path":["api","v1","report"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e811f8dd-cf37-4850-a6e0-cc4178c11e49"},{"name":"update report","id":"989845b4-1596-440e-9c0a-cb5270a2cd18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"status\":\"resolved\"\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/api/v1/report/95d7ceb3-06c9-4b55-ab06-250a3ea67b5f","urlObject":{"path":["api","v1","report","95d7ceb3-06c9-4b55-ab06-250a3ea67b5f"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"989845b4-1596-440e-9c0a-cb5270a2cd18"},{"name":"delete report","id":"8fa7885f-6962-4631-86d5-1a7826c4c07c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{BASE_URL}}/api/v1/report/709d8613-fb93-4cb7-a3af-03b0ed6cbc39","urlObject":{"path":["api","v1","report","709d8613-fb93-4cb7-a3af-03b0ed6cbc39"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8fa7885f-6962-4631-86d5-1a7826c4c07c"},{"name":"send message report","id":"1d00a85f-85e9-4bde-bdb6-f2c26913fc14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"message\":\"you should don't mistake\"\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/api/v1/report/sendMessage/95d7ceb3-06c9-4b55-ab06-250a3ea67b5f","urlObject":{"path":["api","v1","report","sendMessage","95d7ceb3-06c9-4b55-ab06-250a3ea67b5f"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1d00a85f-85e9-4bde-bdb6-f2c26913fc14"}],"id":"63e1d534-62a9-4e88-99a0-a42b82280f31","_postman_id":"63e1d534-62a9-4e88-99a0-a42b82280f31","description":""},{"name":"test file","id":"5ff690df-f35b-4e78-8f5d-28bd601fe65c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"photo","type":"file","uuid":"c9e76516-0b67-4dee-a73d-e71979d70fe7","src":"/home/abdo-ahmed/Downloads/testV3.jpg"}]},"url":"https://backend-online-courses.onrender.com/api/v1/post/upload","urlObject":{"protocol":"https","path":["api","v1","post","upload"],"host":["backend-online-courses","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5ff690df-f35b-4e78-8f5d-28bd601fe65c"}]}