-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcollection.json
574 lines (574 loc) · 42 KB
/
collection.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
{
"_type": "export",
"__export_format": 4,
"__export_date": "2021-12-17T22:37:35.524Z",
"__export_source": "insomnia.desktop.app:v2021.6.0",
"resources": [
{
"_id": "req_4622191e4d9e47db8beaa7579fecbc93",
"parentId": "fld_3c3a8870a33e4ac8b275e69cc2915126",
"modified": 1639773730558,
"created": 1639177151495,
"url": "{{ _.baseURL }}/auth/profile",
"name": "Profile",
"description": "",
"method": "GET",
"body": {},
"parameters": [],
"headers": [],
"authentication": { "type": "bearer", "token": "{{ _.token }}" },
"metaSortKey": -1639177151495,
"isPrivate": false,
"settingStoreCookies": true,
"settingSendCookies": true,
"settingDisableRenderRequestBody": false,
"settingEncodeUrl": true,
"settingRebuildPath": true,
"settingFollowRedirects": "global",
"_type": "request"
},
{
"_id": "fld_3c3a8870a33e4ac8b275e69cc2915126",
"parentId": "wrk_694d71f003964aa18b83f033085fe1c9",
"modified": 1639077216248,
"created": 1639011437955,
"name": "Auth",
"description": "",
"environment": {},
"environmentPropertyOrder": null,
"metaSortKey": -1639077210504,
"_type": "request_group"
},
{
"_id": "wrk_694d71f003964aa18b83f033085fe1c9",
"parentId": null,
"modified": 1638927508033,
"created": 1638927508033,
"name": "VoidPlus API",
"description": "",
"scope": "collection",
"_type": "workspace"
},
{
"_id": "req_a56802b167764e759955da2be06e6cb8",
"parentId": "fld_3c3a8870a33e4ac8b275e69cc2915126",
"modified": 1639762710437,
"created": 1639093784896,
"url": "{{ _.baseURL }}/auth/is-logged",
"name": "User Logged",
"description": "",
"method": "GET",
"body": {},
"parameters": [],
"headers": [],
"authentication": { "type": "bearer", "token": "{{ _.token }}" },
"metaSortKey": -1639093784896,
"isPrivate": false,
"settingStoreCookies": true,
"settingSendCookies": true,
"settingDisableRenderRequestBody": false,
"settingEncodeUrl": true,
"settingRebuildPath": true,
"settingFollowRedirects": "global",
"_type": "request"
},
{
"_id": "req_53643f8a0f524b75a8fbdc71f2025179",
"parentId": "fld_3c3a8870a33e4ac8b275e69cc2915126",
"modified": 1639776367066,
"created": 1639011450315,
"url": "{{ _.baseURL }}/auth/login",
"name": "Login",
"description": "",
"method": "POST",
"body": {
"mimeType": "application/json",
"text": "{\n\t\"email\": \"arseniumgx@gmail.com\",\n\t\"password\": \"123456\"\n}"
},
"parameters": [],
"headers": [
{
"name": "Content-Type",
"value": "application/json",
"id": "pair_b987c226a2bb480b9fd142d519094f5a"
},
{
"id": "pair_e043e9309367462c80c11999eea7d6c2",
"name": "",
"value": "",
"description": ""
}
],
"authentication": {},
"metaSortKey": -1639090849449,
"isPrivate": false,
"settingStoreCookies": true,
"settingSendCookies": true,
"settingDisableRenderRequestBody": false,
"settingEncodeUrl": true,
"settingRebuildPath": true,
"settingFollowRedirects": "global",
"_type": "request"
},
{
"_id": "req_ddc7d5338683455f979a2af0d7bc7744",
"parentId": "fld_d178a7767824490982aaf429fff6c08f",
"modified": 1639776363514,
"created": 1638928102172,
"url": "{{ _.baseURL }}/user",
"name": "Create",
"description": "",
"method": "POST",
"body": {
"mimeType": "application/json",
"text": "{\n \"email\": \"arseniumgx@gmail.com\",\n \"password\": \"123456\",\n \"rePassword\": \"123456\",\n\t\"name\": \"Angellos Caeleste\"\n}"
},
"parameters": [],
"headers": [
{
"name": "Content-Type",
"value": "application/json",
"id": "pair_101dd91cb7f641e7a219aba607459852"
}
],
"authentication": {},
"metaSortKey": -1638931203661,
"isPrivate": false,
"settingStoreCookies": true,
"settingSendCookies": true,
"settingDisableRenderRequestBody": false,
"settingEncodeUrl": true,
"settingRebuildPath": true,
"settingFollowRedirects": "global",
"_type": "request"
},
{
"_id": "fld_d178a7767824490982aaf429fff6c08f",
"parentId": "wrk_694d71f003964aa18b83f033085fe1c9",
"modified": 1639077218975,
"created": 1638927710732,
"name": "User",
"description": "",
"environment": {},
"environmentPropertyOrder": null,
"metaSortKey": -1639077210479,
"_type": "request_group"
},
{
"_id": "req_b50972fcb62143e9b462fbcba7fd3f47",
"parentId": "fld_d178a7767824490982aaf429fff6c08f",
"modified": 1639175960225,
"created": 1638927830403,
"url": "{{ _.baseURL }}/user/f8546670-3e97-4979-b365-b0f38dcd2",
"name": "Read",
"description": "",
"method": "GET",
"body": {},
"parameters": [],
"headers": [],
"authentication": { "type": "bearer", "token": "{{ _.token }}" },
"metaSortKey": -1638931203636,
"isPrivate": false,
"settingStoreCookies": true,
"settingSendCookies": true,
"settingDisableRenderRequestBody": false,
"settingEncodeUrl": true,
"settingRebuildPath": true,
"settingFollowRedirects": "global",
"_type": "request"
},
{
"_id": "req_af3cd28df57e41c39b6179d30e56c689",
"parentId": "fld_d178a7767824490982aaf429fff6c08f",
"modified": 1639175962893,
"created": 1638931203611,
"url": "{{ _.baseURL }}/user/ae72c500-570f-4e9a-9de2-e373e399fcfa",
"name": "Update",
"description": "",
"method": "PATCH",
"body": {
"mimeType": "application/json",
"text": "{\n\t\"name\": \"José Pereira Macedo\"\n}"
},
"parameters": [],
"headers": [
{
"name": "Content-Type",
"value": "application/json",
"id": "pair_5baf1c654a324d98bbe1edad6a8cd54c"
}
],
"authentication": {
"type": "bearer",
"token": "{{ _.token }}",
"prefix": ""
},
"metaSortKey": -1638931203629.75,
"isPrivate": false,
"settingStoreCookies": true,
"settingSendCookies": true,
"settingDisableRenderRequestBody": false,
"settingEncodeUrl": true,
"settingRebuildPath": true,
"settingFollowRedirects": "global",
"_type": "request"
},
{
"_id": "req_15bf2108303b4e2ea5f0035b10e1e4da",
"parentId": "fld_d178a7767824490982aaf429fff6c08f",
"modified": 1639179452436,
"created": 1638931257033,
"url": "{{ _.baseURL }}/user/fc122e00-6e6e-4d3d-a3d7-e142c5a83dfb",
"name": "Delete",
"description": "",
"method": "DELETE",
"body": {},
"parameters": [],
"headers": [],
"authentication": { "type": "bearer", "token": "{{ _.token }}" },
"metaSortKey": -1638931203623.5,
"isPrivate": false,
"settingStoreCookies": true,
"settingSendCookies": true,
"settingDisableRenderRequestBody": false,
"settingEncodeUrl": true,
"settingRebuildPath": true,
"settingFollowRedirects": "global",
"_type": "request"
},
{
"_id": "req_840982109c12405299fe90e97c972743",
"parentId": "fld_8e64e80292124a19978a411881cd95c1",
"modified": 1639762771360,
"created": 1639180190229,
"url": "{{ _.baseURL }}/user/watched/list",
"name": "All movies watched",
"description": "",
"method": "GET",
"body": {},
"parameters": [],
"headers": [],
"authentication": { "type": "bearer", "token": "{{ _.token }}" },
"metaSortKey": -1639180190229,
"isPrivate": false,
"settingStoreCookies": true,
"settingSendCookies": true,
"settingDisableRenderRequestBody": false,
"settingEncodeUrl": true,
"settingRebuildPath": true,
"settingFollowRedirects": "global",
"_type": "request"
},
{
"_id": "fld_8e64e80292124a19978a411881cd95c1",
"parentId": "fld_d178a7767824490982aaf429fff6c08f",
"modified": 1639179859941,
"created": 1639100136589,
"name": "Movies",
"description": "",
"environment": {},
"environmentPropertyOrder": null,
"metaSortKey": -1638931203573.5,
"_type": "request_group"
},
{
"_id": "req_b1df5062811f4b09a940ec05b4e451a5",
"parentId": "fld_8e64e80292124a19978a411881cd95c1",
"modified": 1639182022925,
"created": 1639180165590,
"url": "{{ _.baseURL }}/user/unwatched/637f6a1e-4824-4abe-b40f-0699fe156",
"name": "Unmark Watched",
"description": "",
"method": "PATCH",
"body": {},
"parameters": [],
"headers": [],
"authentication": { "type": "bearer", "token": "{{ _.token }}" },
"metaSortKey": -1639180165713,
"isPrivate": false,
"settingStoreCookies": true,
"settingSendCookies": true,
"settingDisableRenderRequestBody": false,
"settingEncodeUrl": true,
"settingRebuildPath": true,
"settingFollowRedirects": "global",
"_type": "request"
},
{
"_id": "req_4be818e09ad34b98b5bacba76e9b62bf",
"parentId": "fld_8e64e80292124a19978a411881cd95c1",
"modified": 1639182026167,
"created": 1639100148059,
"url": "{{ _.baseURL }}/user/watched/637f6a1e-4824-4abe-b40f-0699fed85156",
"name": "Mark watched",
"description": "",
"method": "PATCH",
"body": {},
"parameters": [],
"headers": [],
"authentication": { "type": "bearer", "token": "{{ _.token }}" },
"metaSortKey": -1639100148186,
"isPrivate": false,
"settingStoreCookies": true,
"settingSendCookies": true,
"settingDisableRenderRequestBody": false,
"settingEncodeUrl": true,
"settingRebuildPath": false,
"settingFollowRedirects": "global",
"_type": "request"
},
{
"_id": "req_ee7219548dba4e75a85eeda6651f96c5",
"parentId": "fld_918f4b345a6748bbbdc8a572574a0442",
"modified": 1639776665468,
"created": 1639762809187,
"url": "{{ _.baseURL }}/movie/create-many",
"name": "Create Many",
"description": "",
"method": "POST",
"body": {
"mimeType": "application/json",
"text": "[{\n\t\t\"title\": \"The Matrix\",\n\t\t\"poster\": \"https://doublefeature.fm/images/covers/the-matrix.jpg\",\n\t\t\"synopsis\": \"Um jovem programador é atormentado por estranhos pesadelos nos quais sempre está conectado por cabos a um imenso sistema de computadores do futuro. À medida que o sonho se repete, ele começa a levantar dúvidas sobre a realidade. E quando encontra os misteriosos Morpheus e Trinity, ele descobre que é vítima do Matrix, um sistema inteligente e artificial que manipula a mente das pessoas e cria a ilusão de um mundo real enquanto usa os cérebros e corpos dos indivíduos para produzir energia.\",\n\t\t\"year\": 1999,\n\t\t\"duration\": \"2h 16m\",\n\t\t\"rating\": 8.7,\n\t\t\"trailer\": \"https://www.youtube.com/watch?v=nUEQNVV3Gfs\",\n\t\t\"genres\": [\n\t\t\t\"Ação\",\n\t\t\t\"Ficção Científica\"\n\t\t],\n\t\t\"actors\": [\n\t\t\t\"Keanu Reeves\",\n\t\t\t\"Carrie-Ann Moss\",\n\t\t\t\"Laurence Fishburne\",\n\t\t\t\"Hugo Weaving\"\n\t\t],\n\t\t\"producer\": [\n\t\t\t\"Village Roadshow Pictures\",\n\t\t\t\"Silver Pectures\"\n\t\t]\n\t},\n\t{\n\t\t\"title\": \"The Matrix Reloaded\",\n\t\t\"poster\": \"https://www.danielclark.com/wp-content/uploads/2013/10/08-DVD-COVER.jpg\",\n\t\t\"synopsis\": \"Com os novos poderes de Neo, continua a saga de Neo, Morpheus, Trinity contra as máquinas. Neo tentará chegar à Fonte para, assim, libertar sua raça, porém o poderoso sr. Smith fará de tudo para impedi-lo.\",\n\t\t\"year\": 2003,\n\t\t\"duration\": \"2h 18m\",\n\t\t\"rating\": 7.2,\n\t\t\"trailer\": \"https://www.youtube.com/watch?v=kYzz0FSgpSU\",\n\t\t\"genres\": [\"Ação\", \"Ficção Científica\", \"Suspense\"],\n\t\t\t\"actors\": [\n\t\t\t\t\"Keanu Reeves\",\n\t\t\t\t\"Carrie-Ann Moss\",\n\t\t\t\t\"Laurence Fishburne\",\n\t\t\t\t\"Hugo Weaving\"\n\t\t\t],\n\t\t\t\"producer\": [\n\t\t\t\t\"Village Roadshow Pictures\",\n\t\t\t\t\"Silver Pectures\",\n\t\t\t\t\"NVP Entertainment\"\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"title\": \"The Matrix Revolutions\",\n\t\t\t\"poster\": \"https://fanart.tv/fanart/movies/605/movieposter/the-matrix-revolutions-58adc4561e0c9.jpg\",\n\t\t\t\"synopsis\": \"Após enfrentar os sentinelas no mundo real, Neo, a maior esperança da humanidade, está preso entre a Matrix e a realidade. A maioria da população do planeta permanece em um estado de suspensão da realidade virtual. Os poucos humanos que estão cientes das duras realidades tentam desesperadamente afastar as máquinas a tempo de Neo escapar e salvar o dia. Mas as coisas pioram quando o poderoso programa de computador, Agente Smith, aparece na forma humana.\",\n\t\t\t\"year\": 2003,\n\t\t\t\"duration\": \"2h 9m\",\n\t\t\t\"rating\": 6.8,\n\t\t\t\"trailer\": \"https://www.youtube.com/watch?v=hMbexEPAOQI\",\n\t\t\t\"genres\": [\n\t\t\t\t\"Ação\", \n\t\t\t\t\"Ficção Científica\"],\n\t\t\t\"actors\": [\n\t\t\t\t\"Keanu Reeves\",\n\t\t\t\t\"Carrie-Ann Moss\",\n\t\t\t\t\"Laurence Fishburne\",\n\t\t\t\t\"Hugo Weaving\"\n\t\t\t],\n\t\t\t\"producer\": [\n\t\t\t\t\"Village Roadshow Pictures\",\n\t\t\t\t\"Silver Pectures\",\n\t\t\t\t\"NVP Entertainment\"\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"title\": \"Happy Feet\",\n\t\t\t\"poster\": \"https://www.notrecinema.com/images/cache/happy-feet-poster_363639_46035.jpg\",\n\t\t\t\"synopsis\": \"Mano, um jovem pinguim-imperador, vive na congelada Antártida. Como todos os outros animais de sua espécie, ele precisa cantar a canção do coração para atrair uma companheira. O problema é que Mano tem uma voz horrível, e ele se sente um verdadeiro peixe fora d'água. Em vez disso, Mano tenta se expressar e seduzir uma fêmea com o seu incrível talento para sapateado.\",\n\t\t\t\"year\": 2006,\n\t\t\t\"duration\": \"1h 48m\",\n\t\t\t\"rating\": 6.4,\n\t\t\t\"trailer\": \"https://www.youtube.com/watch?v=G2z-xAZRFcQ\",\n\t\t\t\"genres\": [\n\t\t\t\t\"Animação\",\n\t\t\t\t\"Aventura\",\n\t\t\t\t\"Musical\"\n\t\t\t],\n\t\t\t\"actors\": [\n\t\t\t\t\"Elijah Wood\",\n\t\t\t\t\"Robin Williams\",\n\t\t\t\t\"Brittany Murphy\",\n\t\t\t\t\"Hugh Jackman\"\n\t\t\t],\n\t\t\t\"producer\": [\n\t\t\t\t\"Kennedy-Miller Productions\",\n\t\t\t\t\"Animal Logic Films\",\n\t\t\t\t\"Village Roadshow Pictures\"\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"title\": \"Happy Feet Two\",\n\t\t\t\"poster\": \"https://fanart.tv/fanart/movies/65759/movieposter/happy-feet-two-5734b99da7328.jpg\",\n\t\t\t\"synopsis\": \"Erick, o filho de Mumble, é um pinguim imperador que, como seu pai, tem problemas para se socializar. Erick tenta se adaptar, enquanto Mumble descobre uma nova ameaça que pode por em perigo todos os pinguins.\",\n\t\t\t\"year\": 2011,\n\t\t\t\"duration\": \"1h 40m\",\n\t\t\t\"rating\": 5.9,\n\t\t\t\"trailer\": \"https://www.youtube.com/watch?v=L_aaukrZrkc\",\n\t\t\t\"genres\": [\n\t\t\t\t\"Aventura\",\n\t\t\t\t\"Animação\",\n\t\t\t\t\"Musical\",\n\t\t\t\t\"Drama\"\n\t\t\t],\n\t\t\t\"actors\": [\n\t\t\t\t\"Elijah Wood\",\n\t\t\t\t\"Robin Williams\",\n\t\t\t\t\"Hank Azaria\",\n\t\t\t\t\"Pink\",\n\t\t\t\t\"Brad Pitt\",\n\t\t\t\t\"Matt Damon\"\n\t\t\t],\n\t\t\t\"producer\": [\n\t\t\t\t\"Village Roadshow Pictures\"\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"title\": \"The Lord of the Rings: The Fellowship of the Ring\",\n\t\t\t\"poster\": \"https://carlkevad.files.wordpress.com/2011/08/the-lord-of-the-rings-the-fellowship-of-the-ring-poster.jpg\",\n\t\t\t\"synopsis\": \"Em uma terra fantástica e única, um hobbit recebe de presente de seu tio um anel mágico e maligno que precisa ser destruído antes que caia nas mãos do mal. Para isso, o hobbit Frodo tem um caminho árduo pela frente, onde encontra perigo, medo e seres bizarros. Ao seu lado para o cumprimento desta jornada, ele aos poucos pode contar com outros hobbits, um elfo, um anão, dois humanos e um mago, totalizando nove seres que formam a Sociedade do Anel.\",\n\t\t\t\"year\": 2001,\n\t\t\t\"duration\": \"2h 58m\",\n\t\t\t\"rating\": 8.8,\n\t\t\t\"trailer\": \"https://www.youtube.com/watch?v=V75dMMIW2B4\",\n\t\t\t\"genres\": [\n\t\t\t\t\"Aventura\",\n\t\t\t\t\"Épico\",\n\t\t\t\t\"Fantasia\"\n\t\t\t],\n\t\t\t\"actors\": [\n\t\t\t\t\"Elijah Wood\",\n\t\t\t\t\"Ian McKellen\",\n\t\t\t\t\"Liv Tyler\",\n\t\t\t\t\"Viggo Mortensen\",\n\t\t\t\t\"Sean Astin\",\n\t\t\t\t\"Cate Blanchett\",\n\t\t\t\t\"John Rhys-Davies\",\n\t\t\t\t\"Bernard Hill\",\n\t\t\t\t\"Christopher Lee\"\n\t\t\t],\n\t\t\t\"producer\": [\n\t\t\t\t\"WingNut Films\",\n\t\t\t\t\"The Saul Zaentz Company\"\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"title\": \"The Lord of the Rings: The Two Towers\",\n\t\t\t\"poster\": \"https://image.tmdb.org/t/p/original/wf3v0Pn09jnT5HSaYal7Ami3bdA.jpg\",\n\t\t\t\"synopsis\": \"Após a captura de Merry e Pippy pelos orcs, a Sociedade do Anel é dissolvida. Frodo e Sam seguem sua jornada rumo à Montanha da Perdição para destruir o anel e descobrem que estão sendo perseguidos pelo misterioso Gollum. Enquanto isso, Aragorn, o elfo e arqueiro Legolas e o anão Gimli partem para resgatar os hobbits sequestrados e chegam ao reino de Rohan, onde o rei Theoden foi vítima de uma maldição mortal de Saruman.\",\n\t\t\t\"year\": 2002,\n\t\t\t\"duration\": \"2h 59m\",\n\t\t\t\"rating\": 8.7,\n\t\t\t\"trailer\": \"https://www.youtube.com/watch?v=hYcw5ksV8YQ\",\n\t\t\t\"genres\": [\n\t\t\t\t\"Aventura\",\n\t\t\t\t\"Épico\",\n\t\t\t\t\"Fantasia\"\n\t\t\t],\n\t\t\t\"actors\": [\n\t\t\t\t\"Elijah Wood\",\n\t\t\t\t\"Ian McKellen\",\n\t\t\t\t\"Liv Tyler\",\n\t\t\t\t\"Viggo Mortensen\",\n\t\t\t\t\"Sean Astin\",\n\t\t\t\t\"Cate Blanchett\",\n\t\t\t\t\"John Rhys-Davies\",\n\t\t\t\t\"Bernard Hill\",\n\t\t\t\t\"Christopher Lee\"\n\t\t\t],\n\t\t\t\"producer\": [\n\t\t\t\t\"WingNut Films\",\n\t\t\t\t\"The Saul Zaentz Company\"\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"title\": \"The Lord of the Rings: The Return of the King\",\n\t\t\t\"poster\": \"https://media.movieassets.com/static/images/items/movies/posters/7b1dbde701c2a03be8f599e06eabc38f.jpg\",\n\t\t\t\"synopsis\": \"O confronto final entre as forças do bem e do mal que lutam pelo controle do futuro da Terra Média se aproxima. Sauron planeja um grande ataque a Minas Tirith, capital de Gondor, o que faz com que Gandalf e Pippin partam para o local na intenção de ajudar a resistência. Um exército é reunido por Theoden em Rohan, em mais uma tentativa de deter as forças de Sauron. Enquanto isso, Frodo, Sam e Gollum seguem sua viagem rumo à Montanha da Perdição para destruir o anel.\",\n\t\t\t\"year\": 2003,\n\t\t\t\"duration\": \"3h 30m\",\n\t\t\t\"rating\": 8.9,\n\t\t\t\"trailer\": \"https://www.youtube.com/watch?v=zckJCxYxn1g\",\n\t\t\t\"genres\": [\n\t\t\t\t\"Aventura\",\n\t\t\t\t\"Épico\",\n\t\t\t\t\"Fantasia\"\n\t\t\t],\n\t\t\t\"actors\": [\n\t\t\t\t\"Elijah Wood\",\n\t\t\t\t\"Ian McKellen\",\n\t\t\t\t\"Liv Tyler\",\n\t\t\t\t\"Viggo Mortensen\",\n\t\t\t\t\"Sean Astin\",\n\t\t\t\t\"Cate Blanchett\",\n\t\t\t\t\"John Rhys-Davies\",\n\t\t\t\t\"Bernard Hill\",\n\t\t\t\t\"Christopher Lee\"\n\t\t\t],\n\t\t\t\"producer\": [\n\t\t\t\t\"WingNut Films\",\n\t\t\t\t\"The Saul Zaentz Company\"\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"title\": \"The Hobbit: An Unexpected Journey\",\n\t\t\t\"poster\": \"https://www.newdvdreleasedates.com/images/posters/large/the-hobbit-an-unexpected-journey-2012-5.jpg\",\n\t\t\t\"synopsis\": \"Como a maioria dos hobbits, Bilbo Bolseiro leva uma vida tranquila até o dia em que recebe uma missão do mago Gandalf. Acompanhado por um grupo de anões, ele parte numa jornada até a Montanha Solitária para libertar o Reino de Erebor do dragão Smaug.\",\n\t\t\t\"year\": 2012,\n\t\t\t\"duration\": \"2h 49m\",\n\t\t\t\"rating\": 7.8,\n\t\t\t\"trailer\": \"https://www.youtube.com/watch?v=9PSXjr1gbjc\",\n\t\t\t\"genres\": [\n\t\t\t\t\"Aventura\",\n\t\t\t\t\"Épico\",\n\t\t\t\t\"Fantasia\"\n\t\t\t],\n\t\t\t\"actors\": [\n\t\t\t\t\"Ian McKellen\",\n\t\t\t\t\"Martin Freeman\",\n\t\t\t\t\"Richard Armitage\",\n\t\t\t\t\"James Nesbitt\",\n\t\t\t\t\"Ken Stott\",\n\t\t\t\t\"Sylvester McCoy\",\n\t\t\t\t\"Barry Humphries\",\n\t\t\t\t\"Cate Blanchett\"\n\t\t\t],\n\t\t\t\"producer\": [\n\t\t\t\t\"New Line Cinema\",\n\t\t\t\t\"Metro-Goldwyn-Mayer\",\n\t\t\t\t\"WingNut Films\"\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"title\": \"The Hobbit: The Desolation of Smaug\",\n\t\t\t\"poster\": \"https://media.movieassets.com/static/images/items/movies/posters/00ec6b4485f8e030c9e62608422351d0.jpg\",\n\t\t\t\"synopsis\": \"Ao lado de um grupo de anões e de Gandalf, Bilbo segue em direção à Montanha Solitária, onde deverá ajudar seus companheiros a retomar a Pedra de Arken. O problema é que o artefato está perdido em meio a um tesouro protegido pelo temido dragão Smaug.\",\n\t\t\t\"year\": 2013,\n\t\t\t\"duration\": \"2h 41m\",\n\t\t\t\"rating\": 7.8,\n\t\t\t\"trailer\": \"https://www.youtube.com/watch?v=OPVWy1tFXuc\",\n\t\t\t\"genres\": [\n\t\t\t\t\"Aventura\",\n\t\t\t\t\"Épico\",\n\t\t\t\t\"Fantasia\"\n\t\t\t],\n\t\t\t\"actors\": [\n\t\t\t\t\"Ian McKellen\",\n\t\t\t\t\"Martin Freeman\",\n\t\t\t\t\"Richard Armitage\",\n\t\t\t\t\"Benedict Cumberbatch\",\n\t\t\t\t\"Evangeline Lilly\",\n\t\t\t\t\"Lee Pace\",\n\t\t\t\t\"Luke Evans\",\n\t\t\t\t\"Stephen Fry\"\n\t\t\t],\n\t\t\t\"producer\": [\n\t\t\t\t\"New Line Cinema\",\n\t\t\t\t\"Metro-Goldwyn-Mayer\",\n\t\t\t\t\"WingNut Films\"\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"title\": \"The Hobbit: The Battle of the Five Armies\",\n\t\t\t\"poster\": \"https://images-na.ssl-images-amazon.com/images/I/91cyWCF7nML._RI_.jpg\",\n\t\t\t\"synopsis\": \"O dragão Smaug lança sua fúria ardente contra a Cidade do Lago que fica próxima da montanha de Erebor. Bard consegue derrotá-lo, mas, rapidamente, sem a ameaça do dragão, inicia-se uma batalha pelo controle de Erebor e sua riqueza. Os anões, liderados por Thorin, adentram a montanha e estão dispostos a impedir a entrada de elfos, anões e orcs. Bilbo Bolseiro e Gandalf tentam impedir a guerra.\",\n\t\t\t\"year\": 2014,\n\t\t\t\"duration\": \"2h 24m\",\n\t\t\t\"rating\": 7.4,\n\t\t\t\"trailer\": \"https://www.youtube.com/watch?v=iVAgTiBrrDA\",\n\t\t\t\"genres\": [\n\t\t\t\t\"Aventura\",\n\t\t\t\t\"Épico\",\n\t\t\t\t\"Fantasia\"\n\t\t\t],\n\t\t\t\"actors\": [\n\t\t\t\t\"Ian McKellen\",\n\t\t\t\t\"Martin Freeman\",\n\t\t\t\t\"Richard Armitage\",\n\t\t\t\t\"Evangeline Lilly\",\n\t\t\t\t\"Luke Evans\",\n\t\t\t\t\"Lee Pace\",\n\t\t\t\t\"Benedict Cumberbatch\",\n\t\t\t\t\"Ken Stott\"\n\t\t\t],\n\t\t\t\"producer\": [\n\t\t\t\t\"New Line Cinema\",\n\t\t\t\t\"Metro-Goldwyn-Mayer\",\n\t\t\t\t\"WingNut Films\"\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"title\": \"Megamint\",\n\t\t\t\"poster\": \"https://image.tmdb.org/t/p/original/ozecjGWL47TQ9mKrPg2Y3WTh2UJ.jpg\",\n\t\t\t\"synopsis\": \"Embora seja o vilão mais brilhante que o mundo já conheceu, Megamente é o menos bem-sucedido. Derrotado repetidamente pelo heroico Metro Man, ele fica surpreso quando finalmente consegue derrotar o seu inimigo de longa data. Porém, sem Metro Man, Megamente não tem nenhum propósito na vida, então ele cria um novo adversário que logo decide que é mais divertido ser um vilão que um herói.\",\n\t\t\t\"year\": 2010,\n\t\t\t\"duration\": \"1h 36m\",\n\t\t\t\"rating\": 0,\n\t\t\t\"trailer\": \"https://www.youtube.com/watch?v=ead9HCX9fe4\",\n\t\t\t\"genres\": [\n\t\t\t\t\"Animação\", \n\t\t\t\t\"Comédia\", \n\t\t\t\t\"Aventura\", \n\t\t\t\t\"Ação\"\n\t\t\t],\n\t\t\t\"actors\": [\n\t\t\t\t\"Will Ferrell\",\n\t\t\t\t\"Tina Fey\",\n\t\t\t\t\"Jonah Hill\",\n\t\t\t\t\"David Cross\",\n\t\t\t\t\"Brad Pitt\"\n\t\t\t],\n\t\t\t\"producer\": [\n\t\t\t\t\"DreamWorks Animation\",\n\t\t\t\t\"Pacific Data Images\",\n\t\t\t\t\"Red Hour Films\"\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"title\": \"Kung Fu Panda\",\n\t\t\t\"poster\": \"\",\n\t\t\t\"synopsis\": \"Po é um panda que trabalha na loja de macarrão da sua família e sonha em transformar-se em um mestre de kung fu. Seu sonho se torna realidade quando, inesperadamente, ele deve cumprir uma profecia antiga e estudar a arte marcial com seus ídolos, os Cinco Furiosos. Po precisa de toda a sabedoria, força e habilidade que conseguir reunir para proteger seu povo de um leopardo da neve malvado.\",\n\t\t\t\"year\": 2008,\n\t\t\t\"duration\": \"1h 32m\",\n\t\t\t\"rating\": 7.6,\n\t\t\t\"trailer\": \"https://www.youtube.com/watch?v=PXi3Mv6KMzY\",\n\t\t\t\"genres\": [\n\t\t\t\t\"Animação\",\n\t\t\t\t\"Aventura\",\n\t\t\t\t\"Comédia\",\n\t\t\t\t\"Ação\"\n\t\t\t],\n\t\t\t\"actors\": [\n\t\t\t\t\"Jack Black\",\n\t\t\t\t\"Dustin Hoffman\",\n\t\t\t\t\"Ian McShane\",\n\t\t\t\t\"Angelina Jolie\",\n\t\t\t\t\"Jackie Chan\",\n\t\t\t\t\"Lucy Liu\",\n\t\t\t\t\"David Cross\"\n\t\t\t],\n\t\t\t\"producer\": [\n\t\t\t\t\"DreamWorks Animation\"\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"title\": \"Kung Fu Panda 2\",\n\t\t\t\"poster\": \"https://image.tmdb.org/t/p/original/wQ0gqQdoFu6YKApiR34ktNjgjH2.jpg\",\n\t\t\t\"synopsis\": \"Sua vida pacata chega ao fim quando surge um novo inimigo, o lorde Chen (Gary Oldman), que possui uma arma secreta capaz de permitir a conquista da China e provocar o fim do kung fu. Para impedi-lo, Po e os Cinco Furiosos precisam cruzar o país e derrotá-lo.\",\n\t\t\t\"year\": 2011,\n\t\t\t\"duration\": \"1h 30m\",\n\t\t\t\"rating\": 7.2,\n\t\t\t\"trailer\": \"https://www.youtube.com/watch?v=Sxhm93M3ODY\",\n\t\t\t\"genres\": [\n\t\t\t\t\"Animação\",\n\t\t\t\t\"Aventura\",\n\t\t\t\t\"Comédia\",\n\t\t\t\t\"Ação\"\n\t\t\t],\n\t\t\t\"actors\": [\n\t\t\t\t\"Jack Black\",\n\t\t\t\t\"Dustin Hoffman\",\n\t\t\t\t\"Ian McShane\",\n\t\t\t\t\"Angelina Jolie\",\n\t\t\t\t\"Jackie Chan\",\n\t\t\t\t\"Lucy Liu\",\n\t\t\t\t\"David Cross\"\n\t\t\t],\n\t\t\t\"producer\": [\n\t\t\t\t\"DreamWorks Animation\"\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"title\": \"Kung Fu Panda 3\",\n\t\t\t\"poster\": \"https://picfiles.alphacoders.com/147/147507.jpg\",\n\t\t\t\"synopsis\": \"Depois de reencontrar o pai, Po precisa treinar os moradores de um vilarejo repleto de pandas atrapalhados e ajudá-los a derrotar um perigoso e malvado vilão.\",\n\t\t\t\"year\": 2016,\n\t\t\t\"duration\": \"1h 35m\",\n\t\t\t\"rating\": 7.1,\n\t\t\t\"trailer\": \"https://www.youtube.com/watch?v=2V-jw6_jKLE\",\n\t\t\t\"genres\": [\n\t\t\t\t\"Animação\",\n\t\t\t\t\"Aventura\",\n\t\t\t\t\"Comédia\",\n\t\t\t\t\"Ação\"\n\t\t\t],\n\t\t\t\"actors\": [\n\t\t\t\t\"Jack Black\",\n\t\t\t\t\"Dustin Hoffman\",\n\t\t\t\t\"Ian McShane\",\n\t\t\t\t\"Angelina Jolie\",\n\t\t\t\t\"Jackie Chan\",\n\t\t\t\t\"Lucy Liu\",\n\t\t\t\t\"David Cross\"\n\t\t\t],\n\t\t\t\"producer\": [\n\t\t\t\t\"DreamWorks Animation\",\n\t\t\t\t\"Oriental DreamWorks\"\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"title\": \"Madagascar\",\n\t\t\t\"poster\": \"https://image.tmdb.org/t/p/original/a4SnZNmNR4NfRe26Nj9IzaESZoz.jpg\",\n\t\t\t\"synopsis\": \"O leão Alex é o rei da selva urbana, a principal atração no zoológico de Nova York. Ele e seus melhores amigos - a zebra Marty, a girafa Melman e a hipopótamo fêmea Gloria - sempre viveram em cativeiro, felizes, com refeições regulares e um público para adorá-los. No entanto, Marty quer explorar o mundo e foge com a ajuda dos pinguins.\",\n\t\t\t\"year\": 2005,\n\t\t\t\"duration\": \"1h 26m\",\n\t\t\t\"rating\": 6.9,\n\t\t\t\"trailer\": \"https://www.youtube.com/watch?v=fq5zU9T_Hl4\",\n\t\t\t\"genres\": [\n\t\t\t\t\"Animação\",\n\t\t\t\t\"Comédia\",\n\t\t\t\t\"Aventura\"\n\t\t\t],\n\t\t\t\"actors\": [\n\t\t\t\t\"Ben Stiller\",\n\t\t\t\t\"Chris Rock\",\n\t\t\t\t\"David Schwimmer\",\n\t\t\t\t\"Jada Pinkett Smith\",\n\t\t\t\t\"Sacha Baron Cohen\",\n\t\t\t\t\"Cedric the Entertainer\",\n\t\t\t\t\"Andy Richter\"\n\t\t\t],\n\t\t\t\"producer\": [\n\t\t\t\t\"DreamWorks Animation\",\n\t\t\t\t\"Pacific Data Images\"\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"title\": \"Madagascar 2: Escape 2 Africa\",\n\t\t\t\"poster\": \"https://image.tmdb.org/t/p/original/agRbLOHgN46TQO4YdKR462iR7To.jpg\",\n\t\t\t\"synopsis\": \"Alex, Marty e outros animais do jardim zoológico do Central Park encontram uma maneira de fugir para Madagascar quando os pinguins montam um avião destruído. A embarcação precária fica no ar apenas o suficiente para chegar ao continente africano. Na África, os habitantes de Nova York encontram suas próprias espécies pela primeira vez. Quando o continente revela-se um lugar selvagem, Alex e seus companheiros se perguntam se ficar por lá é melhor do que em seu lar no Central Park.\",\n\t\t\t\"year\": 2008,\n\t\t\t\"duration\": \"1h 29m\",\n\t\t\t\"rating\": 6.6,\n\t\t\t\"trailer\": \"https://www.youtube.com/watch?v=MUAbupPbGbQ\",\n\t\t\t\"genres\": [\n\t\t\t\t\"Animação\",\n\t\t\t\t\"Comédia\",\n\t\t\t\t\"Aventura\"\n\t\t\t],\n\t\t\t\"actors\": [\n\t\t\t\t\"Ben Stiller\",\n\t\t\t\t\"Chris Rock\",\n\t\t\t\t\"David Schwimmer\",\n\t\t\t\t\"Jada Pinkett Smith\",\n\t\t\t\t\"Sacha Baron Cohen\",\n\t\t\t\t\"Cedric the Entertainer\",\n\t\t\t\t\"Andy Richter\"\n\t\t\t],\n\t\t\t\"producer\": [\n\t\t\t\t\"DreamWorks Animation\",\n\t\t\t\t\"Pacific Data Images\"\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"title\": \"Madagascar 3: Europe's Most Wanted\",\n\t\t\t\"poster\": \"https://image.tmdb.org/t/p/original/ekraj4ksvIKeuvQVEevEJkuybZd.jpg\",\n\t\t\t\"synopsis\": \"Nossos amigos animais Alex, Marty, Glória e Melman vão para a Europa e passam a ser perseguidos por uma agente de controle de animais. Para despistá-la, eles se juntam a um grupo circense que sonha em se apresentar em Nova York, o lar dos animais.\",\n\t\t\t\"year\": 2012,\n\t\t\t\"duration\": \"1h 35m\",\n\t\t\t\"rating\": 6.6,\n\t\t\t\"trailer\": \"https://www.youtube.com/watch?v=PlkWVkpP59U\",\n\t\t\t\"genres\": [\n\t\t\t\t\"Animação\",\n\t\t\t\t\"Comédia\",\n\t\t\t\t\"Aventura\"\n\t\t\t],\n\t\t\t\"actors\": [\n\t\t\t\t\"Ben Stiller\",\n\t\t\t\t\"Chris Rock\",\n\t\t\t\t\"David Schwimmer\",\n\t\t\t\t\"Jada Pinkett Smith\",\n\t\t\t\t\"Sacha Baron Cohen\",\n\t\t\t\t\"Cedric the Entertainer\",\n\t\t\t\t\"Andy Richter\"\n\t\t\t],\n\t\t\t\"producer\": [\n\t\t\t\t\"DreamWorks Animation\",\n\t\t\t\t\"Pacific Data Images\"\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"title\": \"Battleship\",\n\t\t\t\"poster\": \"https://fanart.tv/fanart/movies/44833/movieposter/battleship-52c822614921c.jpg\",\n\t\t\t\"synopsis\": \"Baseado no famoso jogo Batalha Naval, o filme acompanha a jornada de um navio que se depara com um exército alienígena que tenta conquistar a Terra. Para defender o planeta, a tripulação precisa confiar em uma estratégia única.\",\n\t\t\t\"year\": 2012,\n\t\t\t\"duration\": \"2h 11m\",\n\t\t\t\"rating\": 5.8,\n\t\t\t\"trailer\": \"https://www.youtube.com/watch?v=JpoabtbEJOI\",\n\t\t\t\"genres\": [\n\t\t\t\t\"Ação\",\n\t\t\t\t\"AventuraA\",\n\t\t\t\t\"Ficção Científica\"\n\t\t\t],\n\t\t\t\"actors\": [\n\t\t\t\t\"Taylor Kitsch\",\n\t\t\t\t\"Alexander Skarsgård\",\n\t\t\t\t\"Brooklyn Decker\",\n\t\t\t\t\"Rihanna\",\n\t\t\t\t\"Liam Neeson\",\n\t\t\t\t\"Tadanobu Asano\"\n\t\t\t],\n\t\t\t\"producer\": [\n\t\t\t\t\"Universla Pictures\",\n\t\t\t\t\"Hasbro\",\n\t\t\t\t\"Bluegrass Films\"\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"title\": \"Thor: Ragnarok\",\n\t\t\t\"poster\": \"https://fanart.tv/fanart/movies/284053/movieposter/thor-ragnarok-5a648746c4667.jpg\",\n\t\t\t\"synopsis\": \"Após anos afastado, Thor retorna para casa e descobre que seu pai, Odin, rei de Asgard, está desaparecido. Após encontrá-lo, ele toma conhecimento de sua irmã mais velha, Hela, a poderosa e implacável deusa da morte. Com o auxílio de Loki, ele enfrenta Hela, mas durante a batalha, Thor acaba preso em Sakaar, um planeta do outro lado do universo. Agora, ele precisa correr contra o tempo para voltar a Asgard e impedir o Ragnarok, a destruição de seu mundo.\",\n\t\t\t\"year\": 2017,\n\t\t\t\"duration\": \"2h 10m\",\n\t\t\t\"rating\": 7.9,\n\t\t\t\"trailer\": \"https://www.youtube.com/watch?v=UvNnqWLruXA\",\n\t\t\t\"genres\": [\n\t\t\t\t\"Ação\",\n\t\t\t\t\"Aventura\",\n\t\t\t\t\"Comédia\"\n\t\t\t],\n\t\t\t\"actors\": [\n\t\t\t\t\"Chris Hemsworth\",\n\t\t\t\t\"Tom Hiddleston\",\n\t\t\t\t\"Cate Blanchett\",\n\t\t\t\t\"Idris Elba\",\n\t\t\t\t\"Tessa Thompson\",\n\t\t\t\t\"Jeff Goldblum\"\n\t\t\t],\n\t\t\t\"producer\": [\n\t\t\t\t\"Marvel Studios\"\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"title\": \"Pride & Prejudice\",\n\t\t\t\"poster\": \"https://www.weekendnotes.com/im/003/05/prideandprejudice2005posterartworkkeiraknightleytalulahrileyrosamundpike11.jpg\",\n\t\t\t\"synopsis\": \"Elizabeth Bennet vive com sua mãe, pai e irmãs no campo, na Inglaterra. Por ser a filha mais velha, ela enfrenta uma crescente pressão de seus pais para se casar. Quando Elizabeth é apresentada ao belo e rico Darcy, faíscas voam. Embora haja uma química óbvia entre os dois, a natureza excessivamente reservada de Darcy ameaça a relação.\",\n\t\t\t\"year\": 2005,\n\t\t\t\"duration\": \"2h 7m\",\n\t\t\t\"rating\": 7.9,\n\t\t\t\"trailer\": \"https://www.youtube.com/watch?v=Ur_DIHs92NM\",\n\t\t\t\"genres\": [\n\t\t\t\t\"Romance\",\n\t\t\t\t\"Drama\"\n\t\t\t],\n\t\t\t\"actors\": [\n\t\t\t\t\"Keira Knightley\",\n\t\t\t\t\"Matthew Macfadyen\",\n\t\t\t\t\"Brenda Blethyn\",\n\t\t\t\t\"Donald Sutherland\",\n\t\t\t\t\"Rosamund Pike\"\n\t\t\t],\n\t\t\t\"producer\": [\n\t\t\t\t\"StudioCanal\",\n\t\t\t\t\"Working Title Films\"\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"title\": \"WALL·E\",\n\t\t\t\"poster\": \"https://aws.boxofficebuz.com/movies/images/wall-e_2899422.jpg\",\n\t\t\t\"synopsis\": \"Após entulhar a Terra de lixo e poluir a atmosfera com gases tóxicos, a humanidade deixou o planeta e passou a viver em uma gigantesca nave. O plano era que o retiro durasse alguns poucos anos, com robôs sendo deixados para limpar o planeta. WALL-E é o último destes robôs, e sua vida consiste em compactar o lixo existente no planeta. Até que um dia surge repentinamente uma nave, que traz um novo e moderno robô: Eva. A princípio curioso, WALL-E se apaixona e resolve segui-la por toda a galáxia.\",\n\t\t\t\"year\": 2008,\n\t\t\t\"duration\": \"1h 38m\",\n\t\t\t\"rating\": 8.4,\n\t\t\t\"trailer\": \"https://www.youtube.com/watch?v=CZ1CATNbXg0\",\n\t\t\t\"genres\": [\n\t\t\t\t\"Animação\",\n\t\t\t\t\"Ficção Científica\",\n\t\t\t\t\"Comédia\"\n\t\t\t],\n\t\t\t\"actors\": [\n\t\t\t\t\"Ben Burtt\",\n\t\t\t\t\"Elissa Knight\",\n\t\t\t\t\"Jeff Garlin\",\n\t\t\t\t\"Fred Willard\",\n\t\t\t\t\"John Ratzenberger\",\n\t\t\t\t\"Kathy Najimy\",\n\t\t\t\t\"Sigourney Weaver\",\n\t\t\t\t\"MacInTalk\"\n\t\t\t],\n\t\t\t\"producer\": [\n\t\t\t\t\"Pixar Animation Studios\"\n\t\t\t]\n\t\t}\n ]\n\t\t"
},
"parameters": [],
"headers": [
{
"name": "Content-Type",
"value": "application/json",
"id": "pair_622d9394080e47b4b4393187ff3633f6"
}
],
"authentication": { "type": "bearer", "token": "{{ _.token }}" },
"metaSortKey": -1639762809187,
"isPrivate": false,
"settingStoreCookies": true,
"settingSendCookies": true,
"settingDisableRenderRequestBody": false,
"settingEncodeUrl": true,
"settingRebuildPath": true,
"settingFollowRedirects": "global",
"_type": "request"
},
{
"_id": "fld_918f4b345a6748bbbdc8a572574a0442",
"parentId": "fld_8b8c8308783f44039c098a6daa3ac1df",
"modified": 1639762793481,
"created": 1639762793481,
"name": "Special",
"description": "",
"environment": {},
"environmentPropertyOrder": null,
"metaSortKey": -1639762793481,
"_type": "request_group"
},
{
"_id": "fld_8b8c8308783f44039c098a6daa3ac1df",
"parentId": "wrk_694d71f003964aa18b83f033085fe1c9",
"modified": 1639077210454,
"created": 1639077210454,
"name": "Movie",
"description": "",
"environment": {},
"environmentPropertyOrder": null,
"metaSortKey": -1639077210454,
"_type": "request_group"
},
{
"_id": "req_5869b63d80544182a968c927cc4c8c5f",
"parentId": "fld_8b8c8308783f44039c098a6daa3ac1df",
"modified": 1639776445175,
"created": 1639077232868,
"url": "{{ _.baseURL }}/movie",
"name": "Create",
"description": "",
"method": "POST",
"body": {
"mimeType": "application/json",
"text": "{\n\t\"title\": \"Matrix Revolutions\",\n\t\"year\": 2003\n}"
},
"parameters": [],
"headers": [
{
"name": "Content-Type",
"value": "application/json",
"id": "pair_717f458fcb2a4b9abb40c21521230d8d"
}
],
"authentication": { "type": "bearer", "token": "{{ _.token }}" },
"metaSortKey": -1639078120027,
"isPrivate": false,
"settingStoreCookies": true,
"settingSendCookies": true,
"settingDisableRenderRequestBody": false,
"settingEncodeUrl": true,
"settingRebuildPath": true,
"settingFollowRedirects": "global",
"_type": "request"
},
{
"_id": "req_9adfe48b497b469d9ced073e4e408c0a",
"parentId": "fld_8b8c8308783f44039c098a6daa3ac1df",
"modified": 1639078158390,
"created": 1639078119977,
"url": "{{ _.baseURL }}/movie",
"name": "Read all",
"description": "",
"method": "GET",
"body": {},
"parameters": [],
"headers": [],
"authentication": {},
"metaSortKey": -1639078120014.5,
"isPrivate": false,
"settingStoreCookies": true,
"settingSendCookies": true,
"settingDisableRenderRequestBody": false,
"settingEncodeUrl": true,
"settingRebuildPath": true,
"settingFollowRedirects": "global",
"_type": "request"
},
{
"_id": "req_42260e6cdeac4d6f98e375f05c3a2bbc",
"parentId": "fld_8b8c8308783f44039c098a6daa3ac1df",
"modified": 1639081979381,
"created": 1639078147254,
"url": "{{ _.baseURL }}/movie/e6e1252d-efa7-4d6e-adc6-7e3032a2efcd",
"name": "Read one",
"description": "",
"method": "GET",
"body": {},
"parameters": [],
"headers": [],
"authentication": {},
"metaSortKey": -1639078120002,
"isPrivate": false,
"settingStoreCookies": true,
"settingSendCookies": true,
"settingDisableRenderRequestBody": false,
"settingEncodeUrl": true,
"settingRebuildPath": true,
"settingFollowRedirects": "global",
"_type": "request"
},
{
"_id": "req_92a8377845904aada832531048fab316",
"parentId": "fld_8b8c8308783f44039c098a6daa3ac1df",
"modified": 1639774772455,
"created": 1639078507759,
"url": "{{ _.baseURL }}/movie/38f20bf9-111e-4690-904d-b49d009a4340",
"name": "Update",
"description": "",
"method": "PATCH",
"body": {
"mimeType": "application/json",
"text": "{\n\t\"poster\": \"https://fanart.tv/fanart/movies/122/movieposter/the-lord-of-the-rings-the-return-of-the-king-5a0faf1e02390.jpg\"\n}"
},
"parameters": [],
"headers": [
{
"name": "Content-Type",
"value": "application/json",
"id": "pair_1bfc76d17c9043b294ed8f82a746454e"
}
],
"authentication": { "type": "bearer", "token": "{{ _.token }}" },
"metaSortKey": -1639078119952,
"isPrivate": false,
"settingStoreCookies": true,
"settingSendCookies": true,
"settingDisableRenderRequestBody": false,
"settingEncodeUrl": true,
"settingRebuildPath": true,
"settingFollowRedirects": "global",
"_type": "request"
},
{
"_id": "req_00c7745f302044caa5c73993cf09e115",
"parentId": "fld_8b8c8308783f44039c098a6daa3ac1df",
"modified": 1639175988926,
"created": 1639079752568,
"url": "{{ _.baseURL }}/movie/702856e6-aa1e-4acc-a643-49b52fd2f765",
"name": "Delete",
"description": "",
"method": "DELETE",
"body": {},
"parameters": [],
"headers": [],
"authentication": { "type": "bearer", "token": "{{ _.token }}" },
"metaSortKey": -1639078119902,
"isPrivate": false,
"settingStoreCookies": true,
"settingSendCookies": true,
"settingDisableRenderRequestBody": false,
"settingEncodeUrl": true,
"settingRebuildPath": true,
"settingFollowRedirects": "global",
"_type": "request"
},
{
"_id": "env_beeaa64fad9243ea7d37418b5c81bb3c0745dbdb",
"parentId": "wrk_694d71f003964aa18b83f033085fe1c9",
"modified": 1638927752993,
"created": 1638927508039,
"name": "Base Environment",
"data": {},
"dataPropertyOrder": {},
"color": null,
"isPrivate": false,
"metaSortKey": 1638927508039,
"_type": "environment"
},
{
"_id": "jar_beeaa64fad9243ea7d37418b5c81bb3c0745dbdb",
"parentId": "wrk_694d71f003964aa18b83f033085fe1c9",
"modified": 1638927508042,
"created": 1638927508042,
"name": "Default Jar",
"cookies": [],
"_type": "cookie_jar"
},
{
"_id": "spc_cdad55664e504e9ca4e2ffad58c0d0b2",
"parentId": "wrk_694d71f003964aa18b83f033085fe1c9",
"modified": 1638927508034,
"created": 1638927508034,
"fileName": "VoidPlus API",
"contents": "",
"contentType": "yaml",
"_type": "api_spec"
},
{
"_id": "env_b08e6d9d4fdf41649a92815b2b4794af",
"parentId": "env_beeaa64fad9243ea7d37418b5c81bb3c0745dbdb",
"modified": 1639774740942,
"created": 1638927550226,
"name": "Development",
"data": {
"baseURL": "http://localhost:3001",
"token": "{% response 'body', 'req_53643f8a0f524b75a8fbdc71f2025179', 'b64::JC50b2tlbg==::46b', 'never', 60 %}"
},
"dataPropertyOrder": { "&": ["baseURL", "token"] },
"color": "#b156bd",
"isPrivate": false,
"metaSortKey": 1638927550226,
"_type": "environment"
},
{
"_id": "env_b0a84ec559d64d498af8ebb4ceb95a76",
"parentId": "env_beeaa64fad9243ea7d37418b5c81bb3c0745dbdb",
"modified": 1639774755525,
"created": 1638927607295,
"name": "Production",
"data": {
"baseURL": "https://voidplus-api.herokuapp.com",
"token": "{% response 'body', 'req_53643f8a0f524b75a8fbdc71f2025179', 'b64::JC50b2tlbg==::46b', 'never', 60 %}"
},
"dataPropertyOrder": { "&": ["baseURL", "token"] },
"color": "#3de232",
"isPrivate": false,
"metaSortKey": 1638927607295,
"_type": "environment"
}
]
}