This repository has been archived by the owner on Jan 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MockServer.json
240 lines (240 loc) · 22.8 KB
/
MockServer.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
{
"uuid": "e43c8808-16cf-4a0a-820d-4a48e1ea14cf",
"lastMigration": 20,
"name": "Network",
"endpointPrefix": "",
"latency": 0,
"port": 8081,
"hostname": "0.0.0.0",
"routes": [
{
"uuid": "c7c1c2c8-e8b0-492f-830d-c739558fa4fe",
"documentation": "",
"method": "post",
"endpoint": "auth",
"responses": [
{
"uuid": "9237bac9-1cc0-4d29-ad01-1d0f293e438e",
"body": "{\n \"token\": \"oldAccessToken\",\n \"refreshToken\": \"refreshToken123\"\n}",
"latency": 0,
"statusCode": 200,
"label": "",
"headers": [],
"filePath": "",
"sendFileAsBody": false,
"rules": [
{
"target": "body",
"modifier": "username",
"value": "user1",
"operator": "equals"
},
{
"target": "body",
"modifier": "password",
"value": "pswrd",
"operator": "equals"
}
],
"rulesOperator": "OR",
"disableTemplating": false,
"fallbackTo404": false,
"default": false
},
{
"uuid": "51172069-cbce-468a-bcba-6199196d73f5",
"body": "{\n \"message\": \"wrong credentials\"\n}",
"latency": 0,
"statusCode": 401,
"label": "",
"headers": [],
"filePath": "",
"sendFileAsBody": false,
"rules": [],
"rulesOperator": "OR",
"disableTemplating": false,
"fallbackTo404": false,
"default": true
}
],
"enabled": true,
"randomResponse": false,
"sequentialResponse": false
},
{
"uuid": "d5b8b53f-4427-4719-b327-ec4da7edd623",
"documentation": "",
"method": "get",
"endpoint": "refresh-token",
"responses": [
{
"uuid": "cd5d18b0-e2ae-40e6-ac77-7991a1f6053c",
"body": "{\n \"token\": \"accessToken123\"\n}",
"latency": 0,
"statusCode": 200,
"label": "",
"headers": [],
"filePath": "",
"sendFileAsBody": false,
"rules": [
{
"target": "header",
"modifier": "refresh-token",
"value": "refreshToken123",
"operator": "equals"
}
],
"rulesOperator": "OR",
"disableTemplating": false,
"fallbackTo404": false,
"default": false
},
{
"uuid": "319bbff4-6f28-405d-909c-3e7fe9c4fe8c",
"body": "{\n \"message\": \"Unauthorized\"\n}",
"latency": 0,
"statusCode": 401,
"label": "",
"headers": [],
"filePath": "",
"sendFileAsBody": false,
"rules": [],
"rulesOperator": "OR",
"disableTemplating": false,
"fallbackTo404": false,
"default": true
}
],
"enabled": true,
"randomResponse": false,
"sequentialResponse": false
},
{
"uuid": "17a9a5c6-0a45-4722-a0bd-575476b60540",
"documentation": "",
"method": "get",
"endpoint": "user",
"responses": [
{
"uuid": "af4cf01d-8951-4578-83ac-401718dfcbb4",
"body": "[\n {\n \"id\": 1,\n \"name\": \"Leanne Graham\",\n \"username\": \"Bret\",\n \"email\": \"[email protected]\",\n \"address\": {\n \"street\": \"Kulas Light\",\n \"suite\": \"Apt. 556\",\n \"city\": \"Gwenborough\",\n \"zipcode\": \"92998-3874\",\n \"geo\": {\n \"lat\": \"-37.3159\",\n \"lng\": \"81.1496\"\n }\n },\n \"phone\": \"1-770-736-8031 x56442\",\n \"website\": \"hildegard.org\",\n \"company\": {\n \"name\": \"Romaguera-Crona\",\n \"catchPhrase\": \"Multi-layered client-server neural-net\",\n \"bs\": \"harness real-time e-markets\"\n }\n },\n {\n \"id\": 2,\n \"name\": \"Ervin Howell\",\n \"username\": \"Antonette\",\n \"email\": \"[email protected]\",\n \"address\": {\n \"street\": \"Victor Plains\",\n \"suite\": \"Suite 879\",\n \"city\": \"Wisokyburgh\",\n \"zipcode\": \"90566-7771\",\n \"geo\": {\n \"lat\": \"-43.9509\",\n \"lng\": \"-34.4618\"\n }\n },\n \"phone\": \"010-692-6593 x09125\",\n \"website\": \"anastasia.net\",\n \"company\": {\n \"name\": \"Deckow-Crist\",\n \"catchPhrase\": \"Proactive didactic contingency\",\n \"bs\": \"synergize scalable supply-chains\"\n }\n },\n {\n \"id\": 3,\n \"name\": \"Clementine Bauch\",\n \"username\": \"Samantha\",\n \"email\": \"[email protected]\",\n \"address\": {\n \"street\": \"Douglas Extension\",\n \"suite\": \"Suite 847\",\n \"city\": \"McKenziehaven\",\n \"zipcode\": \"59590-4157\",\n \"geo\": {\n \"lat\": \"-68.6102\",\n \"lng\": \"-47.0653\"\n }\n },\n \"phone\": \"1-463-123-4447\",\n \"website\": \"ramiro.info\",\n \"company\": {\n \"name\": \"Romaguera-Jacobson\",\n \"catchPhrase\": \"Face to face bifurcated interface\",\n \"bs\": \"e-enable strategic applications\"\n }\n },\n {\n \"id\": 4,\n \"name\": \"Patricia Lebsack\",\n \"username\": \"Karianne\",\n \"email\": \"[email protected]\",\n \"address\": {\n \"street\": \"Hoeger Mall\",\n \"suite\": \"Apt. 692\",\n \"city\": \"South Elvis\",\n \"zipcode\": \"53919-4257\",\n \"geo\": {\n \"lat\": \"29.4572\",\n \"lng\": \"-164.2990\"\n }\n },\n \"phone\": \"493-170-9623 x156\",\n \"website\": \"kale.biz\",\n \"company\": {\n \"name\": \"Robel-Corkery\",\n \"catchPhrase\": \"Multi-tiered zero tolerance productivity\",\n \"bs\": \"transition cutting-edge web services\"\n }\n },\n {\n \"id\": 5,\n \"name\": \"Chelsey Dietrich\",\n \"username\": \"Kamren\",\n \"email\": \"[email protected]\",\n \"address\": {\n \"street\": \"Skiles Walks\",\n \"suite\": \"Suite 351\",\n \"city\": \"Roscoeview\",\n \"zipcode\": \"33263\",\n \"geo\": {\n \"lat\": \"-31.8129\",\n \"lng\": \"62.5342\"\n }\n },\n \"phone\": \"(254)954-1289\",\n \"website\": \"demarco.info\",\n \"company\": {\n \"name\": \"Keebler LLC\",\n \"catchPhrase\": \"User-centric fault-tolerant solution\",\n \"bs\": \"revolutionize end-to-end systems\"\n }\n },\n {\n \"id\": 6,\n \"name\": \"Mrs. Dennis Schulist\",\n \"username\": \"Leopoldo_Corkery\",\n \"email\": \"[email protected]\",\n \"address\": {\n \"street\": \"Norberto Crossing\",\n \"suite\": \"Apt. 950\",\n \"city\": \"South Christy\",\n \"zipcode\": \"23505-1337\",\n \"geo\": {\n \"lat\": \"-71.4197\",\n \"lng\": \"71.7478\"\n }\n },\n \"phone\": \"1-477-935-8478 x6430\",\n \"website\": \"ola.org\",\n \"company\": {\n \"name\": \"Considine-Lockman\",\n \"catchPhrase\": \"Synchronised bottom-line interface\",\n \"bs\": \"e-enable innovative applications\"\n }\n },\n {\n \"id\": 7,\n \"name\": \"Kurtis Weissnat\",\n \"username\": \"Elwyn.Skiles\",\n \"email\": \"[email protected]\",\n \"address\": {\n \"street\": \"Rex Trail\",\n \"suite\": \"Suite 280\",\n \"city\": \"Howemouth\",\n \"zipcode\": \"58804-1099\",\n \"geo\": {\n \"lat\": \"24.8918\",\n \"lng\": \"21.8984\"\n }\n },\n \"phone\": \"210.067.6132\",\n \"website\": \"elvis.io\",\n \"company\": {\n \"name\": \"Johns Group\",\n \"catchPhrase\": \"Configurable multimedia task-force\",\n \"bs\": \"generate enterprise e-tailers\"\n }\n },\n {\n \"id\": 8,\n \"name\": \"Nicholas Runolfsdottir V\",\n \"username\": \"Maxime_Nienow\",\n \"email\": \"[email protected]\",\n \"address\": {\n \"street\": \"Ellsworth Summit\",\n \"suite\": \"Suite 729\",\n \"city\": \"Aliyaview\",\n \"zipcode\": \"45169\",\n \"geo\": {\n \"lat\": \"-14.3990\",\n \"lng\": \"-120.7677\"\n }\n },\n \"phone\": \"586.493.6943 x140\",\n \"website\": \"jacynthe.com\",\n \"company\": {\n \"name\": \"Abernathy Group\",\n \"catchPhrase\": \"Implemented secondary concept\",\n \"bs\": \"e-enable extensible e-tailers\"\n }\n },\n {\n \"id\": 9,\n \"name\": \"Glenna Reichert\",\n \"username\": \"Delphine\",\n \"email\": \"[email protected]\",\n \"address\": {\n \"street\": \"Dayna Park\",\n \"suite\": \"Suite 449\",\n \"city\": \"Bartholomebury\",\n \"zipcode\": \"76495-3109\",\n \"geo\": {\n \"lat\": \"24.6463\",\n \"lng\": \"-168.8889\"\n }\n },\n \"phone\": \"(775)976-6794 x41206\",\n \"website\": \"conrad.com\",\n \"company\": {\n \"name\": \"Yost and Sons\",\n \"catchPhrase\": \"Switchable contextually-based project\",\n \"bs\": \"aggregate real-time technologies\"\n }\n },\n {\n \"id\": 10,\n \"name\": \"Clementina DuBuque\",\n \"username\": \"Moriah.Stanton\",\n \"email\": \"[email protected]\",\n \"address\": {\n \"street\": \"Kattie Turnpike\",\n \"suite\": \"Suite 198\",\n \"city\": \"Lebsackbury\",\n \"zipcode\": \"31428-2261\",\n \"geo\": {\n \"lat\": \"-38.2386\",\n \"lng\": \"57.2232\"\n }\n },\n \"phone\": \"024-648-3804\",\n \"website\": \"ambrose.net\",\n \"company\": {\n \"name\": \"Hoeger LLC\",\n \"catchPhrase\": \"Centralized empowering task-force\",\n \"bs\": \"target end-to-end models\"\n }\n }\n]",
"latency": 0,
"statusCode": 200,
"label": "",
"headers": [],
"filePath": "",
"sendFileAsBody": false,
"rules": [
{
"target": "header",
"modifier": "token",
"value": "accessToken123",
"operator": "equals"
}
],
"rulesOperator": "OR",
"disableTemplating": false,
"fallbackTo404": false,
"default": false
},
{
"uuid": "43987576-e9df-4635-ae50-a80e6e46cf57",
"body": "{\n \"message\": \"Unauthorized\"\n}",
"latency": 0,
"statusCode": 401,
"label": "",
"headers": [],
"filePath": "",
"sendFileAsBody": false,
"rules": [],
"rulesOperator": "OR",
"disableTemplating": false,
"fallbackTo404": false,
"default": true
}
],
"enabled": true,
"randomResponse": false,
"sequentialResponse": false
},
{
"uuid": "9777cdb5-e80e-48a7-9fe0-248ceb20445d",
"documentation": "",
"method": "get",
"endpoint": "album",
"responses": [
{
"uuid": "a6c30e48-1f52-46e5-8d7a-2726fb593767",
"body": "[\n {\n \"userId\": 1,\n \"id\": 1,\n \"title\": \"quidem molestiae enim\"\n },\n {\n \"userId\": 1,\n \"id\": 2,\n \"title\": \"sunt qui excepturi placeat culpa\"\n },\n {\n \"userId\": 1,\n \"id\": 3,\n \"title\": \"omnis laborum odio\"\n },\n {\n \"userId\": 1,\n \"id\": 4,\n \"title\": \"non esse culpa molestiae omnis sed optio\"\n },\n {\n \"userId\": 1,\n \"id\": 5,\n \"title\": \"eaque aut omnis a\"\n },\n {\n \"userId\": 1,\n \"id\": 6,\n \"title\": \"natus impedit quibusdam illo est\"\n },\n {\n \"userId\": 1,\n \"id\": 7,\n \"title\": \"quibusdam autem aliquid et et quia\"\n },\n {\n \"userId\": 1,\n \"id\": 8,\n \"title\": \"qui fuga est a eum\"\n },\n {\n \"userId\": 1,\n \"id\": 9,\n \"title\": \"saepe unde necessitatibus rem\"\n },\n {\n \"userId\": 1,\n \"id\": 10,\n \"title\": \"distinctio laborum qui\"\n },\n {\n \"userId\": 2,\n \"id\": 11,\n \"title\": \"quam nostrum impedit mollitia quod et dolor\"\n },\n {\n \"userId\": 2,\n \"id\": 12,\n \"title\": \"consequatur autem doloribus natus consectetur\"\n },\n {\n \"userId\": 2,\n \"id\": 13,\n \"title\": \"ab rerum non rerum consequatur ut ea unde\"\n },\n {\n \"userId\": 2,\n \"id\": 14,\n \"title\": \"ducimus molestias eos animi atque nihil\"\n },\n {\n \"userId\": 2,\n \"id\": 15,\n \"title\": \"ut pariatur rerum ipsum natus repellendus praesentium\"\n },\n {\n \"userId\": 2,\n \"id\": 16,\n \"title\": \"voluptatem aut maxime inventore autem magnam atque repellat\"\n },\n {\n \"userId\": 2,\n \"id\": 17,\n \"title\": \"aut minima voluptatem ut velit\"\n },\n {\n \"userId\": 2,\n \"id\": 18,\n \"title\": \"nesciunt quia et doloremque\"\n },\n {\n \"userId\": 2,\n \"id\": 19,\n \"title\": \"velit pariatur quaerat similique libero omnis quia\"\n },\n {\n \"userId\": 2,\n \"id\": 20,\n \"title\": \"voluptas rerum iure ut enim\"\n },\n {\n \"userId\": 3,\n \"id\": 21,\n \"title\": \"repudiandae voluptatem optio est consequatur rem in temporibus et\"\n },\n {\n \"userId\": 3,\n \"id\": 22,\n \"title\": \"et rem non provident vel ut\"\n },\n {\n \"userId\": 3,\n \"id\": 23,\n \"title\": \"incidunt quisquam hic adipisci sequi\"\n },\n {\n \"userId\": 3,\n \"id\": 24,\n \"title\": \"dolores ut et facere placeat\"\n },\n {\n \"userId\": 3,\n \"id\": 25,\n \"title\": \"vero maxime id possimus sunt neque et consequatur\"\n },\n {\n \"userId\": 3,\n \"id\": 26,\n \"title\": \"quibusdam saepe ipsa vel harum\"\n },\n {\n \"userId\": 3,\n \"id\": 27,\n \"title\": \"id non nostrum expedita\"\n },\n {\n \"userId\": 3,\n \"id\": 28,\n \"title\": \"omnis neque exercitationem sed dolor atque maxime aut cum\"\n },\n {\n \"userId\": 3,\n \"id\": 29,\n \"title\": \"inventore ut quasi magnam itaque est fugit\"\n },\n {\n \"userId\": 3,\n \"id\": 30,\n \"title\": \"tempora assumenda et similique odit distinctio error\"\n },\n {\n \"userId\": 4,\n \"id\": 31,\n \"title\": \"adipisci laborum fuga laboriosam\"\n },\n {\n \"userId\": 4,\n \"id\": 32,\n \"title\": \"reiciendis dolores a ut qui debitis non quo labore\"\n },\n {\n \"userId\": 4,\n \"id\": 33,\n \"title\": \"iste eos nostrum\"\n },\n {\n \"userId\": 4,\n \"id\": 34,\n \"title\": \"cumque voluptatibus rerum architecto blanditiis\"\n },\n {\n \"userId\": 4,\n \"id\": 35,\n \"title\": \"et impedit nisi quae magni necessitatibus sed aut pariatur\"\n },\n {\n \"userId\": 4,\n \"id\": 36,\n \"title\": \"nihil cupiditate voluptate neque\"\n },\n {\n \"userId\": 4,\n \"id\": 37,\n \"title\": \"est placeat dicta ut nisi rerum iste\"\n },\n {\n \"userId\": 4,\n \"id\": 38,\n \"title\": \"unde a sequi id\"\n },\n {\n \"userId\": 4,\n \"id\": 39,\n \"title\": \"ratione porro illum labore eum aperiam sed\"\n },\n {\n \"userId\": 4,\n \"id\": 40,\n \"title\": \"voluptas neque et sint aut quo odit\"\n },\n {\n \"userId\": 5,\n \"id\": 41,\n \"title\": \"ea voluptates maiores eos accusantium officiis tempore mollitia consequatur\"\n },\n {\n \"userId\": 5,\n \"id\": 42,\n \"title\": \"tenetur explicabo ea\"\n },\n {\n \"userId\": 5,\n \"id\": 43,\n \"title\": \"aperiam doloremque nihil\"\n },\n {\n \"userId\": 5,\n \"id\": 44,\n \"title\": \"sapiente cum numquam officia consequatur vel natus quos suscipit\"\n },\n {\n \"userId\": 5,\n \"id\": 45,\n \"title\": \"tenetur quos ea unde est enim corrupti qui\"\n },\n {\n \"userId\": 5,\n \"id\": 46,\n \"title\": \"molestiae voluptate non\"\n },\n {\n \"userId\": 5,\n \"id\": 47,\n \"title\": \"temporibus molestiae aut\"\n },\n {\n \"userId\": 5,\n \"id\": 48,\n \"title\": \"modi consequatur culpa aut quam soluta alias perspiciatis laudantium\"\n },\n {\n \"userId\": 5,\n \"id\": 49,\n \"title\": \"ut aut vero repudiandae voluptas ullam voluptas at consequatur\"\n },\n {\n \"userId\": 5,\n \"id\": 50,\n \"title\": \"sed qui sed quas sit ducimus dolor\"\n },\n {\n \"userId\": 6,\n \"id\": 51,\n \"title\": \"odit laboriosam sint quia cupiditate animi quis\"\n },\n {\n \"userId\": 6,\n \"id\": 52,\n \"title\": \"necessitatibus quas et sunt at voluptatem\"\n },\n {\n \"userId\": 6,\n \"id\": 53,\n \"title\": \"est vel sequi voluptatem nemo quam molestiae modi enim\"\n },\n {\n \"userId\": 6,\n \"id\": 54,\n \"title\": \"aut non illo amet perferendis\"\n },\n {\n \"userId\": 6,\n \"id\": 55,\n \"title\": \"qui culpa itaque omnis in nesciunt architecto error\"\n },\n {\n \"userId\": 6,\n \"id\": 56,\n \"title\": \"omnis qui maiores tempora officiis omnis rerum sed repellat\"\n },\n {\n \"userId\": 6,\n \"id\": 57,\n \"title\": \"libero excepturi voluptatem est architecto quae voluptatum officia tempora\"\n },\n {\n \"userId\": 6,\n \"id\": 58,\n \"title\": \"nulla illo consequatur aspernatur veritatis aut error delectus et\"\n },\n {\n \"userId\": 6,\n \"id\": 59,\n \"title\": \"eligendi similique provident nihil\"\n },\n {\n \"userId\": 6,\n \"id\": 60,\n \"title\": \"omnis mollitia sunt aliquid eum consequatur fugit minus laudantium\"\n },\n {\n \"userId\": 7,\n \"id\": 61,\n \"title\": \"delectus iusto et\"\n },\n {\n \"userId\": 7,\n \"id\": 62,\n \"title\": \"eos ea non recusandae iste ut quasi\"\n },\n {\n \"userId\": 7,\n \"id\": 63,\n \"title\": \"velit est quam\"\n },\n {\n \"userId\": 7,\n \"id\": 64,\n \"title\": \"autem voluptatem amet iure quae\"\n },\n {\n \"userId\": 7,\n \"id\": 65,\n \"title\": \"voluptates delectus iure iste qui\"\n },\n {\n \"userId\": 7,\n \"id\": 66,\n \"title\": \"velit sed quia dolor dolores delectus\"\n },\n {\n \"userId\": 7,\n \"id\": 67,\n \"title\": \"ad voluptas nostrum et nihil\"\n },\n {\n \"userId\": 7,\n \"id\": 68,\n \"title\": \"qui quasi nihil aut voluptatum sit dolore minima\"\n },\n {\n \"userId\": 7,\n \"id\": 69,\n \"title\": \"qui aut est\"\n },\n {\n \"userId\": 7,\n \"id\": 70,\n \"title\": \"et deleniti unde\"\n },\n {\n \"userId\": 8,\n \"id\": 71,\n \"title\": \"et vel corporis\"\n },\n {\n \"userId\": 8,\n \"id\": 72,\n \"title\": \"unde exercitationem ut\"\n },\n {\n \"userId\": 8,\n \"id\": 73,\n \"title\": \"quos omnis officia\"\n },\n {\n \"userId\": 8,\n \"id\": 74,\n \"title\": \"quia est eius vitae dolor\"\n },\n {\n \"userId\": 8,\n \"id\": 75,\n \"title\": \"aut quia expedita non\"\n },\n {\n \"userId\": 8,\n \"id\": 76,\n \"title\": \"dolorem magnam facere itaque ut reprehenderit tenetur corrupti\"\n },\n {\n \"userId\": 8,\n \"id\": 77,\n \"title\": \"cupiditate sapiente maiores iusto ducimus cum excepturi veritatis quia\"\n },\n {\n \"userId\": 8,\n \"id\": 78,\n \"title\": \"est minima eius possimus ea ratione velit et\"\n },\n {\n \"userId\": 8,\n \"id\": 79,\n \"title\": \"ipsa quae voluptas natus ut suscipit soluta quia quidem\"\n },\n {\n \"userId\": 8,\n \"id\": 80,\n \"title\": \"id nihil reprehenderit\"\n },\n {\n \"userId\": 9,\n \"id\": 81,\n \"title\": \"quibusdam sapiente et\"\n },\n {\n \"userId\": 9,\n \"id\": 82,\n \"title\": \"recusandae consequatur vel amet unde\"\n },\n {\n \"userId\": 9,\n \"id\": 83,\n \"title\": \"aperiam odio fugiat\"\n },\n {\n \"userId\": 9,\n \"id\": 84,\n \"title\": \"est et at eos expedita\"\n },\n {\n \"userId\": 9,\n \"id\": 85,\n \"title\": \"qui voluptatem consequatur aut ab quis temporibus praesentium\"\n },\n {\n \"userId\": 9,\n \"id\": 86,\n \"title\": \"eligendi mollitia alias aspernatur vel ut iusto\"\n },\n {\n \"userId\": 9,\n \"id\": 87,\n \"title\": \"aut aut architecto\"\n },\n {\n \"userId\": 9,\n \"id\": 88,\n \"title\": \"quas perspiciatis optio\"\n },\n {\n \"userId\": 9,\n \"id\": 89,\n \"title\": \"sit optio id voluptatem est eum et\"\n },\n {\n \"userId\": 9,\n \"id\": 90,\n \"title\": \"est vel dignissimos\"\n },\n {\n \"userId\": 10,\n \"id\": 91,\n \"title\": \"repellendus praesentium debitis officiis\"\n },\n {\n \"userId\": 10,\n \"id\": 92,\n \"title\": \"incidunt et et eligendi assumenda soluta quia recusandae\"\n },\n {\n \"userId\": 10,\n \"id\": 93,\n \"title\": \"nisi qui dolores perspiciatis\"\n },\n {\n \"userId\": 10,\n \"id\": 94,\n \"title\": \"quisquam a dolores et earum vitae\"\n },\n {\n \"userId\": 10,\n \"id\": 95,\n \"title\": \"consectetur vel rerum qui aperiam modi eos aspernatur ipsa\"\n },\n {\n \"userId\": 10,\n \"id\": 96,\n \"title\": \"unde et ut molestiae est molestias voluptatem sint\"\n },\n {\n \"userId\": 10,\n \"id\": 97,\n \"title\": \"est quod aut\"\n },\n {\n \"userId\": 10,\n \"id\": 98,\n \"title\": \"omnis quia possimus nesciunt deleniti assumenda sed autem\"\n },\n {\n \"userId\": 10,\n \"id\": 99,\n \"title\": \"consectetur ut id impedit dolores sit ad ex aut\"\n },\n {\n \"userId\": 10,\n \"id\": 100,\n \"title\": \"enim repellat iste\"\n }\n]",
"latency": 0,
"statusCode": 200,
"label": "",
"headers": [],
"filePath": "",
"sendFileAsBody": false,
"rules": [
{
"target": "header",
"modifier": "token",
"value": "accessToken123",
"operator": "equals"
}
],
"rulesOperator": "OR",
"disableTemplating": false,
"fallbackTo404": false,
"default": false
},
{
"uuid": "25fcc956-de77-4066-be28-dd73ee5b3eb4",
"body": "{}",
"latency": 0,
"statusCode": 401,
"label": "",
"headers": [],
"filePath": "",
"sendFileAsBody": false,
"rules": [],
"rulesOperator": "OR",
"disableTemplating": false,
"fallbackTo404": false,
"default": true
}
],
"enabled": true,
"randomResponse": false,
"sequentialResponse": false
}
],
"proxyMode": false,
"proxyHost": "",
"proxyRemovePrefix": false,
"tlsOptions": {
"enabled": false,
"type": "CERT",
"pfxPath": "",
"certPath": "",
"keyPath": "",
"caPath": "",
"passphrase": ""
},
"cors": true,
"headers": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"proxyReqHeaders": [
{
"key": "",
"value": ""
}
],
"proxyResHeaders": [
{
"key": "",
"value": ""
}
]
}