From d128f2a4ea58a1786d08c0bea8f50dc91e29aa62 Mon Sep 17 00:00:00 2001 From: Syd Amir Date: Thu, 23 Nov 2023 20:21:08 +0330 Subject: [PATCH] :alembic: add e2e test for update user --- tests/playground/Configdata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/playground/Configdata.json b/tests/playground/Configdata.json index 0295950f..88159065 100644 --- a/tests/playground/Configdata.json +++ b/tests/playground/Configdata.json @@ -1 +1 @@ -[{"id":"lnado0z3xqidkxzr3c","bodyHeaders":"{\n \"headers\": {\n \"Content-Type\": \"application/json\",\n \"Authorization\": \"\"\n },\n \"body\": {\n \"service\": \"main\",\n \"model\": \"country\",\n \"act\": \"addCountry\",\n \"details\": {\n \"get\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1,\n \"users\": {\n \"_id\": 1,\n \"name\": 1,\n \"age\": 1\n }\n },\n \"set\": {\n \"name\": \"{faker.location.country}\",\n \"population\": \"{faker.number.int({ 'min': 1000000, 'max': 100000000 })}\",\n \"abb\": \"{faker.location.countryCode('alpha-3')}\"\n }\n }\n }\n}","repeat":15,"captures":[{"key":"countryId","value":"[body][_id]"}]},{"id":"lp48f7vwgyz3sw2nxv5","bodyHeaders":"{\n \"headers\": {\n \"Content-Type\": \"application/json\",\n \"Authorization\": \"\"\n },\n \"body\": {\n \"service\": \"main\",\n \"model\": \"country\",\n \"act\": \"addCountries\",\n \"details\": {\n \"get\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n },\n \"set\": {\n \"multiCountries\": [\n {\n \"name\": \"Afghanistan\",\n \"population\": 15000000,\n \"abb\": \"AFG\"\n },\n {\n \"name\": \"Iraq\",\n \"population\": 35000000,\n \"abb\": \"IRQ\"\n },\n {\n \"name\": \"Iran\",\n \"population\": 15000000,\n \"abb\": \"IRI\"\n }\n ]\n }\n }\n }\n}","repeat":1,"captures":[{"key":"afghanId","value":"[body][0][_id]"},{"key":"iraqId","value":"[body][1][_id]"},{"key":"iranId","value":"[body][2][_id]"}]},{"id":"lp48ga5ky2gg9kgjda9","bodyHeaders":"{\n \"headers\": {\n \"Content-Type\": \"application/json\",\n \"Authorization\": \"\"\n },\n \"body\": {\n \"service\": \"main\",\n \"model\": \"city\",\n \"act\": \"addCity\",\n \"details\": {\n \"get\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1,\n \"country\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n }\n },\n \"set\": {\n \"name\": \"Harat\",\n \"population\": 1800000,\n \"abb\": \"HAR\",\n \"country\": \"{iranId}\",\n \"isCapital\": true\n }\n }\n }\n}","repeat":1,"captures":[{"key":"haratId","value":"[body][_id]"}]},{"id":"lp492lpzobzypmwobr","bodyHeaders":"{\n \"headers\": {\n \"Content-Type\": \"application/json\",\n \"Authorization\": \"\"\n },\n \"body\": {\n \"service\": \"main\",\n \"model\": \"city\",\n \"act\": \"addCities\",\n \"details\": {\n \"get\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1,\n \"country\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n },\n \"users\": {\n \"_id\": 1,\n \"name\": 1,\n \"age\": 1\n }\n },\n \"set\": {\n \"multiCities\": [\n {\n \"name\": \"Basreh\",\n \"population\": 5,\n \"abb\": \"BS\"\n },\n {\n \"name\": \"Karbala\",\n \"population\": 8,\n \"abb\": \"KR\"\n },\n {\n \"name\": \"Baghdad\",\n \"population\": 15,\n \"abb\": \"BG\"\n },\n {\n \"name\": \"Samera\",\n \"population\": 3,\n \"abb\": \"SM\"\n },\n {\n \"name\": \"Kazemein\",\n \"population\": 10,\n \"abb\": \"KZ\"\n }\n ],\n \"country\": \"{iraqId}\"\n }\n }\n }\n}","repeat":1,"captures":[]},{"id":"lnqas441f2xjtesnpe","bodyHeaders":"{\n \"headers\": {\n \"Content-Type\": \"application/json\",\n \"Authorization\": \"\"\n },\n \"body\": {\n \"service\": \"main\",\n \"model\": \"city\",\n \"act\": \"addCities\",\n \"details\": {\n \"get\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1,\n \"country\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n },\n \"users\": {\n \"_id\": 1,\n \"name\": 1,\n \"age\": 1\n }\n },\n \"set\": {\n \"multiCities\": [\n {\n \"name\": \"Kabul\",\n \"population\": \"{faker.number.int({ 'min': 50000, 'max': 5000000 })}\",\n \"abb\": \"KB\"\n },\n {\n \"name\": \"Ghandehar\",\n \"population\": \"{faker.number.int({ 'min': 50000, 'max': 5000000 })}\",\n \"abb\": \"GH\"\n },\n {\n \"name\": \"Panjshir\",\n \"population\": \"{faker.number.int({ 'min': 50000, 'max': 5000000 })}\",\n \"abb\": \"PN\"\n },\n {\n \"name\": \"Ghazni\",\n \"population\": \"{faker.number.int({ 'min': 50000, 'max': 5000000 })}\",\n \"abb\": \"GH\"\n },\n {\n \"name\": \"Zaranj\",\n \"population\": \"{faker.number.int({ 'min': 50000, 'max': 5000000 })}\",\n \"abb\": \"ZJ\"\n }\n ],\n \"country\": \"{afghanId}\"\n }\n }\n }\n}","repeat":1,"captures":[{"key":"kabulId","value":"[body][0][_id]"}]},{"id":"lp48panx814yn7u7ts","bodyHeaders":"{\n \"headers\": {\n \"Content-Type\": \"application/json\",\n \"Authorization\": \"\"\n },\n \"body\": {\n \"service\": \"main\",\n \"model\": \"city\",\n \"act\": \"addCityCountry\",\n \"details\": {\n \"get\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1,\n \"country\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n },\n \"users\": {\n \"_id\": 1,\n \"name\": 1,\n \"age\": 1\n }\n },\n \"set\": {\n \"city\": \"{haratId}\",\n \"country\": \"{afghanId}\",\n \"isCapital\": true\n }\n }\n }\n}","repeat":1,"captures":[]},{"id":"lnadmulojyoassts5hm","bodyHeaders":"{\n \"headers\": {\n \"Content-Type\": \"application/json\",\n \"Authorization\": \"\"\n },\n \"body\": {\n \"service\": \"main\",\n \"model\": \"city\",\n \"act\": \"addCity\",\n \"details\": {\n \"get\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1,\n \"country\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n },\n \"users\": {\n \"_id\": 1,\n \"name\": 1,\n \"age\": 1\n }\n },\n \"set\": {\n \"name\": \"Hamedan\",\n \"population\": 10,\n \"abb\": \"HM\",\n \"country\": \"{iranId}\"\n }\n }\n }\n}","repeat":1,"captures":[{"key":"hamedanId","value":"[body][_id]"}]},{"id":"lp48fuv3uljartcn83r","bodyHeaders":"{\n \"headers\": {\n \"Content-Type\": \"application/json\",\n \"Authorization\": \"\"\n },\n \"body\": {\n \"service\": \"main\",\n \"model\": \"city\",\n \"act\": \"addCity\",\n \"details\": {\n \"get\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1,\n \"country\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n },\n \"users\": {\n \"_id\": 1,\n \"name\": 1,\n \"age\": 1\n }\n },\n \"set\": {\n \"name\": \"Tehran\",\n \"population\": 50,\n \"abb\": \"TH\",\n \"country\": \"{iranId}\",\n \"isCapital\": true\n }\n }\n }\n}","repeat":1,"captures":[{"key":"tehranId","value":"[body][_id]"}]},{"id":"lnaeipsiuzcq26p7dj","bodyHeaders":"{\n \"headers\": {\n \"Content-Type\": \"application/json\",\n \"Authorization\": \"\"\n },\n \"body\": {\n \"service\": \"main\",\n \"model\": \"city\",\n \"act\": \"addCity\",\n \"details\": {\n \"get\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1,\n \"country\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n },\n \"users\": {\n \"_id\": 1,\n \"name\": 1,\n \"age\": 1\n }\n },\n \"set\": {\n \"name\": \"Kerman\",\n \"population\": 12,\n \"abb\": \"KM\",\n \"country\": \"{iranId}\"\n }\n }\n }\n}","repeat":1,"captures":[{"key":"kermanId","value":"[body][_id]"}]},{"id":"lnaep6ixtztjq4348f","bodyHeaders":"{\n \"headers\": {\n \"Content-Type\": \"application/json\",\n \"Authorization\": \"\"\n },\n \"body\": {\n \"service\": \"main\",\n \"model\": \"city\",\n \"act\": \"addCity\",\n \"details\": {\n \"get\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1,\n \"country\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n },\n \"users\": {\n \"_id\": 1,\n \"name\": 1,\n \"age\": 1\n }\n },\n \"set\": {\n \"name\": \"Esfahan\",\n \"population\": 25,\n \"abb\": \"ES\",\n \"country\": \"{iranId}\"\n }\n }\n }\n}","repeat":1,"captures":[{"key":"esfahanId","value":"[body][_id]"}]},{"id":"lnaerzg6fuea94nojep","bodyHeaders":"{\n \"headers\": {\n \"Content-Type\": \"application/json\",\n \"Authorization\": \"\"\n },\n \"body\": {\n \"service\": \"main\",\n \"model\": \"city\",\n \"act\": \"addCity\",\n \"details\": {\n \"get\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1,\n \"country\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n },\n \"users\": {\n \"_id\": 1,\n \"name\": 1,\n \"age\": 1\n }\n },\n \"set\": {\n \"name\": \"Mashhad\",\n \"population\": 28,\n \"abb\": \"MS\",\n \"country\": \"{iranId}\"\n }\n }\n }\n}","repeat":1,"captures":[]},{"id":"lnaetuhirjl9nkhylv","bodyHeaders":"{\n \"headers\": {\n \"Content-Type\": \"application/json\",\n \"Authorization\": \"\"\n },\n \"body\": {\n \"service\": \"main\",\n \"model\": \"city\",\n \"act\": \"addCity\",\n \"details\": {\n \"get\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1,\n \"country\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n },\n \"users\": {\n \"_id\": 1,\n \"name\": 1,\n \"age\": 1\n }\n },\n \"set\": {\n \"name\": \"Tabriz\",\n \"population\": 27,\n \"abb\": \"TB\",\n \"country\": \"{iranId}\"\n }\n }\n }\n}","repeat":1,"captures":[]},{"id":"lnafe8cemgy81p8d16","bodyHeaders":"{\n \"headers\": {\n \"Content-Type\": \"application/json\",\n \"Authorization\": \"\"\n },\n \"body\": {\n \"service\": \"main\",\n \"model\": \"city\",\n \"act\": \"addCity\",\n \"details\": {\n \"get\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1,\n \"country\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n },\n \"users\": {\n \"_id\": 1,\n \"name\": 1,\n \"age\": 1\n }\n },\n \"set\": {\n \"name\": \"Qum\",\n \"population\": 18,\n \"abb\": \"QM\",\n \"country\": \"{iranId}\"\n }\n }\n }\n}","repeat":1,"captures":[]},{"id":"lnafhyfkh1x6d3y0vjs","bodyHeaders":"{\n \"headers\": {\n \"Content-Type\": \"application/json\",\n \"Authorization\": \"\"\n },\n \"body\": {\n \"service\": \"main\",\n \"model\": \"city\",\n \"act\": \"addCity\",\n \"details\": {\n \"get\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1,\n \"country\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n },\n \"users\": {\n \"_id\": 1,\n \"name\": 1,\n \"age\": 1\n }\n },\n \"set\": {\n \"name\": \"Yazd\",\n \"population\": 16,\n \"abb\": \"YZ\",\n \"country\": \"{iranId}\"\n }\n }\n }\n}","repeat":1,"captures":[{"key":"yazdId","value":"[body][_id]"}]},{"id":"lnafjk1la3tr22hyain","bodyHeaders":"{\n \"headers\": {\n \"Content-Type\": \"application/json\",\n \"Authorization\": \"\"\n },\n \"body\": {\n \"service\": \"main\",\n \"model\": \"city\",\n \"act\": \"addCity\",\n \"details\": {\n \"get\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1,\n \"country\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n },\n \"users\": {\n \"_id\": 1,\n \"name\": 1,\n \"age\": 1\n }\n },\n \"set\": {\n \"name\": \"Bushehr\",\n \"population\": 17,\n \"abb\": \"BU\",\n \"country\": \"{iranId}\"\n }\n }\n }\n}","repeat":1,"captures":[]},{"id":"lnafkbpdeijcs1z4ew","bodyHeaders":"{\n \"headers\": {\n \"Content-Type\": \"application/json\",\n \"Authorization\": \"\"\n },\n \"body\": {\n \"service\": \"main\",\n \"model\": \"city\",\n \"act\": \"addCity\",\n \"details\": {\n \"get\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1,\n \"country\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n },\n \"users\": {\n \"_id\": 1,\n \"name\": 1,\n \"age\": 1\n }\n },\n \"set\": {\n \"name\": \"Khozestan\",\n \"population\": 21,\n \"abb\": \"KH\",\n \"country\": \"{iranId}\"\n }\n }\n }\n}","repeat":1,"captures":[]},{"id":"lnafl7y03ypve5ppqzx","bodyHeaders":"{\n \"headers\": {\n \"Content-Type\": \"application/json\",\n \"Authorization\": \"\"\n },\n \"body\": {\n \"service\": \"main\",\n \"model\": \"city\",\n \"act\": \"addCity\",\n \"details\": {\n \"get\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1,\n \"country\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n },\n \"users\": {\n \"_id\": 1,\n \"name\": 1,\n \"age\": 1\n }\n },\n \"set\": {\n \"name\": \"Malayer\",\n \"population\": 5,\n \"abb\": \"ML\",\n \"country\": \"{iranId}\"\n }\n }\n }\n}","repeat":1,"captures":[]},{"id":"lnaflz55eanabzaheaq","bodyHeaders":"{\n \"headers\": {\n \"Content-Type\": \"application/json\",\n \"Authorization\": \"\"\n },\n \"body\": {\n \"service\": \"main\",\n \"model\": \"city\",\n \"act\": \"addCity\",\n \"details\": {\n \"get\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1,\n \"country\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n },\n \"users\": {\n \"_id\": 1,\n \"name\": 1,\n \"age\": 1\n }\n },\n \"set\": {\n \"name\": \"Toyserkan\",\n \"population\": 6,\n \"abb\": \"TO\",\n \"country\": \"{iranId}\"\n }\n }\n }\n}","repeat":1,"captures":[]},{"id":"lnahwje7asyuuo5zzhh","bodyHeaders":"{\n \"headers\": {\n \"Content-Type\": \"application/json\",\n \"Authorization\": \"\"\n },\n \"body\": {\n \"service\": \"main\",\n \"model\": \"country\",\n \"act\": \"getCountries\",\n \"details\": {\n \"get\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1,\n \"citiesAsc\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n },\n \"citiesDesc\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n },\n \"citiesByPopAsc\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n },\n \"citiesByPopDesc\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n },\n \"capitalCity\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n },\n \"users\": {\n \"_id\": 1,\n \"name\": 1,\n \"age\": 1\n }\n },\n \"set\": {\n \"page\": 1,\n \"limit\": 10\n }\n }\n }\n}","repeat":1,"captures":[]},{"id":"lp499teyfio7a8qgpf","bodyHeaders":"{\n \"headers\": {\n \"Content-Type\": \"application/json\",\n \"Authorization\": \"\"\n },\n \"body\": {\n \"service\": \"main\",\n \"model\": \"user\",\n \"act\": \"addUser\",\n \"details\": {\n \"get\": {\n \"_id\": 1,\n \"name\": 1,\n \"age\": 1,\n \"livedCities\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n },\n \"country\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n }\n },\n \"set\": {\n \"name\": \"Syd Amir\",\n \"age\": 36,\n \"country\": \"{iranId}\",\n \"livedCities\": [\n \"{hamedanId}\",\n \"{tehranId}\"\n ]\n }\n }\n }\n}","repeat":1,"captures":[{"key":"sydId","value":"[body][_id]"}]},{"id":"lp49axvifrq4c9csgw7","bodyHeaders":"{\n \"headers\": {\n \"Content-Type\": \"application/json\",\n \"Authorization\": \"\"\n },\n \"body\": {\n \"service\": \"main\",\n \"model\": \"user\",\n \"act\": \"addUser\",\n \"details\": {\n \"get\": {\n \"_id\": 1,\n \"name\": 1,\n \"age\": 1,\n \"livedCities\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n },\n \"country\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n }\n },\n \"set\": {\n \"name\": \"Ehsan Akefi\",\n \"age\": 19,\n \"country\": \"{iranId}\",\n \"livedCities\": [\n \"{tehranId}\",\n \"{kermanId}\"\n ]\n }\n }\n }\n}","repeat":1,"captures":[{"key":"ehsanId","value":"[body][_id]"}]},{"id":"lp49bn3clj3ojxkd2ek","bodyHeaders":"{\n \"headers\": {\n \"Content-Type\": \"application/json\",\n \"Authorization\": \"\"\n },\n \"body\": {\n \"service\": \"main\",\n \"model\": \"user\",\n \"act\": \"addUser\",\n \"details\": {\n \"get\": {\n \"_id\": 1,\n \"name\": 1,\n \"age\": 1,\n \"livedCities\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n },\n \"country\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n }\n },\n \"set\": {\n \"name\": \"Amir Meyari\",\n \"age\": 29,\n \"country\": \"{iranId}\",\n \"livedCities\": [\n \"{tehranId}\",\n \"{kermanId}\"\n ]\n }\n }\n }\n}","repeat":1,"captures":[{"key":"amirId","value":"[body][_id]"}]},{"id":"lp49c6lnitbk3uvohw","bodyHeaders":"{\n \"headers\": {\n \"Content-Type\": \"application/json\",\n \"Authorization\": \"\"\n },\n \"body\": {\n \"service\": \"main\",\n \"model\": \"user\",\n \"act\": \"addUser\",\n \"details\": {\n \"get\": {\n \"_id\": 1,\n \"name\": 1,\n \"age\": 1,\n \"livedCities\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n },\n \"country\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n }\n },\n \"set\": {\n \"name\": \"Reza Zohdi\",\n \"age\": 28,\n \"country\": \"{iranId}\",\n \"livedCities\": [\n \"{tehranId}\",\n \"{kermanId}\"\n ]\n }\n }\n }\n}","repeat":1,"captures":[{"key":"rezaId","value":"[body][_id]"}]},{"id":"lp49cm9k41z6y5qil0e","bodyHeaders":"{\n \"headers\": {\n \"Content-Type\": \"application/json\",\n \"Authorization\": \"\"\n },\n \"body\": {\n \"service\": \"main\",\n \"model\": \"user\",\n \"act\": \"addUser\",\n \"details\": {\n \"get\": {\n \"_id\": 1,\n \"name\": 1,\n \"age\": 1,\n \"livedCities\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n },\n \"country\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n }\n },\n \"set\": {\n \"name\": \"Erfan Gholami\",\n \"age\": 22,\n \"country\": \"{afghanId}\",\n \"livedCities\": [\n \"{tehranId}\",\n \"{kermanId}\"\n ]\n }\n }\n }\n}","repeat":1,"captures":[{"key":"erfanId","value":"[body][_id]"}]},{"id":"lp49d1yqc05c5hni7q","bodyHeaders":"{\n \"headers\": {\n \"Content-Type\": \"application/json\",\n \"Authorization\": \"\"\n },\n \"body\": {\n \"service\": \"main\",\n \"model\": \"user\",\n \"act\": \"addUser\",\n \"details\": {\n \"get\": {\n \"_id\": 1,\n \"name\": 1,\n \"age\": 1,\n \"livedCities\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n },\n \"country\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n }\n },\n \"set\": {\n \"name\": \"Reza Hatam\",\n \"age\": 25,\n \"country\": \"{afghanId}\",\n \"livedCities\": [\n \"{tehranId}\",\n \"{kermanId}\"\n ]\n }\n }\n }\n}","repeat":1,"captures":[{"key":"hatamId","value":"[body][_id]"}]},{"id":"lp49dm586tga1200p9o","bodyHeaders":"{\n \"headers\": {\n \"Content-Type\": \"application/json\",\n \"Authorization\": \"\"\n },\n \"body\": {\n \"service\": \"main\",\n \"model\": \"user\",\n \"act\": \"addUser\",\n \"details\": {\n \"get\": {\n \"_id\": 1,\n \"name\": 1,\n \"age\": 1,\n \"livedCities\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n },\n \"country\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n }\n },\n \"set\": {\n \"name\": \"Saeid Ghal\",\n \"age\": 27,\n \"country\": \"{afghanId}\",\n \"livedCities\": [\n \"{tehranId}\",\n \"{kermanId}\"\n ]\n }\n }\n }\n}","repeat":1,"captures":[{"key":"saeidId","value":"[body][_id]"}]},{"id":"lp49e1psmwtpptiqat","bodyHeaders":"{\n \"headers\": {\n \"Content-Type\": \"application/json\",\n \"Authorization\": \"\"\n },\n \"body\": {\n \"service\": \"main\",\n \"model\": \"user\",\n \"act\": \"addUser\",\n \"details\": {\n \"get\": {\n \"_id\": 1,\n \"name\": 1,\n \"age\": 1,\n \"livedCities\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n },\n \"country\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n }\n },\n \"set\": {\n \"name\": \"Mohammad Ete\",\n \"age\": 26,\n \"country\": \"{afghanId}\",\n \"livedCities\": [\n \"{tehranId}\",\n \"{kermanId}\"\n ]\n }\n }\n }\n}","repeat":1,"captures":[{"key":"eteId","value":"[body][_id]"}]},{"id":"lp49elnf8am66edyd7w","bodyHeaders":"{\n \"headers\": {\n \"Content-Type\": \"application/json\",\n \"Authorization\": \"\"\n },\n \"body\": {\n \"service\": \"main\",\n \"model\": \"user\",\n \"act\": \"addUser\",\n \"details\": {\n \"get\": {\n \"_id\": 1,\n \"name\": 1,\n \"age\": 1,\n \"livedCities\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n },\n \"country\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n }\n },\n \"set\": {\n \"name\": \"Mohammad sheida\",\n \"age\": 23,\n \"country\": \"{iranId}\",\n \"livedCities\": [\n \"{tehranId}\",\n \"{kermanId}\"\n ]\n }\n }\n }\n}","repeat":1,"captures":[{"key":"sheidaId","value":"[body][_id]"}]},{"id":"lp49f1xxxk60qic4hun","bodyHeaders":"{\n \"headers\": {\n \"Content-Type\": \"application/json\",\n \"Authorization\": \"\"\n },\n \"body\": {\n \"service\": \"main\",\n \"model\": \"user\",\n \"act\": \"addUserCountry\",\n \"details\": {\n \"get\": {\n \"_id\": 1,\n \"name\": 1,\n \"age\": 1,\n \"livedCities\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n },\n \"country\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n }\n },\n \"set\": {\n \"country\": \"{afghanId}\",\n \"_id\": \"{sheidaId}\"\n }\n }\n }\n}","repeat":1,"captures":[]},{"id":"lp49fxpzjrkgncmpzxn","bodyHeaders":"{\n \"headers\": {\n \"Content-Type\": \"application/json\",\n \"Authorization\": \"\"\n },\n \"body\": {\n \"service\": \"main\",\n \"model\": \"user\",\n \"act\": \"addUserCountry\",\n \"details\": {\n \"get\": {\n \"_id\": 1,\n \"name\": 1,\n \"age\": 1,\n \"livedCities\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n },\n \"country\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n }\n },\n \"set\": {\n \"country\": \"{iranId}\",\n \"_id\": \"{erfanId}\"\n }\n }\n }\n}","repeat":1,"captures":[]},{"id":"lp49gqrczts490xbsp","bodyHeaders":"{\n \"headers\": {\n \"Content-Type\": \"application/json\",\n \"Authorization\": \"\"\n },\n \"body\": {\n \"service\": \"main\",\n \"model\": \"user\",\n \"act\": \"addUserLivedCities\",\n \"details\": {\n \"get\": {\n \"_id\": 1,\n \"name\": 1,\n \"age\": 1,\n \"livedCities\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n },\n \"country\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n }\n },\n \"set\": {\n \"_id\": \"{sydId}\",\n \"livedCities\": [\n \"{esfahanId}\",\n \"{kermanId}\",\n \"{yazdId}\",\n \"{hamedanId}\",\n \"{tehranId}\"\n ]\n }\n }\n }\n}","repeat":1,"captures":[]},{"id":"lp49hbdis3dugl75xr8","bodyHeaders":"{\n \"headers\": {\n \"Content-Type\": \"application/json\",\n \"Authorization\": \"\"\n },\n \"body\": {\n \"service\": \"main\",\n \"model\": \"user\",\n \"act\": \"addUserLivedCities\",\n \"details\": {\n \"get\": {\n \"_id\": 1,\n \"name\": 1,\n \"age\": 1,\n \"livedCities\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n },\n \"country\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n }\n },\n \"set\": {\n \"livedCities\": [\n \"{kabulId}\",\n \"{haratId}\"\n ],\n \"_id\": \"{sheidaId}\"\n }\n }\n }\n}","repeat":1,"captures":[]},{"id":"lp49hxv3ihikpch51dn","bodyHeaders":"{\n \"headers\": {\n \"Content-Type\": \"application/json\",\n \"Authorization\": \"\"\n },\n \"body\": {\n \"service\": \"main\",\n \"model\": \"user\",\n \"act\": \"removeLivedCities\",\n \"details\": {\n \"get\": {\n \"_id\": 1,\n \"name\": 1,\n \"age\": 1,\n \"livedCities\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n },\n \"mostLovedCity\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n },\n \"country\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n }\n },\n \"set\": {\n \"_id\": \"{sheidaId}\",\n \"livedCities\": [\n \"{tehranId}\",\n \"{kermanId}\"\n ]\n }\n }\n }\n}","repeat":1,"captures":[]},{"id":"lp6l7la5kdbgd56uq3","bodyHeaders":"{\n \"headers\": {\n \"Content-Type\": \"application/json\",\n \"Authorization\": \"\"\n },\n \"body\": {\n \"service\": \"main\",\n \"model\": \"user\",\n \"act\": \"addMostLovedCity\",\n \"details\": {\n \"get\": {\n \"_id\": 1,\n \"name\": 1,\n \"age\": 1,\n \"livedCities\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n },\n \"mostLovedCity\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n },\n \"country\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n }\n },\n \"set\": {\n \"_id\": \"{erfanId}\",\n \"lovedCity\": \"{tehranId}\"\n }\n }\n }\n}","repeat":1,"captures":[]},{"id":"lp49if339r8u0ikub2q","bodyHeaders":"{\n \"headers\": {\n \"Content-Type\": \"application/json\",\n \"Authorization\": \"\"\n },\n \"body\": {\n \"service\": \"main\",\n \"model\": \"user\",\n \"act\": \"addMostLovedCity\",\n \"details\": {\n \"get\": {\n \"_id\": 1,\n \"name\": 1,\n \"age\": 1,\n \"livedCities\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n },\n \"mostLovedCity\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n },\n \"country\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n }\n },\n \"set\": {\n \"_id\": \"{sheidaId}\",\n \"lovedCity\": \"{tehranId}\"\n }\n }\n }\n}","repeat":1,"captures":[]},{"id":"lnedpvhpf4ijrhyb6ir","bodyHeaders":"{\n \"headers\": {\n \"Content-Type\": \"application/json\",\n \"Authorization\": \"\"\n },\n \"body\": {\n \"service\": \"main\",\n \"model\": \"user\",\n \"act\": \"removeMostLovedCity\",\n \"details\": {\n \"get\": {\n \"_id\": 1,\n \"name\": 1,\n \"age\": 1,\n \"livedCities\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n },\n \"mostLovedCity\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n },\n \"country\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n }\n },\n \"set\": {\n \"lovedCity\": \"{tehranId}\",\n \"_id\": \"{erfanId}\"\n }\n }\n }\n}","repeat":1,"captures":[]},{"id":"lpb3zzqow7xqb7vytqe","bodyHeaders":"{\n \"headers\": {\n \"Content-Type\": \"application/json\",\n \"Authorization\": \"\"\n },\n \"body\": {\n \"service\": \"main\",\n \"model\": \"country\",\n \"act\": \"updateCountry\",\n \"details\": {\n \"get\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1\n },\n \"set\": {\n \"_id\": \"{iranId}\",\n \"name\": \"Islamic Republic Of Iran\",\n \"abb\": \"IRI\",\n \"population\": 95000000\n }\n }\n }\n}","repeat":1,"captures":[]},{"id":"lpb4bi7uxoiwypdwqy","bodyHeaders":"{\n \"headers\": {\n \"Content-Type\": \"application/json\",\n \"Authorization\": \"\"\n },\n \"body\": {\n \"service\": \"main\",\n \"model\": \"city\",\n \"act\": \"updateCity\",\n \"details\": {\n \"get\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1\n },\n \"set\": {\n \"_id\": \"{tehranId}\",\n \"name\": \"Tehron\",\n \"abb\": \"TEH\",\n \"population\": 10000000\n }\n }\n }\n}","repeat":1,"captures":[]}] \ No newline at end of file +[{"id":"lnado0z3xqidkxzr3c","bodyHeaders":"{\n \"headers\": {\n \"Content-Type\": \"application/json\",\n \"Authorization\": \"\"\n },\n \"body\": {\n \"service\": \"main\",\n \"model\": \"country\",\n \"act\": \"addCountry\",\n \"details\": {\n \"get\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1,\n \"users\": {\n \"_id\": 1,\n \"name\": 1,\n \"age\": 1\n }\n },\n \"set\": {\n \"name\": \"{faker.location.country}\",\n \"population\": \"{faker.number.int({ 'min': 1000000, 'max': 100000000 })}\",\n \"abb\": \"{faker.location.countryCode('alpha-3')}\"\n }\n }\n }\n}","repeat":15,"captures":[{"key":"countryId","value":"[body][_id]"}]},{"id":"lp48f7vwgyz3sw2nxv5","bodyHeaders":"{\n \"headers\": {\n \"Content-Type\": \"application/json\",\n \"Authorization\": \"\"\n },\n \"body\": {\n \"service\": \"main\",\n \"model\": \"country\",\n \"act\": \"addCountries\",\n \"details\": {\n \"get\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n },\n \"set\": {\n \"multiCountries\": [\n {\n \"name\": \"Afghanistan\",\n \"population\": 15000000,\n \"abb\": \"AFG\"\n },\n {\n \"name\": \"Iraq\",\n \"population\": 35000000,\n \"abb\": \"IRQ\"\n },\n {\n \"name\": \"Iran\",\n \"population\": 15000000,\n \"abb\": \"IRI\"\n }\n ]\n }\n }\n }\n}","repeat":1,"captures":[{"key":"afghanId","value":"[body][0][_id]"},{"key":"iraqId","value":"[body][1][_id]"},{"key":"iranId","value":"[body][2][_id]"}]},{"id":"lp48ga5ky2gg9kgjda9","bodyHeaders":"{\n \"headers\": {\n \"Content-Type\": \"application/json\",\n \"Authorization\": \"\"\n },\n \"body\": {\n \"service\": \"main\",\n \"model\": \"city\",\n \"act\": \"addCity\",\n \"details\": {\n \"get\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1,\n \"country\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n }\n },\n \"set\": {\n \"name\": \"Harat\",\n \"population\": 1800000,\n \"abb\": \"HAR\",\n \"country\": \"{iranId}\",\n \"isCapital\": true\n }\n }\n }\n}","repeat":1,"captures":[{"key":"haratId","value":"[body][_id]"}]},{"id":"lp492lpzobzypmwobr","bodyHeaders":"{\n \"headers\": {\n \"Content-Type\": \"application/json\",\n \"Authorization\": \"\"\n },\n \"body\": {\n \"service\": \"main\",\n \"model\": \"city\",\n \"act\": \"addCities\",\n \"details\": {\n \"get\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1,\n \"country\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n },\n \"users\": {\n \"_id\": 1,\n \"name\": 1,\n \"age\": 1\n }\n },\n \"set\": {\n \"multiCities\": [\n {\n \"name\": \"Basreh\",\n \"population\": 5,\n \"abb\": \"BS\"\n },\n {\n \"name\": \"Karbala\",\n \"population\": 8,\n \"abb\": \"KR\"\n },\n {\n \"name\": \"Baghdad\",\n \"population\": 15,\n \"abb\": \"BG\"\n },\n {\n \"name\": \"Samera\",\n \"population\": 3,\n \"abb\": \"SM\"\n },\n {\n \"name\": \"Kazemein\",\n \"population\": 10,\n \"abb\": \"KZ\"\n }\n ],\n \"country\": \"{iraqId}\"\n }\n }\n }\n}","repeat":1,"captures":[]},{"id":"lnqas441f2xjtesnpe","bodyHeaders":"{\n \"headers\": {\n \"Content-Type\": \"application/json\",\n \"Authorization\": \"\"\n },\n \"body\": {\n \"service\": \"main\",\n \"model\": \"city\",\n \"act\": \"addCities\",\n \"details\": {\n \"get\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1,\n \"country\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n },\n \"users\": {\n \"_id\": 1,\n \"name\": 1,\n \"age\": 1\n }\n },\n \"set\": {\n \"multiCities\": [\n {\n \"name\": \"Kabul\",\n \"population\": \"{faker.number.int({ 'min': 50000, 'max': 5000000 })}\",\n \"abb\": \"KB\"\n },\n {\n \"name\": \"Ghandehar\",\n \"population\": \"{faker.number.int({ 'min': 50000, 'max': 5000000 })}\",\n \"abb\": \"GH\"\n },\n {\n \"name\": \"Panjshir\",\n \"population\": \"{faker.number.int({ 'min': 50000, 'max': 5000000 })}\",\n \"abb\": \"PN\"\n },\n {\n \"name\": \"Ghazni\",\n \"population\": \"{faker.number.int({ 'min': 50000, 'max': 5000000 })}\",\n \"abb\": \"GH\"\n },\n {\n \"name\": \"Zaranj\",\n \"population\": \"{faker.number.int({ 'min': 50000, 'max': 5000000 })}\",\n \"abb\": \"ZJ\"\n }\n ],\n \"country\": \"{afghanId}\"\n }\n }\n }\n}","repeat":1,"captures":[{"key":"kabulId","value":"[body][0][_id]"}]},{"id":"lp48panx814yn7u7ts","bodyHeaders":"{\n \"headers\": {\n \"Content-Type\": \"application/json\",\n \"Authorization\": \"\"\n },\n \"body\": {\n \"service\": \"main\",\n \"model\": \"city\",\n \"act\": \"addCityCountry\",\n \"details\": {\n \"get\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1,\n \"country\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n },\n \"users\": {\n \"_id\": 1,\n \"name\": 1,\n \"age\": 1\n }\n },\n \"set\": {\n \"city\": \"{haratId}\",\n \"country\": \"{afghanId}\",\n \"isCapital\": true\n }\n }\n }\n}","repeat":1,"captures":[]},{"id":"lnadmulojyoassts5hm","bodyHeaders":"{\n \"headers\": {\n \"Content-Type\": \"application/json\",\n \"Authorization\": \"\"\n },\n \"body\": {\n \"service\": \"main\",\n \"model\": \"city\",\n \"act\": \"addCity\",\n \"details\": {\n \"get\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1,\n \"country\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n },\n \"users\": {\n \"_id\": 1,\n \"name\": 1,\n \"age\": 1\n }\n },\n \"set\": {\n \"name\": \"Hamedan\",\n \"population\": 10,\n \"abb\": \"HM\",\n \"country\": \"{iranId}\"\n }\n }\n }\n}","repeat":1,"captures":[{"key":"hamedanId","value":"[body][_id]"}]},{"id":"lp48fuv3uljartcn83r","bodyHeaders":"{\n \"headers\": {\n \"Content-Type\": \"application/json\",\n \"Authorization\": \"\"\n },\n \"body\": {\n \"service\": \"main\",\n \"model\": \"city\",\n \"act\": \"addCity\",\n \"details\": {\n \"get\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1,\n \"country\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n },\n \"users\": {\n \"_id\": 1,\n \"name\": 1,\n \"age\": 1\n }\n },\n \"set\": {\n \"name\": \"Tehran\",\n \"population\": 50,\n \"abb\": \"TH\",\n \"country\": \"{iranId}\",\n \"isCapital\": true\n }\n }\n }\n}","repeat":1,"captures":[{"key":"tehranId","value":"[body][_id]"}]},{"id":"lnaeipsiuzcq26p7dj","bodyHeaders":"{\n \"headers\": {\n \"Content-Type\": \"application/json\",\n \"Authorization\": \"\"\n },\n \"body\": {\n \"service\": \"main\",\n \"model\": \"city\",\n \"act\": \"addCity\",\n \"details\": {\n \"get\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1,\n \"country\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n },\n \"users\": {\n \"_id\": 1,\n \"name\": 1,\n \"age\": 1\n }\n },\n \"set\": {\n \"name\": \"Kerman\",\n \"population\": 12,\n \"abb\": \"KM\",\n \"country\": \"{iranId}\"\n }\n }\n }\n}","repeat":1,"captures":[{"key":"kermanId","value":"[body][_id]"}]},{"id":"lnaep6ixtztjq4348f","bodyHeaders":"{\n \"headers\": {\n \"Content-Type\": \"application/json\",\n \"Authorization\": \"\"\n },\n \"body\": {\n \"service\": \"main\",\n \"model\": \"city\",\n \"act\": \"addCity\",\n \"details\": {\n \"get\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1,\n \"country\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n },\n \"users\": {\n \"_id\": 1,\n \"name\": 1,\n \"age\": 1\n }\n },\n \"set\": {\n \"name\": \"Esfahan\",\n \"population\": 25,\n \"abb\": \"ES\",\n \"country\": \"{iranId}\"\n }\n }\n }\n}","repeat":1,"captures":[{"key":"esfahanId","value":"[body][_id]"}]},{"id":"lnaerzg6fuea94nojep","bodyHeaders":"{\n \"headers\": {\n \"Content-Type\": \"application/json\",\n \"Authorization\": \"\"\n },\n \"body\": {\n \"service\": \"main\",\n \"model\": \"city\",\n \"act\": \"addCity\",\n \"details\": {\n \"get\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1,\n \"country\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n },\n \"users\": {\n \"_id\": 1,\n \"name\": 1,\n \"age\": 1\n }\n },\n \"set\": {\n \"name\": \"Mashhad\",\n \"population\": 28,\n \"abb\": \"MS\",\n \"country\": \"{iranId}\"\n }\n }\n }\n}","repeat":1,"captures":[]},{"id":"lnaetuhirjl9nkhylv","bodyHeaders":"{\n \"headers\": {\n \"Content-Type\": \"application/json\",\n \"Authorization\": \"\"\n },\n \"body\": {\n \"service\": \"main\",\n \"model\": \"city\",\n \"act\": \"addCity\",\n \"details\": {\n \"get\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1,\n \"country\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n },\n \"users\": {\n \"_id\": 1,\n \"name\": 1,\n \"age\": 1\n }\n },\n \"set\": {\n \"name\": \"Tabriz\",\n \"population\": 27,\n \"abb\": \"TB\",\n \"country\": \"{iranId}\"\n }\n }\n }\n}","repeat":1,"captures":[]},{"id":"lnafe8cemgy81p8d16","bodyHeaders":"{\n \"headers\": {\n \"Content-Type\": \"application/json\",\n \"Authorization\": \"\"\n },\n \"body\": {\n \"service\": \"main\",\n \"model\": \"city\",\n \"act\": \"addCity\",\n \"details\": {\n \"get\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1,\n \"country\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n },\n \"users\": {\n \"_id\": 1,\n \"name\": 1,\n \"age\": 1\n }\n },\n \"set\": {\n \"name\": \"Qum\",\n \"population\": 18,\n \"abb\": \"QM\",\n \"country\": \"{iranId}\"\n }\n }\n }\n}","repeat":1,"captures":[]},{"id":"lnafhyfkh1x6d3y0vjs","bodyHeaders":"{\n \"headers\": {\n \"Content-Type\": \"application/json\",\n \"Authorization\": \"\"\n },\n \"body\": {\n \"service\": \"main\",\n \"model\": \"city\",\n \"act\": \"addCity\",\n \"details\": {\n \"get\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1,\n \"country\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n },\n \"users\": {\n \"_id\": 1,\n \"name\": 1,\n \"age\": 1\n }\n },\n \"set\": {\n \"name\": \"Yazd\",\n \"population\": 16,\n \"abb\": \"YZ\",\n \"country\": \"{iranId}\"\n }\n }\n }\n}","repeat":1,"captures":[{"key":"yazdId","value":"[body][_id]"}]},{"id":"lnafjk1la3tr22hyain","bodyHeaders":"{\n \"headers\": {\n \"Content-Type\": \"application/json\",\n \"Authorization\": \"\"\n },\n \"body\": {\n \"service\": \"main\",\n \"model\": \"city\",\n \"act\": \"addCity\",\n \"details\": {\n \"get\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1,\n \"country\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n },\n \"users\": {\n \"_id\": 1,\n \"name\": 1,\n \"age\": 1\n }\n },\n \"set\": {\n \"name\": \"Bushehr\",\n \"population\": 17,\n \"abb\": \"BU\",\n \"country\": \"{iranId}\"\n }\n }\n }\n}","repeat":1,"captures":[]},{"id":"lnafkbpdeijcs1z4ew","bodyHeaders":"{\n \"headers\": {\n \"Content-Type\": \"application/json\",\n \"Authorization\": \"\"\n },\n \"body\": {\n \"service\": \"main\",\n \"model\": \"city\",\n \"act\": \"addCity\",\n \"details\": {\n \"get\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1,\n \"country\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n },\n \"users\": {\n \"_id\": 1,\n \"name\": 1,\n \"age\": 1\n }\n },\n \"set\": {\n \"name\": \"Khozestan\",\n \"population\": 21,\n \"abb\": \"KH\",\n \"country\": \"{iranId}\"\n }\n }\n }\n}","repeat":1,"captures":[]},{"id":"lnafl7y03ypve5ppqzx","bodyHeaders":"{\n \"headers\": {\n \"Content-Type\": \"application/json\",\n \"Authorization\": \"\"\n },\n \"body\": {\n \"service\": \"main\",\n \"model\": \"city\",\n \"act\": \"addCity\",\n \"details\": {\n \"get\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1,\n \"country\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n },\n \"users\": {\n \"_id\": 1,\n \"name\": 1,\n \"age\": 1\n }\n },\n \"set\": {\n \"name\": \"Malayer\",\n \"population\": 5,\n \"abb\": \"ML\",\n \"country\": \"{iranId}\"\n }\n }\n }\n}","repeat":1,"captures":[]},{"id":"lnaflz55eanabzaheaq","bodyHeaders":"{\n \"headers\": {\n \"Content-Type\": \"application/json\",\n \"Authorization\": \"\"\n },\n \"body\": {\n \"service\": \"main\",\n \"model\": \"city\",\n \"act\": \"addCity\",\n \"details\": {\n \"get\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1,\n \"country\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n },\n \"users\": {\n \"_id\": 1,\n \"name\": 1,\n \"age\": 1\n }\n },\n \"set\": {\n \"name\": \"Toyserkan\",\n \"population\": 6,\n \"abb\": \"TO\",\n \"country\": \"{iranId}\"\n }\n }\n }\n}","repeat":1,"captures":[]},{"id":"lnahwje7asyuuo5zzhh","bodyHeaders":"{\n \"headers\": {\n \"Content-Type\": \"application/json\",\n \"Authorization\": \"\"\n },\n \"body\": {\n \"service\": \"main\",\n \"model\": \"country\",\n \"act\": \"getCountries\",\n \"details\": {\n \"get\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1,\n \"citiesAsc\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n },\n \"citiesDesc\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n },\n \"citiesByPopAsc\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n },\n \"citiesByPopDesc\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n },\n \"capitalCity\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n },\n \"users\": {\n \"_id\": 1,\n \"name\": 1,\n \"age\": 1\n }\n },\n \"set\": {\n \"page\": 1,\n \"limit\": 10\n }\n }\n }\n}","repeat":1,"captures":[]},{"id":"lp499teyfio7a8qgpf","bodyHeaders":"{\n \"headers\": {\n \"Content-Type\": \"application/json\",\n \"Authorization\": \"\"\n },\n \"body\": {\n \"service\": \"main\",\n \"model\": \"user\",\n \"act\": \"addUser\",\n \"details\": {\n \"get\": {\n \"_id\": 1,\n \"name\": 1,\n \"age\": 1,\n \"livedCities\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n },\n \"country\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n }\n },\n \"set\": {\n \"name\": \"Syd Amir\",\n \"age\": 36,\n \"country\": \"{iranId}\",\n \"livedCities\": [\n \"{hamedanId}\",\n \"{tehranId}\"\n ]\n }\n }\n }\n}","repeat":1,"captures":[{"key":"sydId","value":"[body][_id]"}]},{"id":"lp49axvifrq4c9csgw7","bodyHeaders":"{\n \"headers\": {\n \"Content-Type\": \"application/json\",\n \"Authorization\": \"\"\n },\n \"body\": {\n \"service\": \"main\",\n \"model\": \"user\",\n \"act\": \"addUser\",\n \"details\": {\n \"get\": {\n \"_id\": 1,\n \"name\": 1,\n \"age\": 1,\n \"livedCities\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n },\n \"country\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n }\n },\n \"set\": {\n \"name\": \"Ehsan Akefi\",\n \"age\": 19,\n \"country\": \"{iranId}\",\n \"livedCities\": [\n \"{tehranId}\",\n \"{kermanId}\"\n ]\n }\n }\n }\n}","repeat":1,"captures":[{"key":"ehsanId","value":"[body][_id]"}]},{"id":"lp49bn3clj3ojxkd2ek","bodyHeaders":"{\n \"headers\": {\n \"Content-Type\": \"application/json\",\n \"Authorization\": \"\"\n },\n \"body\": {\n \"service\": \"main\",\n \"model\": \"user\",\n \"act\": \"addUser\",\n \"details\": {\n \"get\": {\n \"_id\": 1,\n \"name\": 1,\n \"age\": 1,\n \"livedCities\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n },\n \"country\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n }\n },\n \"set\": {\n \"name\": \"Amir Meyari\",\n \"age\": 29,\n \"country\": \"{iranId}\",\n \"livedCities\": [\n \"{tehranId}\",\n \"{kermanId}\"\n ]\n }\n }\n }\n}","repeat":1,"captures":[{"key":"amirId","value":"[body][_id]"}]},{"id":"lp49c6lnitbk3uvohw","bodyHeaders":"{\n \"headers\": {\n \"Content-Type\": \"application/json\",\n \"Authorization\": \"\"\n },\n \"body\": {\n \"service\": \"main\",\n \"model\": \"user\",\n \"act\": \"addUser\",\n \"details\": {\n \"get\": {\n \"_id\": 1,\n \"name\": 1,\n \"age\": 1,\n \"livedCities\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n },\n \"country\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n }\n },\n \"set\": {\n \"name\": \"Reza Zohdi\",\n \"age\": 28,\n \"country\": \"{iranId}\",\n \"livedCities\": [\n \"{tehranId}\",\n \"{kermanId}\"\n ]\n }\n }\n }\n}","repeat":1,"captures":[{"key":"rezaId","value":"[body][_id]"}]},{"id":"lp49cm9k41z6y5qil0e","bodyHeaders":"{\n \"headers\": {\n \"Content-Type\": \"application/json\",\n \"Authorization\": \"\"\n },\n \"body\": {\n \"service\": \"main\",\n \"model\": \"user\",\n \"act\": \"addUser\",\n \"details\": {\n \"get\": {\n \"_id\": 1,\n \"name\": 1,\n \"age\": 1,\n \"livedCities\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n },\n \"country\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n }\n },\n \"set\": {\n \"name\": \"Erfan Gholami\",\n \"age\": 22,\n \"country\": \"{afghanId}\",\n \"livedCities\": [\n \"{tehranId}\",\n \"{kermanId}\"\n ]\n }\n }\n }\n}","repeat":1,"captures":[{"key":"erfanId","value":"[body][_id]"}]},{"id":"lp49d1yqc05c5hni7q","bodyHeaders":"{\n \"headers\": {\n \"Content-Type\": \"application/json\",\n \"Authorization\": \"\"\n },\n \"body\": {\n \"service\": \"main\",\n \"model\": \"user\",\n \"act\": \"addUser\",\n \"details\": {\n \"get\": {\n \"_id\": 1,\n \"name\": 1,\n \"age\": 1,\n \"livedCities\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n },\n \"country\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n }\n },\n \"set\": {\n \"name\": \"Reza Hatam\",\n \"age\": 25,\n \"country\": \"{afghanId}\",\n \"livedCities\": [\n \"{tehranId}\",\n \"{kermanId}\"\n ]\n }\n }\n }\n}","repeat":1,"captures":[{"key":"hatamId","value":"[body][_id]"}]},{"id":"lp49dm586tga1200p9o","bodyHeaders":"{\n \"headers\": {\n \"Content-Type\": \"application/json\",\n \"Authorization\": \"\"\n },\n \"body\": {\n \"service\": \"main\",\n \"model\": \"user\",\n \"act\": \"addUser\",\n \"details\": {\n \"get\": {\n \"_id\": 1,\n \"name\": 1,\n \"age\": 1,\n \"livedCities\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n },\n \"country\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n }\n },\n \"set\": {\n \"name\": \"Saeid Ghal\",\n \"age\": 27,\n \"country\": \"{afghanId}\",\n \"livedCities\": [\n \"{tehranId}\",\n \"{kermanId}\"\n ]\n }\n }\n }\n}","repeat":1,"captures":[{"key":"saeidId","value":"[body][_id]"}]},{"id":"lp49e1psmwtpptiqat","bodyHeaders":"{\n \"headers\": {\n \"Content-Type\": \"application/json\",\n \"Authorization\": \"\"\n },\n \"body\": {\n \"service\": \"main\",\n \"model\": \"user\",\n \"act\": \"addUser\",\n \"details\": {\n \"get\": {\n \"_id\": 1,\n \"name\": 1,\n \"age\": 1,\n \"livedCities\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n },\n \"country\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n }\n },\n \"set\": {\n \"name\": \"Mohammad Ete\",\n \"age\": 26,\n \"country\": \"{afghanId}\",\n \"livedCities\": [\n \"{tehranId}\",\n \"{kermanId}\"\n ]\n }\n }\n }\n}","repeat":1,"captures":[{"key":"eteId","value":"[body][_id]"}]},{"id":"lp49elnf8am66edyd7w","bodyHeaders":"{\n \"headers\": {\n \"Content-Type\": \"application/json\",\n \"Authorization\": \"\"\n },\n \"body\": {\n \"service\": \"main\",\n \"model\": \"user\",\n \"act\": \"addUser\",\n \"details\": {\n \"get\": {\n \"_id\": 1,\n \"name\": 1,\n \"age\": 1,\n \"livedCities\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n },\n \"country\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n }\n },\n \"set\": {\n \"name\": \"Mohammad sheida\",\n \"age\": 23,\n \"country\": \"{iranId}\",\n \"livedCities\": [\n \"{tehranId}\",\n \"{kermanId}\"\n ]\n }\n }\n }\n}","repeat":1,"captures":[{"key":"sheidaId","value":"[body][_id]"}]},{"id":"lp49f1xxxk60qic4hun","bodyHeaders":"{\n \"headers\": {\n \"Content-Type\": \"application/json\",\n \"Authorization\": \"\"\n },\n \"body\": {\n \"service\": \"main\",\n \"model\": \"user\",\n \"act\": \"addUserCountry\",\n \"details\": {\n \"get\": {\n \"_id\": 1,\n \"name\": 1,\n \"age\": 1,\n \"livedCities\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n },\n \"country\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n }\n },\n \"set\": {\n \"country\": \"{afghanId}\",\n \"_id\": \"{sheidaId}\"\n }\n }\n }\n}","repeat":1,"captures":[]},{"id":"lp49fxpzjrkgncmpzxn","bodyHeaders":"{\n \"headers\": {\n \"Content-Type\": \"application/json\",\n \"Authorization\": \"\"\n },\n \"body\": {\n \"service\": \"main\",\n \"model\": \"user\",\n \"act\": \"addUserCountry\",\n \"details\": {\n \"get\": {\n \"_id\": 1,\n \"name\": 1,\n \"age\": 1,\n \"livedCities\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n },\n \"country\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n }\n },\n \"set\": {\n \"country\": \"{iranId}\",\n \"_id\": \"{erfanId}\"\n }\n }\n }\n}","repeat":1,"captures":[]},{"id":"lp49gqrczts490xbsp","bodyHeaders":"{\n \"headers\": {\n \"Content-Type\": \"application/json\",\n \"Authorization\": \"\"\n },\n \"body\": {\n \"service\": \"main\",\n \"model\": \"user\",\n \"act\": \"addUserLivedCities\",\n \"details\": {\n \"get\": {\n \"_id\": 1,\n \"name\": 1,\n \"age\": 1,\n \"livedCities\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n },\n \"country\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n }\n },\n \"set\": {\n \"_id\": \"{sydId}\",\n \"livedCities\": [\n \"{esfahanId}\",\n \"{kermanId}\",\n \"{yazdId}\",\n \"{hamedanId}\",\n \"{tehranId}\"\n ]\n }\n }\n }\n}","repeat":1,"captures":[]},{"id":"lp49hbdis3dugl75xr8","bodyHeaders":"{\n \"headers\": {\n \"Content-Type\": \"application/json\",\n \"Authorization\": \"\"\n },\n \"body\": {\n \"service\": \"main\",\n \"model\": \"user\",\n \"act\": \"addUserLivedCities\",\n \"details\": {\n \"get\": {\n \"_id\": 1,\n \"name\": 1,\n \"age\": 1,\n \"livedCities\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n },\n \"country\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n }\n },\n \"set\": {\n \"livedCities\": [\n \"{kabulId}\",\n \"{haratId}\"\n ],\n \"_id\": \"{sheidaId}\"\n }\n }\n }\n}","repeat":1,"captures":[]},{"id":"lp49hxv3ihikpch51dn","bodyHeaders":"{\n \"headers\": {\n \"Content-Type\": \"application/json\",\n \"Authorization\": \"\"\n },\n \"body\": {\n \"service\": \"main\",\n \"model\": \"user\",\n \"act\": \"removeLivedCities\",\n \"details\": {\n \"get\": {\n \"_id\": 1,\n \"name\": 1,\n \"age\": 1,\n \"livedCities\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n },\n \"mostLovedCity\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n },\n \"country\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n }\n },\n \"set\": {\n \"_id\": \"{sheidaId}\",\n \"livedCities\": [\n \"{tehranId}\",\n \"{kermanId}\"\n ]\n }\n }\n }\n}","repeat":1,"captures":[]},{"id":"lp6l7la5kdbgd56uq3","bodyHeaders":"{\n \"headers\": {\n \"Content-Type\": \"application/json\",\n \"Authorization\": \"\"\n },\n \"body\": {\n \"service\": \"main\",\n \"model\": \"user\",\n \"act\": \"addMostLovedCity\",\n \"details\": {\n \"get\": {\n \"_id\": 1,\n \"name\": 1,\n \"age\": 1,\n \"livedCities\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n },\n \"mostLovedCity\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n },\n \"country\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n }\n },\n \"set\": {\n \"_id\": \"{erfanId}\",\n \"lovedCity\": \"{tehranId}\"\n }\n }\n }\n}","repeat":1,"captures":[]},{"id":"lp49if339r8u0ikub2q","bodyHeaders":"{\n \"headers\": {\n \"Content-Type\": \"application/json\",\n \"Authorization\": \"\"\n },\n \"body\": {\n \"service\": \"main\",\n \"model\": \"user\",\n \"act\": \"addMostLovedCity\",\n \"details\": {\n \"get\": {\n \"_id\": 1,\n \"name\": 1,\n \"age\": 1,\n \"livedCities\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n },\n \"mostLovedCity\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n },\n \"country\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n }\n },\n \"set\": {\n \"_id\": \"{sheidaId}\",\n \"lovedCity\": \"{tehranId}\"\n }\n }\n }\n}","repeat":1,"captures":[]},{"id":"lnedpvhpf4ijrhyb6ir","bodyHeaders":"{\n \"headers\": {\n \"Content-Type\": \"application/json\",\n \"Authorization\": \"\"\n },\n \"body\": {\n \"service\": \"main\",\n \"model\": \"user\",\n \"act\": \"removeMostLovedCity\",\n \"details\": {\n \"get\": {\n \"_id\": 1,\n \"name\": 1,\n \"age\": 1,\n \"livedCities\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n },\n \"mostLovedCity\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n },\n \"country\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1,\n \"abb\": 1\n }\n },\n \"set\": {\n \"lovedCity\": \"{tehranId}\",\n \"_id\": \"{erfanId}\"\n }\n }\n }\n}","repeat":1,"captures":[]},{"id":"lpb3zzqow7xqb7vytqe","bodyHeaders":"{\n \"headers\": {\n \"Content-Type\": \"application/json\",\n \"Authorization\": \"\"\n },\n \"body\": {\n \"service\": \"main\",\n \"model\": \"country\",\n \"act\": \"updateCountry\",\n \"details\": {\n \"get\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1\n },\n \"set\": {\n \"_id\": \"{iranId}\",\n \"name\": \"Islamic Republic Of Iran\",\n \"abb\": \"IRI\",\n \"population\": 95000000\n }\n }\n }\n}","repeat":1,"captures":[]},{"id":"lpb4bi7uxoiwypdwqy","bodyHeaders":"{\n \"headers\": {\n \"Content-Type\": \"application/json\",\n \"Authorization\": \"\"\n },\n \"body\": {\n \"service\": \"main\",\n \"model\": \"city\",\n \"act\": \"updateCity\",\n \"details\": {\n \"get\": {\n \"_id\": 1,\n \"name\": 1,\n \"population\": 1\n },\n \"set\": {\n \"_id\": \"{tehranId}\",\n \"name\": \"Tehron\",\n \"abb\": \"TEH\",\n \"population\": 10000000\n }\n }\n }\n}","repeat":1,"captures":[]},{"id":"lpbfg0z83rcgq572tfn","bodyHeaders":"{\n \"headers\": {\n \"Content-Type\": \"application/json\",\n \"Authorization\": \"\"\n },\n \"body\": {\n \"service\": \"main\",\n \"model\": \"user\",\n \"act\": \"updateUser\",\n \"details\": {\n \"get\": {\n \"_id\": 1,\n \"name\": 1,\n \"age\": 1\n },\n \"set\": {\n \"_id\": \"{sheidaId}\",\n \"name\": \"Mohammad Sheidaei\",\n \"age\": 28\n }\n }\n }\n}","repeat":1,"captures":[]}] \ No newline at end of file