-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtestdata.http
More file actions
133 lines (121 loc) · 2.2 KB
/
testdata.http
File metadata and controls
133 lines (121 loc) · 2.2 KB
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
@BASE_URL=http://3.36.49.195:3000/api/wr/v1
POST {{BASE_URL}}/user
Content-Type: application/json
{
"id": "dbtkd1801",
"password": "asdfasdf",
"name": "엄유상",
"birth": "2000-03-07",
"sex": "male",
"phone": "010-4591-8177"
}
###
POST {{BASE_URL}}/user
Content-Type: application/json
{
"id": "test",
"password": "asdfasdf",
"name": "김예빈",
"birth": "2000-08-25",
"sex": "female",
"phone": "010-1234-1234"
}
### User 1
POST {{BASE_URL}}/user
Content-Type: application/json
{
"id": "test1",
"password": "asdfasdf",
"name": "우사인",
"birth": "2000-01-01",
"sex": "male",
"phone": "010-1111-1111"
}
### User2
POST {{BASE_URL}}/user
Content-Type: application/json
{
"id": "test2",
"password": "asdfasdf",
"name": "홍길동",
"birth": "2000-01-01",
"sex": "male",
"phone": "010-1111-1112"
}
### User3
POST {{BASE_URL}}/user
Content-Type: application/json
{
"id": "test3",
"password": "asdfasdf",
"name": "김영희",
"birth": "2000-01-01",
"sex": "female",
"phone": "010-1111-1113"
}
### User4
POST {{BASE_URL}}/user
Content-Type: application/json
{
"id": "test4",
"password": "asdfasdf",
"name": "김준재",
"birth": "2000-01-01",
"sex": "male",
"phone": "010-1111-1114"
}
### User5
POST {{BASE_URL}}/user
Content-Type: application/json
{
"id": "test5",
"password": "asdfasdf",
"name": "에일리",
"birth": "2000-01-01",
"sex": "female",
"phone": "010-1111-1115"
}
### User6
POST {{BASE_URL}}/user
Content-Type: application/json
{
"id": "test6",
"password": "asdfasdf",
"name": "김볼트",
"birth": "2000-01-01",
"sex": "male",
"phone": "010-1111-1116"
}
### User7
POST {{BASE_URL}}/user
Content-Type: application/json
{
"id": "test7",
"password": "asdfasdf",
"name": "김철수",
"birth": "2000-01-01",
"sex": "male",
"phone": "010-1111-1117"
}
### User8
POST {{BASE_URL}}/user
Content-Type: application/json
{
"id": "test8",
"password": "asdfasdf",
"name": "문진혁",
"birth": "2000-01-01",
"sex": "male",
"phone": "010-1111-1118"
}
### User9
POST {{BASE_URL}}/user
Content-Type: application/json
{
"id": "test7",
"password": "asdfasdf",
"name": "아이유",
"birth": "2000-01-01",
"sex": "female",
"phone": "010-1111-1119"
}