collection.json 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645
  1. {
  2. "client": "Thunder Client",
  3. "collectionName": "v1",
  4. "dateExported": "2023-07-13T20:57:25.581Z",
  5. "version": "1.1",
  6. "folders": [],
  7. "requests": [
  8. {
  9. "_id": "13a7489c-1f25-4574-8dc7-c24ff428d159",
  10. "colId": "99c8ee49-0c9a-4243-9f35-07de6bf2df68",
  11. "containerId": "",
  12. "name": "Discover Subscriptions",
  13. "url": "/v1/discover",
  14. "method": "POST",
  15. "sortNum": 20000,
  16. "created": "2023-07-13T19:58:25.996Z",
  17. "modified": "2023-07-13T20:15:29.612Z",
  18. "headers": [],
  19. "params": [],
  20. "body": {
  21. "type": "json",
  22. "raw": "\n{\n \"url\": \"https://medium.com/the-node-js-collection?source=rss----c80fd9f96957---4\"\n}",
  23. "form": []
  24. },
  25. "tests": []
  26. },
  27. {
  28. "_id": "50428a21-fde3-4761-b071-2aded5b85765",
  29. "colId": "99c8ee49-0c9a-4243-9f35-07de6bf2df68",
  30. "containerId": "",
  31. "name": "Get Feeds",
  32. "url": "/v1/feeds",
  33. "method": "GET",
  34. "sortNum": 50000,
  35. "created": "2023-07-13T20:02:06.400Z",
  36. "modified": "2023-07-13T20:15:45.710Z",
  37. "headers": [],
  38. "params": [],
  39. "tests": []
  40. },
  41. {
  42. "_id": "b79c2ea4-a7a1-481c-8d09-00ae3b2589e8",
  43. "colId": "99c8ee49-0c9a-4243-9f35-07de6bf2df68",
  44. "containerId": "",
  45. "name": "Get Category Feeds",
  46. "url": "/v1/categories/1/feeds",
  47. "method": "GET",
  48. "sortNum": 60000,
  49. "created": "2023-07-13T20:02:18.690Z",
  50. "modified": "2023-07-13T20:26:32.652Z",
  51. "headers": [],
  52. "params": [],
  53. "tests": []
  54. },
  55. {
  56. "_id": "e4926b94-f241-49e8-9de9-475fbab42674",
  57. "colId": "99c8ee49-0c9a-4243-9f35-07de6bf2df68",
  58. "containerId": "",
  59. "name": "Get Feed",
  60. "url": "/v1/feeds/{feedID}",
  61. "method": "GET",
  62. "sortNum": 70000,
  63. "created": "2023-07-13T20:02:34.514Z",
  64. "modified": "2023-07-13T20:45:47.579Z",
  65. "headers": [],
  66. "params": [
  67. {
  68. "name": "feedID",
  69. "value": "9",
  70. "isPath": true
  71. }
  72. ],
  73. "tests": []
  74. },
  75. {
  76. "_id": "b4e2579f-68c2-4010-86f3-c256a6766f53",
  77. "colId": "99c8ee49-0c9a-4243-9f35-07de6bf2df68",
  78. "containerId": "",
  79. "name": "Get Feed Icon ",
  80. "url": "/v1/feeds/{feedID}/icon",
  81. "method": "GET",
  82. "sortNum": 80000,
  83. "created": "2023-07-13T20:02:52.263Z",
  84. "modified": "2023-07-13T20:46:00.957Z",
  85. "headers": [],
  86. "params": [
  87. {
  88. "name": "feedID",
  89. "value": "9",
  90. "isPath": true
  91. }
  92. ],
  93. "tests": []
  94. },
  95. {
  96. "_id": "6cb12736-0f29-4579-a170-15068c862911",
  97. "colId": "99c8ee49-0c9a-4243-9f35-07de6bf2df68",
  98. "containerId": "",
  99. "name": "Create Feed ",
  100. "url": "/v1/feeds",
  101. "method": "POST",
  102. "sortNum": 90000,
  103. "created": "2023-07-13T20:03:00.288Z",
  104. "modified": "2023-07-13T20:34:58.793Z",
  105. "headers": [],
  106. "params": [],
  107. "body": {
  108. "type": "json",
  109. "raw": "{\n \"feed_url\": \"https://miniflux.app/feed.xml\",\n \"category_id\": 4\n}",
  110. "form": []
  111. },
  112. "tests": []
  113. },
  114. {
  115. "_id": "66458952-8912-4646-858c-0d371b654280",
  116. "colId": "99c8ee49-0c9a-4243-9f35-07de6bf2df68",
  117. "containerId": "",
  118. "name": "Update Feed",
  119. "url": "/v1/feeds/{feedID}",
  120. "method": "PUT",
  121. "sortNum": 100000,
  122. "created": "2023-07-13T20:03:08.088Z",
  123. "modified": "2023-07-13T20:46:34.052Z",
  124. "headers": [],
  125. "params": [
  126. {
  127. "name": "feedID",
  128. "value": "9",
  129. "isPath": true
  130. }
  131. ],
  132. "body": {
  133. "type": "json",
  134. "raw": "{\n \"title\": \"Updated - New Feed Title\",\n \"category_id\": 1\n}",
  135. "form": []
  136. },
  137. "tests": []
  138. },
  139. {
  140. "_id": "ed460a11-135f-49a4-a975-17022246206a",
  141. "colId": "99c8ee49-0c9a-4243-9f35-07de6bf2df68",
  142. "containerId": "",
  143. "name": "Refresh Feed",
  144. "url": "/v1/feeds/{feedID}/refresh",
  145. "method": "PUT",
  146. "sortNum": 110000,
  147. "created": "2023-07-13T20:03:16.444Z",
  148. "modified": "2023-07-13T20:46:44.021Z",
  149. "headers": [],
  150. "params": [
  151. {
  152. "name": "feedID",
  153. "value": "9",
  154. "isPath": true
  155. }
  156. ],
  157. "tests": []
  158. },
  159. {
  160. "_id": "c81da1ce-60b5-438a-b931-9af262fb2390",
  161. "colId": "99c8ee49-0c9a-4243-9f35-07de6bf2df68",
  162. "containerId": "",
  163. "name": "Refresh All Feeds",
  164. "url": "/v1/feeds/refresh",
  165. "method": "PUT",
  166. "sortNum": 115000,
  167. "created": "2023-07-13T20:36:59.363Z",
  168. "modified": "2023-07-13T20:37:34.197Z",
  169. "headers": [],
  170. "params": [],
  171. "tests": []
  172. },
  173. {
  174. "_id": "ef3be4f9-0673-4119-91e7-2c4d0e7e7374",
  175. "colId": "99c8ee49-0c9a-4243-9f35-07de6bf2df68",
  176. "containerId": "",
  177. "name": "Remove Feed",
  178. "url": "/v1/feeds/{feedID}",
  179. "method": "DELETE",
  180. "sortNum": 120000,
  181. "created": "2023-07-13T20:03:24.716Z",
  182. "modified": "2023-07-13T20:47:05.653Z",
  183. "headers": [],
  184. "params": [
  185. {
  186. "name": "feedID",
  187. "value": "9",
  188. "isPath": true
  189. }
  190. ],
  191. "tests": []
  192. },
  193. {
  194. "_id": "1e9b4b98-ad86-4679-8fc6-d49cf8d3da66",
  195. "colId": "99c8ee49-0c9a-4243-9f35-07de6bf2df68",
  196. "containerId": "",
  197. "name": "Get Feed Entry",
  198. "url": "/v1/feeds/{feedID}/entries",
  199. "method": "GET",
  200. "sortNum": 130000,
  201. "created": "2023-07-13T20:03:35.916Z",
  202. "modified": "2023-07-13T20:47:53.285Z",
  203. "headers": [],
  204. "params": [
  205. {
  206. "name": "feedID",
  207. "value": "7",
  208. "isPath": true
  209. }
  210. ],
  211. "tests": []
  212. },
  213. {
  214. "_id": "4b6c5fa8-d86e-46fd-821d-99629defcb91",
  215. "colId": "99c8ee49-0c9a-4243-9f35-07de6bf2df68",
  216. "containerId": "",
  217. "name": "Get Entry",
  218. "url": "/v1/entries/{entryID}",
  219. "method": "GET",
  220. "sortNum": 140000,
  221. "created": "2023-07-13T20:03:46.247Z",
  222. "modified": "2023-07-13T20:48:05.139Z",
  223. "headers": [],
  224. "params": [
  225. {
  226. "name": "entryID",
  227. "value": "101",
  228. "isPath": true
  229. }
  230. ],
  231. "tests": []
  232. },
  233. {
  234. "_id": "3dfe4f29-8a9a-4263-9586-135cfc7a181d",
  235. "colId": "99c8ee49-0c9a-4243-9f35-07de6bf2df68",
  236. "containerId": "",
  237. "name": "Fetch original article",
  238. "url": "/v1/entries/{entryID}/fetch-content",
  239. "method": "GET",
  240. "sortNum": 150000,
  241. "created": "2023-07-13T20:03:55.251Z",
  242. "modified": "2023-07-13T20:48:13.702Z",
  243. "headers": [],
  244. "params": [
  245. {
  246. "name": "entryID",
  247. "value": "101",
  248. "isPath": true
  249. }
  250. ],
  251. "tests": []
  252. },
  253. {
  254. "_id": "ab3c80c4-57d6-458e-a215-bdd5b347e80a",
  255. "colId": "99c8ee49-0c9a-4243-9f35-07de6bf2df68",
  256. "containerId": "",
  257. "name": "Get Category Entries",
  258. "url": "/v1/categories/{categoryID}/entries",
  259. "method": "GET",
  260. "sortNum": 160000,
  261. "created": "2023-07-13T20:04:04.963Z",
  262. "modified": "2023-07-13T20:48:46.900Z",
  263. "headers": [],
  264. "params": [
  265. {
  266. "name": "categoryID",
  267. "value": "1",
  268. "isPath": true
  269. }
  270. ],
  271. "tests": []
  272. },
  273. {
  274. "_id": "e881a806-ae4d-46f2-b46e-023aae5d134d",
  275. "colId": "99c8ee49-0c9a-4243-9f35-07de6bf2df68",
  276. "containerId": "",
  277. "name": "Get Feed Entries ",
  278. "url": "/v1/feeds/7/entries",
  279. "method": "GET",
  280. "sortNum": 170000,
  281. "created": "2023-07-13T20:04:15.608Z",
  282. "modified": "2023-07-13T20:49:57.241Z",
  283. "headers": [],
  284. "params": [],
  285. "tests": []
  286. },
  287. {
  288. "_id": "55dfde9e-52b6-48ad-9121-14cdd471d943",
  289. "colId": "99c8ee49-0c9a-4243-9f35-07de6bf2df68",
  290. "containerId": "",
  291. "name": "Mark Feed Entries as Read",
  292. "url": "",
  293. "method": "GET",
  294. "sortNum": 180000,
  295. "created": "2023-07-13T20:04:27.605Z",
  296. "modified": "2023-07-13T20:04:27.605Z",
  297. "headers": []
  298. },
  299. {
  300. "_id": "07e1caac-4d07-47e1-a110-c5d5109eee18",
  301. "colId": "99c8ee49-0c9a-4243-9f35-07de6bf2df68",
  302. "containerId": "",
  303. "name": "Get Entries",
  304. "url": "/v1/entries",
  305. "method": "GET",
  306. "sortNum": 190000,
  307. "created": "2023-07-13T20:04:47.119Z",
  308. "modified": "2023-07-13T20:40:13.594Z",
  309. "headers": [],
  310. "params": [],
  311. "tests": []
  312. },
  313. {
  314. "_id": "8c64ebf7-53be-4e57-aeb8-7166fa840bd7",
  315. "colId": "99c8ee49-0c9a-4243-9f35-07de6bf2df68",
  316. "containerId": "",
  317. "name": "Update Entries",
  318. "url": "/v1/entries",
  319. "method": "PUT",
  320. "sortNum": 200000,
  321. "created": "2023-07-13T20:04:56.925Z",
  322. "modified": "2023-07-13T20:42:57.870Z",
  323. "headers": [],
  324. "params": [],
  325. "body": {
  326. "type": "json",
  327. "raw": "{\n \"entry_ids\": [184],\n \"status\": \"read\"\n}",
  328. "form": []
  329. },
  330. "tests": []
  331. },
  332. {
  333. "_id": "df4cf36a-30f6-45fe-98bd-7716dcb13e48",
  334. "colId": "99c8ee49-0c9a-4243-9f35-07de6bf2df68",
  335. "containerId": "",
  336. "name": "Toggle Entry Bookmark",
  337. "url": "/v1/entries/184/bookmark",
  338. "method": "PUT",
  339. "sortNum": 210000,
  340. "created": "2023-07-13T20:06:35.495Z",
  341. "modified": "2023-07-13T20:42:23.966Z",
  342. "headers": [],
  343. "params": [],
  344. "tests": []
  345. },
  346. {
  347. "_id": "5ab1831b-ce3b-4f30-a713-cc7a7948ff7f",
  348. "colId": "99c8ee49-0c9a-4243-9f35-07de6bf2df68",
  349. "containerId": "",
  350. "name": "Toggle Entry Save",
  351. "url": "/v1/entries/101/save",
  352. "method": "PUT",
  353. "sortNum": 215000,
  354. "created": "2023-07-13T20:41:41.234Z",
  355. "modified": "2023-07-13T20:50:55.001Z",
  356. "headers": [],
  357. "params": [],
  358. "tests": []
  359. },
  360. {
  361. "_id": "cc24f030-934a-4ab7-b4dd-3d1ec611cbdb",
  362. "colId": "99c8ee49-0c9a-4243-9f35-07de6bf2df68",
  363. "containerId": "",
  364. "name": "Get Categories",
  365. "url": "/v1/categories",
  366. "method": "GET",
  367. "sortNum": 220000,
  368. "created": "2023-07-13T20:06:43.457Z",
  369. "modified": "2023-07-13T20:24:03.603Z",
  370. "headers": [],
  371. "params": [],
  372. "tests": []
  373. },
  374. {
  375. "_id": "fc2188fb-06e5-4c51-8bda-6b74b88ee374",
  376. "colId": "99c8ee49-0c9a-4243-9f35-07de6bf2df68",
  377. "containerId": "",
  378. "name": "Create Category ",
  379. "url": "/v1/categories",
  380. "method": "POST",
  381. "sortNum": 230000,
  382. "created": "2023-07-13T20:06:51.394Z",
  383. "modified": "2023-07-13T20:23:49.243Z",
  384. "headers": [],
  385. "params": [],
  386. "body": {
  387. "type": "json",
  388. "raw": "{\n \"title\": \"My category\"\n}",
  389. "form": []
  390. },
  391. "tests": []
  392. },
  393. {
  394. "_id": "d48e1d75-7a60-421e-b7cd-510e322e1b52",
  395. "colId": "99c8ee49-0c9a-4243-9f35-07de6bf2df68",
  396. "containerId": "",
  397. "name": "Update Category",
  398. "url": "/v1/categories/3",
  399. "method": "PUT",
  400. "sortNum": 240000,
  401. "created": "2023-07-13T20:06:57.686Z",
  402. "modified": "2023-07-13T20:24:54.935Z",
  403. "headers": [],
  404. "params": [],
  405. "body": {
  406. "type": "json",
  407. "raw": "\n{\n \"title\": \"My new title\"\n}",
  408. "form": []
  409. },
  410. "tests": []
  411. },
  412. {
  413. "_id": "638c13a8-3761-4b2c-93b4-581edb2268b1",
  414. "colId": "99c8ee49-0c9a-4243-9f35-07de6bf2df68",
  415. "containerId": "",
  416. "name": "Refresh Category Feeds",
  417. "url": "/v1/categories/3/refresh",
  418. "method": "PUT",
  419. "sortNum": 250000,
  420. "created": "2023-07-13T20:07:04.246Z",
  421. "modified": "2023-07-13T20:25:15.679Z",
  422. "headers": [],
  423. "params": [],
  424. "tests": []
  425. },
  426. {
  427. "_id": "5a806dba-cce7-4092-976f-e867e35acb09",
  428. "colId": "99c8ee49-0c9a-4243-9f35-07de6bf2df68",
  429. "containerId": "",
  430. "name": "Delete Category",
  431. "url": "/v1/categories/3",
  432. "method": "DELETE",
  433. "sortNum": 260000,
  434. "created": "2023-07-13T20:07:11.380Z",
  435. "modified": "2023-07-13T20:25:37.067Z",
  436. "headers": [],
  437. "params": [],
  438. "tests": []
  439. },
  440. {
  441. "_id": "ad6fbc34-24ef-457a-a4d5-aced473325d5",
  442. "colId": "99c8ee49-0c9a-4243-9f35-07de6bf2df68",
  443. "containerId": "",
  444. "name": "Mark Category Entries as Read",
  445. "url": "/v1/categories/4/mark-all-as-read",
  446. "method": "PUT",
  447. "sortNum": 270000,
  448. "created": "2023-07-13T20:07:59.762Z",
  449. "modified": "2023-07-13T20:26:04.282Z",
  450. "headers": [],
  451. "params": [],
  452. "tests": []
  453. },
  454. {
  455. "_id": "042b06f0-89d9-4ec9-b8be-77b45ebb394c",
  456. "colId": "99c8ee49-0c9a-4243-9f35-07de6bf2df68",
  457. "containerId": "",
  458. "name": "OPML Export",
  459. "url": "/v1/export",
  460. "method": "GET",
  461. "sortNum": 280000,
  462. "created": "2023-07-13T20:08:15.300Z",
  463. "modified": "2023-07-13T20:21:25.993Z",
  464. "headers": [],
  465. "params": [],
  466. "tests": []
  467. },
  468. {
  469. "_id": "26361a86-9a91-43bd-ace8-16ff47893796",
  470. "colId": "99c8ee49-0c9a-4243-9f35-07de6bf2df68",
  471. "containerId": "",
  472. "name": "OPML Import",
  473. "url": "/v1/import",
  474. "method": "POST",
  475. "sortNum": 290000,
  476. "created": "2023-07-13T20:08:26.924Z",
  477. "modified": "2023-07-13T20:22:44.084Z",
  478. "headers": [],
  479. "params": [],
  480. "body": {
  481. "type": "xml",
  482. "raw": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<opml version=\"2.0\">\r\n <head>\r\n <title>Miniflux</title>\r\n <dateCreated>Thu, 13 Jul 2023 20:21:25 UTC</dateCreated>\r\n </head>\r\n <body>\r\n <outline text=\"All\">\r\n <outline title=\"Node.js Collection - Medium\" text=\"Node.js Collection - Medium\" xmlUrl=\"https://medium.com/feed/the-node-js-collection\" htmlUrl=\"https://medium.com/the-node-js-collection?source=rss----c80fd9f96957---4\"></outline>\r\n </outline>\r\n </body>\r\n</opml>",
  483. "form": []
  484. },
  485. "tests": []
  486. },
  487. {
  488. "_id": "e8dcb639-45eb-4974-861e-0807abb09ee4",
  489. "colId": "99c8ee49-0c9a-4243-9f35-07de6bf2df68",
  490. "containerId": "",
  491. "name": "Create User",
  492. "url": "/v1/users",
  493. "method": "POST",
  494. "sortNum": 300000,
  495. "created": "2023-07-13T20:08:38.772Z",
  496. "modified": "2023-07-13T20:20:52.548Z",
  497. "headers": [],
  498. "params": [],
  499. "body": {
  500. "type": "json",
  501. "raw": "{\n \"username\": \"bob\",\n \"password\": \"test123\",\n \"is_admin\": false\n}",
  502. "form": []
  503. },
  504. "tests": []
  505. },
  506. {
  507. "_id": "4d0a52f1-d333-4185-b668-b09582f71aa3",
  508. "colId": "99c8ee49-0c9a-4243-9f35-07de6bf2df68",
  509. "containerId": "",
  510. "name": "Update User",
  511. "url": "/v1/users/1",
  512. "method": "PUT",
  513. "sortNum": 310000,
  514. "created": "2023-07-13T20:08:49.322Z",
  515. "modified": "2023-07-13T20:20:14.840Z",
  516. "headers": [],
  517. "params": [],
  518. "body": {
  519. "type": "json",
  520. "raw": "{\n \"username\": \"joe\"\n}",
  521. "form": []
  522. },
  523. "tests": []
  524. },
  525. {
  526. "_id": "69d5eecd-7899-49bb-86b5-6e19b1c35017",
  527. "colId": "99c8ee49-0c9a-4243-9f35-07de6bf2df68",
  528. "containerId": "",
  529. "name": "Get Current User",
  530. "url": "/v1/me",
  531. "method": "GET",
  532. "sortNum": 320000,
  533. "created": "2023-07-13T20:08:57.866Z",
  534. "modified": "2023-07-13T20:19:36.880Z",
  535. "headers": [],
  536. "params": [],
  537. "tests": []
  538. },
  539. {
  540. "_id": "6475a8be-598f-449e-8f60-008e419749d6",
  541. "colId": "99c8ee49-0c9a-4243-9f35-07de6bf2df68",
  542. "containerId": "",
  543. "name": "Get User",
  544. "url": "/v1/users/admin",
  545. "method": "GET",
  546. "sortNum": 330000,
  547. "created": "2023-07-13T20:09:04.543Z",
  548. "modified": "2023-07-13T20:19:23.898Z",
  549. "headers": [],
  550. "params": [],
  551. "tests": []
  552. },
  553. {
  554. "_id": "e6e867f3-6daf-4c97-987f-56154fa20087",
  555. "colId": "99c8ee49-0c9a-4243-9f35-07de6bf2df68",
  556. "containerId": "",
  557. "name": "Get Users",
  558. "url": "/v1/users",
  559. "method": "GET",
  560. "sortNum": 340000,
  561. "created": "2023-07-13T20:09:13.035Z",
  562. "modified": "2023-07-13T20:18:37.740Z",
  563. "headers": [],
  564. "params": [],
  565. "tests": []
  566. },
  567. {
  568. "_id": "a7b276da-f45e-4b19-b3ae-5df347722612",
  569. "colId": "99c8ee49-0c9a-4243-9f35-07de6bf2df68",
  570. "containerId": "",
  571. "name": "Delete User",
  572. "url": "",
  573. "method": "GET",
  574. "sortNum": 350000,
  575. "created": "2023-07-13T20:09:20.001Z",
  576. "modified": "2023-07-13T20:09:20.001Z",
  577. "headers": []
  578. },
  579. {
  580. "_id": "32cb608b-787d-4119-9da0-b22e0c5d518e",
  581. "colId": "99c8ee49-0c9a-4243-9f35-07de6bf2df68",
  582. "containerId": "",
  583. "name": "Mark User Entries as Read",
  584. "url": "",
  585. "method": "GET",
  586. "sortNum": 360000,
  587. "created": "2023-07-13T20:09:28.638Z",
  588. "modified": "2023-07-13T20:09:28.638Z",
  589. "headers": []
  590. },
  591. {
  592. "_id": "7e6a025b-3e6a-4847-8c62-65cd415d1c45",
  593. "colId": "99c8ee49-0c9a-4243-9f35-07de6bf2df68",
  594. "containerId": "",
  595. "name": "Fetch Read/Unread Counters",
  596. "url": "/v1/feeds/counters",
  597. "method": "GET",
  598. "sortNum": 370000,
  599. "created": "2023-07-13T20:09:35.001Z",
  600. "modified": "2023-07-13T20:18:17.473Z",
  601. "headers": [],
  602. "params": [],
  603. "tests": []
  604. },
  605. {
  606. "_id": "8ccff897-d206-42e7-ac5b-436c17da5cea",
  607. "colId": "99c8ee49-0c9a-4243-9f35-07de6bf2df68",
  608. "containerId": "",
  609. "name": "Healthcheck",
  610. "url": "/healthcheck",
  611. "method": "GET",
  612. "sortNum": 380000,
  613. "created": "2023-07-13T20:09:45.003Z",
  614. "modified": "2023-07-13T20:18:09.635Z",
  615. "headers": [],
  616. "params": [],
  617. "tests": []
  618. },
  619. {
  620. "_id": "7241fce0-0496-44a0-8f94-53bbe0498ce9",
  621. "colId": "99c8ee49-0c9a-4243-9f35-07de6bf2df68",
  622. "containerId": "",
  623. "name": "Version",
  624. "url": "/version",
  625. "method": "GET",
  626. "sortNum": 390000,
  627. "created": "2023-07-13T20:09:53.633Z",
  628. "modified": "2023-07-13T20:17:59.749Z",
  629. "headers": [],
  630. "params": [],
  631. "tests": []
  632. }
  633. ],
  634. "settings": {
  635. "headers": [
  636. {
  637. "name": "X-Auth-Token",
  638. "value": "W9QztpZfQYe0fPfrfZO-34fGWZ5DRInK5INBmmI2ENU="
  639. }
  640. ],
  641. "options": {
  642. "baseUrl": "http://localhost:8080"
  643. }
  644. }
  645. }