Skip to content

Commit ca0b3a7

Browse files
committed
added testfile with multiple requests
1 parent fbe9f3c commit ca0b3a7

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
POST https://reqres.in/api/users
2+
Content-Type: application/json
3+
4+
{
5+
"name": "morpheus",
6+
"job": "leader",
7+
"array": ["a", "b", "c"],
8+
"object_ugly_closing": {
9+
"some_key": "some_value"
10+
}
11+
}
12+
13+
POST https://reqres.in/api/users
14+
Content-Type: application/json
15+
16+
< ./user.json
17+
18+
####
19+
20+
GET https://reqres.in/api/users?page=5

0 commit comments

Comments
 (0)