{"info":{"_postman_id":"22470c1f-9d75-4d5c-baef-207b9be67679","name":"automotive studio","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"26469820","collectionId":"22470c1f-9d75-4d5c-baef-207b9be67679","publishedId":"2s93Xzx2oz","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2023-04-18T06:12:30.000Z"},"item":[{"name":"Cars","item":[{"name":"add","id":"e00c8e9e-271d-43a6-958a-42e37c86e93d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"authToken","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"carName\" : \"Car1\",\r\n  \"companyName\" : \"suzuki\",\r\n  \"color\" : \"blue\",\r\n  \"model\" : \"1965\",\r\n  \"price\" : \"8000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:3000/user/addcar","description":"<p>this will add cars by users</p>\n<p>to add first give token in authToken</p>\n","urlObject":{"protocol":"http","port":"3000","path":["user","addcar"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"e00c8e9e-271d-43a6-958a-42e37c86e93d"},{"name":"delete","id":"545a5a4f-74eb-4353-b948-4cdef4e945da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"authToken","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"id\": 44\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:3000/user/deletecar","description":"<p>this will delete cars by users</p>\n<p>to delete first give token in authToken</p>\n","urlObject":{"protocol":"http","port":"3000","path":["user","deletecar"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"545a5a4f-74eb-4353-b948-4cdef4e945da"},{"name":"pages","id":"eb8e1f22-5db9-4244-898b-3d0319f3a74a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"authToken","value":"","type":"text"}],"url":"http://127.0.0.1:3000/user/carpage?page=1","description":"<p>gat pages of cars</p>\n","urlObject":{"protocol":"http","port":"3000","path":["user","carpage"],"host":["127","0","0","1"],"query":[{"key":"page","value":"1"}],"variable":[]}},"response":[],"_postman_id":"eb8e1f22-5db9-4244-898b-3d0319f3a74a"},{"name":"restrive by id","id":"479b2b93-592a-49ae-8738-0a0c7733fb2f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n  \"id\" : 1\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:3000/user/retrivecarsbyid","description":"<p>get car by id</p>\n","urlObject":{"protocol":"http","port":"3000","path":["user","retrivecarsbyid"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"479b2b93-592a-49ae-8738-0a0c7733fb2f"},{"name":"filter cars","id":"bf9e4763-f0ff-4390-a056-fae35198b13c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"authToken","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"fromPrice\" : 6000,\r\n  \"toPrice\" : 9000\r\n}"},"url":"http://127.0.0.1:3000/user/searchCarsbyPrice","description":"<p>filter cars by price</p>\n","urlObject":{"protocol":"http","port":"3000","path":["user","searchCarsbyPrice"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"bf9e4763-f0ff-4390-a056-fae35198b13c"},{"name":"update","id":"cd959add-36e6-4bc8-b298-8f0305685008","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"authToken","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"price\": 345,\r\n  \"id\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:3000/user/updatecars","description":"<p>update cars price by id</p>\n","urlObject":{"protocol":"http","port":"3000","path":["user","updatecars"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"cd959add-36e6-4bc8-b298-8f0305685008"}],"id":"04cf348c-618f-49a2-94ad-5c4661b1520e","_postman_id":"04cf348c-618f-49a2-94ad-5c4661b1520e","description":""},{"name":"bikes","item":[{"name":"add","id":"d5c79737-509a-4762-9eda-a7749272218d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"authToken","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"name\" : \"bike\",\r\n  \"companyName\" : \"bike ki\",\r\n  \"color\" : \"kala\",\r\n  \"model\" : \"1965\",\r\n  \"price\" : \"150rupy\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:3000/user/addcar","description":"<p>this will add bikes by users</p>\n<p>to add first give token in authToken</p>\n","urlObject":{"protocol":"http","port":"3000","path":["user","addcar"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"d5c79737-509a-4762-9eda-a7749272218d"},{"name":"delete","id":"963b5cdd-3fca-47ef-b570-d8d56fc0940d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"authToken","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"id\": 44\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:3000/user/deletecar","description":"<p>this will delete bikes by users</p>\n<p>to delete first give token in authToken</p>\n","urlObject":{"protocol":"http","port":"3000","path":["user","deletecar"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"963b5cdd-3fca-47ef-b570-d8d56fc0940d"},{"name":"pages","id":"3b1ba72a-e226-4f3d-a1e6-462fa07ddc68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"authToken","value":"","type":"text"}],"url":"http://127.0.0.1:3000/user/bikepage?page=0","description":"<p>gat pages of bikes</p>\n","urlObject":{"protocol":"http","port":"3000","path":["user","bikepage"],"host":["127","0","0","1"],"query":[{"key":"page","value":"0"}],"variable":[]}},"response":[],"_postman_id":"3b1ba72a-e226-4f3d-a1e6-462fa07ddc68"},{"name":"restrive by id","id":"f8b922ee-597d-4586-a35d-d21031679fa5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n  \"id\" : 1\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:3000/user/retrivebikesbyid","description":"<p>get bikes by id</p>\n","urlObject":{"protocol":"http","port":"3000","path":["user","retrivebikesbyid"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"f8b922ee-597d-4586-a35d-d21031679fa5"},{"name":"filter bikes","id":"9cee58c8-ca07-4b5d-9ffd-5c4f967bd5a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"authToken","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"fromPrice\" : 345,\r\n  \"toPrice\" : 78900\r\n}"},"url":"http://127.0.0.1:3000/user/searchBikesbyPrice","description":"<p>filter bike by price</p>\n","urlObject":{"protocol":"http","port":"3000","path":["user","searchBikesbyPrice"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"9cee58c8-ca07-4b5d-9ffd-5c4f967bd5a9"},{"name":"update","id":"def900b3-2972-4f54-bb9b-db8fd5c6f033","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"authToken","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"price\": 345,\r\n  \"id\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:3000/user/updatebikes","description":"<p>update bikes price by id</p>\n","urlObject":{"protocol":"http","port":"3000","path":["user","updatebikes"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"def900b3-2972-4f54-bb9b-db8fd5c6f033"}],"id":"428a75d7-5665-471a-98ce-e8b88421e522","_postman_id":"428a75d7-5665-471a-98ce-e8b88421e522","description":""},{"name":"spare parts","item":[{"name":"add","id":"5edab6f2-84ac-4d19-b7cf-f58ff309b16e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"authToken","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"name\" : \"seat\",\r\n  \"price\" : \"2000\",\r\n  \"partType\" : \"bike\",\r\n  \"model\" : \"2010\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:3000/user/addspareparts","description":"<p>this will add spareparts by users</p>\n<p>to add first give token in authToken</p>\n","urlObject":{"protocol":"http","port":"3000","path":["user","addspareparts"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"5edab6f2-84ac-4d19-b7cf-f58ff309b16e"},{"name":"delete","id":"f27645a1-debd-42c8-8c6a-da9e9af633ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"authToken","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"id\": 44\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:3000/user/deletespareparts","description":"<p>this will delete spare parts by users</p>\n<p>to delete first give token in authToken</p>\n","urlObject":{"protocol":"http","port":"3000","path":["user","deletespareparts"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"f27645a1-debd-42c8-8c6a-da9e9af633ad"},{"name":"pages","id":"91a01f36-2c73-49ee-91b6-e150e3e5096b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"authToken","value":"","type":"text"}],"url":"http://127.0.0.1:3000/user/sparepartspage?page=0","description":"<p>gat pages of spareparts</p>\n","urlObject":{"protocol":"http","port":"3000","path":["user","sparepartspage"],"host":["127","0","0","1"],"query":[{"key":"page","value":"0"}],"variable":[]}},"response":[],"_postman_id":"91a01f36-2c73-49ee-91b6-e150e3e5096b"},{"name":"restrive by id","id":"841913c9-3892-4cd7-bad6-281ffab77f12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n  \"id\" : 1\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:3000/user/retrivesparepartsbyid","description":"<p>get sparepart by id</p>\n","urlObject":{"protocol":"http","port":"3000","path":["user","retrivesparepartsbyid"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"841913c9-3892-4cd7-bad6-281ffab77f12"},{"name":"filter spareparts","id":"fa87cc48-ffac-40a7-a5d5-40be1b1140f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"authToken","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"fromPrice\" : 345,\r\n  \"toPrice\" : 78900\r\n}"},"url":"http://127.0.0.1:3000/user/searchSparePartsbyPrice","description":"<p>filter spare part</p>\n","urlObject":{"protocol":"http","port":"3000","path":["user","searchSparePartsbyPrice"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"fa87cc48-ffac-40a7-a5d5-40be1b1140f4"},{"name":"update","id":"1961753d-67a9-4e24-af23-40c847b69c25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"authToken","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"price\": 345,\r\n  \"id\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:3000/user/updatesparepare","description":"<p>update spare part price by id</p>\n","urlObject":{"protocol":"http","port":"3000","path":["user","updatesparepare"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"1961753d-67a9-4e24-af23-40c847b69c25"}],"id":"5d413c2e-fec3-4994-9d61-a7b9d432b6a2","_postman_id":"5d413c2e-fec3-4994-9d61-a7b9d432b6a2","description":""},{"name":"Insurance","item":[{"name":"add","id":"24ec40c9-36f8-44f7-abe2-446eaa1156d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"authToken","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"companyName\" : \"abc\",\r\n  \"duration\" : \"5 years\",\r\n  \"amount\" : \"45678\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:3000/admin/addInsurance","description":"<p>this will add insurance by users</p>\n<p>to add first give token in authToken</p>\n","urlObject":{"protocol":"http","port":"3000","path":["admin","addInsurance"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"24ec40c9-36f8-44f7-abe2-446eaa1156d6"},{"name":"delete","id":"7195103b-fd8a-4b71-b0a4-f88d56e976a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"authToken","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"id\": 44\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:3000/admin/deleteinsurance","description":"<p>this will delete insurance by users</p>\n<p>to delete first give token in authToken</p>\n","urlObject":{"protocol":"http","port":"3000","path":["admin","deleteinsurance"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"7195103b-fd8a-4b71-b0a4-f88d56e976a8"},{"name":"pages","id":"0f87cf5e-a5af-444f-bbea-ff82c311c498","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"authToken","value":"","type":"text"}],"url":"http://127.0.0.1:3000/user/InsurancePage?page=0","description":"<p>gat pages of insurance</p>\n","urlObject":{"protocol":"http","port":"3000","path":["user","InsurancePage"],"host":["127","0","0","1"],"query":[{"key":"page","value":"0"}],"variable":[]}},"response":[],"_postman_id":"0f87cf5e-a5af-444f-bbea-ff82c311c498"},{"name":"restrive by id","id":"f3161d58-b63e-451f-8501-dc10b0ce5240","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n  \"id\" : 1\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:3000/user/retriveinsurancebyid","description":"<p>get insurnce by id</p>\n","urlObject":{"protocol":"http","port":"3000","path":["user","retriveinsurancebyid"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"f3161d58-b63e-451f-8501-dc10b0ce5240"},{"name":"filter insurance","id":"bbe14c55-d0d0-46f2-a14e-7b49b62a0dae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"authToken","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"fromPrice\" : 345,\r\n  \"toPrice\" : 78900\r\n}"},"url":"http://127.0.0.1:3000/user/searchInsurancebyPrice","description":"<p>filter insrance</p>\n","urlObject":{"protocol":"http","port":"3000","path":["user","searchInsurancebyPrice"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"bbe14c55-d0d0-46f2-a14e-7b49b62a0dae"},{"name":"update","id":"1d43b3c5-d345-4f74-be93-6105b10479fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"authToken","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"price\": 345,\r\n  \"id\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:3000/admin/updateinsurance","description":"<p>update insurance price by id</p>\n","urlObject":{"protocol":"http","port":"3000","path":["admin","updateinsurance"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"1d43b3c5-d345-4f74-be93-6105b10479fe"}],"id":"4cc47d5f-33cb-4b0c-b4d2-43c808ca2522","_postman_id":"4cc47d5f-33cb-4b0c-b4d2-43c808ca2522","description":""},{"name":"users","item":[{"name":"sign in","id":"7095517a-d4b4-448b-8d94-6ca75dd42f4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"email\" : \"uzmanzahid6655@gmail.com\",\r\n  \"pass\" : \"hello123\"\r\n}"},"url":"http://127.0.0.1:3000/user/signIn","description":"<p>sign in to user</p>\n<p>it will give a token</p>\n<p>use that token in modules</p>\n","urlObject":{"protocol":"http","port":"3000","path":["user","signIn"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"7095517a-d4b4-448b-8d94-6ca75dd42f4f"},{"name":"sign up","id":"3926892e-0eda-4d88-8d5c-f6f9e55e593f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"id\" : 1114,\r\n  \"name\" : \"uma\",\r\n  \"email\" : \"uzmanzahid6655@gmail.com\",\r\n  \"pass\" : \"hello123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:3000/user/signUpUser","description":"<p>sign up user</p>\n","urlObject":{"protocol":"http","port":"3000","path":["user","signUpUser"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"3926892e-0eda-4d88-8d5c-f6f9e55e593f"}],"id":"4359c50a-f33f-4abe-9a65-b5b4bd14797f","_postman_id":"4359c50a-f33f-4abe-9a65-b5b4bd14797f","description":""},{"name":"Admin","item":[{"name":"sign in","id":"f23e8a38-6fdb-485d-8ea2-4a82a8d83e78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"pass\" : \"rt67ui\",\r\n  \"email\" : \"dfghj,\"\r\n}"},"url":"http://127.0.0.1:3000/admin/signin","description":"<p>sign in to user</p>\n<p>it will give a token</p>\n<p>use that token in modules</p>\n","urlObject":{"protocol":"http","port":"3000","path":["admin","signin"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"f23e8a38-6fdb-485d-8ea2-4a82a8d83e78"},{"name":"add admin","id":"b6285556-9d64-4543-acd6-b1062be4ceda","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"authToken","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"id\" : 1114,\r\n  \"name\" : \"uzman\",\r\n  \"email\" : \"xcvbnm,\",\r\n  \"pass\" : \"sdfghj\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:3000/admin/addAdmin","description":"<p>add an other admin</p>\n","urlObject":{"protocol":"http","port":"3000","path":["admin","addAdmin"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"b6285556-9d64-4543-acd6-b1062be4ceda"},{"name":"add user","id":"bb0af373-e920-4076-a928-d3515a4481a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"authToken","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"id\" : 1114,\r\n  \"name\" : \"uzman\",\r\n  \"email\" : \"xcvbnm,\",\r\n  \"pass\" : \"sdfghj\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:3000/admin/signUpUser","description":"<p>admin can add user</p>\n","urlObject":{"protocol":"http","port":"3000","path":["admin","signUpUser"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"bb0af373-e920-4076-a928-d3515a4481a8"},{"name":"user pages","id":"c1caaa6e-dd41-4e11-8c7e-fc54d28ed9d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"authToken","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"http://127.0.0.1:3000/admin/UsersPage?page=0","description":"<p>gat pages of number of users</p>\n","urlObject":{"protocol":"http","port":"3000","path":["admin","UsersPage"],"host":["127","0","0","1"],"query":[{"key":"page","value":"0"}],"variable":[]}},"response":[],"_postman_id":"c1caaa6e-dd41-4e11-8c7e-fc54d28ed9d5"},{"name":"filter user","id":"7de07c4e-7092-440a-a6a7-309624418201","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"authToken","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"fromID\" : 16,\r\n  \"toID\" : 18\r\n}"},"url":"http://127.0.0.1:3000/admin/searchUsers","description":"<p>filter users</p>\n","urlObject":{"protocol":"http","port":"3000","path":["admin","searchUsers"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"7de07c4e-7092-440a-a6a7-309624418201"}],"id":"8fec97c7-7944-4edb-9ef2-570e3b52ef9f","_postman_id":"8fec97c7-7944-4edb-9ef2-570e3b52ef9f","description":""}]}