-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththunderActivity.json
More file actions
35 lines (35 loc) · 834 Bytes
/
Copy paththunderActivity.json
File metadata and controls
35 lines (35 loc) · 834 Bytes
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
[
{
"_id": "f59af623-e580-4429-8215-9e0149e70388",
"colId": "history",
"containerId": "",
"name": "/vans",
"url": "{{host}}:{{port}}/vans",
"method": "GET",
"sortNum": 0,
"created": "2022-07-07T12:34:35.514Z",
"modified": "2022-07-07T20:06:57.958Z",
"headers": [],
"params": [],
"tests": []
},
{
"_id": "2eb0d23c-73b6-4f2e-a273-9079952c7f38",
"colId": "history",
"containerId": "",
"name": "/vans",
"url": "{{host}}:{{port}}/vans",
"method": "POST",
"sortNum": 0,
"created": "2022-07-07T12:34:35.514Z",
"modified": "2022-07-07T20:06:52.584Z",
"headers": [],
"params": [],
"body": {
"type": "json",
"raw": "{\n \"manufacturer\": \"Mercedes\",\n \"model\": \"Sprinter\"\n}",
"form": []
},
"tests": []
}
]