{"info":{"_postman_id":"a5fc92fc-bb8f-4407-869f-b7d4b75321b8","name":"Blog App","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"38813211","collectionId":"a5fc92fc-bb8f-4407-869f-b7d4b75321b8","publishedId":"2sBXirhTK5","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-04-07T10:47:45.000Z"},"item":[{"name":"Auth","item":[{"name":"Register","event":[{"listen":"test","script":{"id":"bd82e3e6-5e58-46bb-8694-8b898b7aa7ac","exec":["pm.environment.set(\"JWT\",pm.response.json().data.token)"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"26973ef7-e84f-43c5-b24a-66472b6951d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\":\"heba3\",\r\n    \"email\":\"heba30@gmail.com\",\r\n   \"password\":\"123456789\"\r\n \r\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}}api/v1/auth/register","urlObject":{"path":["v1","auth","register"],"host":["{{BASE_URL}}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"26973ef7-e84f-43c5-b24a-66472b6951d6"},{"name":"login","event":[{"listen":"test","script":{"id":"fd1c5fee-4dc6-4dda-9282-71c9ee659e50","exec":["pm.environment.set(\"JWT\",pm.response.json().data.token)"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"c7e77f0a-9db7-4525-9f74-c4e01621f3d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n        \"email\":\"so@gmail.com\",\r\n   \"password\":\"123456789\"\r\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":"c7e77f0a-9db7-4525-9f74-c4e01621f3d4"}],"id":"a8ef2671-f795-47be-80bd-c80b74795e5b","_postman_id":"a8ef2671-f795-47be-80bd-c80b74795e5b","description":""},{"name":"posts","item":[{"name":"createpost","id":"acc25ab2-48e7-4e43-be4d-f6cb56ceaf55","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":"\"post test\"","type":"text","uuid":"046eda51-00fc-45dc-92c7-652f0c1c787d"},{"key":"content","value":"\"0000000\"","type":"text","uuid":"ef090c47-4d73-4fa9-817e-fb060af99e80"},{"key":"images","type":"file","uuid":"1bf75c84-1d52-4a10-9e3a-b0213f49cea5","src":["postman-cloud:///1f131161-55e5-4020-b83f-25afa8b3e953","postman-cloud:///1f131160-b0ab-4a50-bc07-5cd2eb50b668","postman-cloud:///1f13115f-e04a-4eb0-88de-ab248ac64597"]},{"key":"group","value":"69d4195d232def17b7c18255","type":"text","uuid":"475c9d75-5475-42e6-9e95-b238b85fd51b"}]},"url":"{{BASE_URL}}/api/v1/posts","urlObject":{"path":["api","v1","posts"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"acc25ab2-48e7-4e43-be4d-f6cb56ceaf55"},{"name":"get all posts [manager]","id":"c07be9c9-9505-49b5-97b7-86172abc35e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"c07be9c9-9505-49b5-97b7-86172abc35e4"},{"name":"get a posts for user","id":"2381aad9-b525-4ae0-844c-9248761bc7a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"2381aad9-b525-4ae0-844c-9248761bc7a6"},{"name":"getUserPosts","id":"1d1df582-1743-4fd7-9498-bd9c8919cdc1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{BASE_URL}}/api/v1/posts/69d424a1b69d921584d3022a","urlObject":{"path":["api","v1","posts","69d424a1b69d921584d3022a"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1d1df582-1743-4fd7-9498-bd9c8919cdc1"},{"name":"delete post","id":"d27f76a0-fedb-4124-8e62-ead358b7bfd4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT}}"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[{"key":"title","value":"\"post test\"","type":"text","uuid":"046eda51-00fc-45dc-92c7-652f0c1c787d"},{"key":"content","value":"\"0000000\"","type":"text","uuid":"ef090c47-4d73-4fa9-817e-fb060af99e80"},{"key":"images","type":"file","uuid":"1bf75c84-1d52-4a10-9e3a-b0213f49cea5","src":["postman-cloud:///1f131161-55e5-4020-b83f-25afa8b3e953","postman-cloud:///1f131160-b0ab-4a50-bc07-5cd2eb50b668","postman-cloud:///1f13115f-e04a-4eb0-88de-ab248ac64597"]},{"key":"group","value":"69d4195d232def17b7c18255","type":"text","uuid":"475c9d75-5475-42e6-9e95-b238b85fd51b"}]},"url":"{{BASE_URL}}/api/v1/posts/69d4ea4542bcb7134bcc5baa","urlObject":{"path":["api","v1","posts","69d4ea4542bcb7134bcc5baa"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d27f76a0-fedb-4124-8e62-ead358b7bfd4"},{"name":"update post","id":"61e413a4-22c9-4bdb-8440-2dcced8a020e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"title","value":"\"post test\"","type":"text","uuid":"046eda51-00fc-45dc-92c7-652f0c1c787d"},{"key":"content","value":"\"0000000\"","type":"text","uuid":"ef090c47-4d73-4fa9-817e-fb060af99e80"},{"key":"images","type":"file","uuid":"1bf75c84-1d52-4a10-9e3a-b0213f49cea5","src":["postman-cloud:///1f131161-55e5-4020-b83f-25afa8b3e953","postman-cloud:///1f131160-b0ab-4a50-bc07-5cd2eb50b668","postman-cloud:///1f13115f-e04a-4eb0-88de-ab248ac64597"]},{"key":"group","value":"69d4195d232def17b7c18255","type":"text","uuid":"475c9d75-5475-42e6-9e95-b238b85fd51b"}]},"url":"{{BASE_URL}}/api/v1/posts/69d4ea4542bcb7134bcc5baa","urlObject":{"path":["api","v1","posts","69d4ea4542bcb7134bcc5baa"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"61e413a4-22c9-4bdb-8440-2dcced8a020e"}],"id":"89a09114-868d-435f-be67-72e7f647fd88","_postman_id":"89a09114-868d-435f-be67-72e7f647fd88","description":""},{"name":"Group","item":[{"name":"create group","id":"c93e5997-6b5b-4c10-aaa8-e8f34a8fbd9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"testgroup\",\r\n    \"admins\":[\"69d412cc8a7e000001bb6daa\"],\r\n   \"members\":[\"69d272cc6fc2cfc5b06a9134\",\"69d424a1b69d921584d3022a\"],\r\n   \"permissions\":{\r\n    \"69d272cc6fc2cfc5b06a9134\": true\r\n   }\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/api/v1/groups","urlObject":{"path":["api","v1","groups"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c93e5997-6b5b-4c10-aaa8-e8f34a8fbd9e"},{"name":"Allgroups","id":"715e3eb0-0f46-4ba7-a4a0-3eb422613fff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/api/v1/groups","urlObject":{"path":["api","v1","groups"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"715e3eb0-0f46-4ba7-a4a0-3eb422613fff"},{"name":"Add Members","id":"af3288d8-bbb5-49b2-b663-90cd8ea9d987","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/api/v1/groups/69d41988232def17b7c18253/members","urlObject":{"path":["api","v1","groups","69d41988232def17b7c18253","members"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"af3288d8-bbb5-49b2-b663-90cd8ea9d987"},{"name":"remove members","id":"6b2a54fd-61ea-44b6-907d-a630d0f92650","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT}}"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \r\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/api/v1/groups/69d41988232def17b7c18253/members","urlObject":{"path":["api","v1","groups","69d41988232def17b7c18253","members"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6b2a54fd-61ea-44b6-907d-a630d0f92650"},{"name":"update premmisions","id":"c8ef87e1-d54c-46ee-8c51-f500a37665eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT}}"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"boys\",\r\n    \"admins\":[\"69d272cc6fc2cfc5b06a9134\"]\r\n}"},"url":"{{BASE_URL}}/api/v1/groups/:groupId/permissions/:userId","urlObject":{"path":["api","v1","groups",":groupId","permissions",":userId"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"type":"any","value":"","key":"groupId"},{"type":"any","value":"","key":"userId"}]}},"response":[],"_postman_id":"c8ef87e1-d54c-46ee-8c51-f500a37665eb"},{"name":"GroupById","id":"b7ff1ff3-c734-45a0-90dc-a7f0340fa58e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"{{BASE_URL}}/api/v1/groups/:id","urlObject":{"path":["api","v1","groups",":id"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"b7ff1ff3-c734-45a0-90dc-a7f0340fa58e"},{"name":"groups a user is joined","id":"5e3034a3-b9c6-4a2b-b3fc-561c65abeea2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JWT}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"{{BASE_URL}}/api/v1/groups/user/:userId","urlObject":{"path":["api","v1","groups","user",":userId"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"type":"any","value":"","key":"userId"}]}},"response":[],"_postman_id":"5e3034a3-b9c6-4a2b-b3fc-561c65abeea2"}],"id":"7534ce99-c045-4078-a714-16862dc48cf7","_postman_id":"7534ce99-c045-4078-a714-16862dc48cf7","description":""},{"name":"User","item":[{"name":"Get Users","id":"f01f55fd-beb8-43ce-9aca-b38c8691b4eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"f01f55fd-beb8-43ce-9aca-b38c8691b4eb"},{"name":"Get user","id":"b2985fc9-d91a-4490-abff-f2b20672cd3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"b2985fc9-d91a-4490-abff-f2b20672cd3e"},{"name":"delete user","id":"77993c8b-1b12-41bd-a09f-028ed7e7a8b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{BASE_URL}}/api/v1/users/69d272cc6fc2cfc5b06a9134","urlObject":{"path":["api","v1","users","69d272cc6fc2cfc5b06a9134"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"77993c8b-1b12-41bd-a09f-028ed7e7a8b6"},{"name":"update user","id":"c63ad8b3-4fe9-4ca8-8f27-9618fc752e31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"c63ad8b3-4fe9-4ca8-8f27-9618fc752e31"}],"id":"1d1f441c-1238-464b-ac73-f398902a76b7","_postman_id":"1d1f441c-1238-464b-ac73-f398902a76b7","description":""}]}