-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtestdata.json
More file actions
49 lines (49 loc) · 1.25 KB
/
Copy pathtestdata.json
File metadata and controls
49 lines (49 loc) · 1.25 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
{
"registrationData": [
{
"firstName": "Jason",
"lastName": "Langer",
"dob": "1987-11-19",
"street": "11/2, Fort Street",
"postalCode": "113445",
"houseNumber": 25,
"city": "California",
"state": "Holland",
"country": "Benin",
"phone": "01137547",
"emailAddress": "jason.l@testing.com",
"password": "Password@123",
"isValid": true
},
{
"firstName": "Michael",
"lastName": "Justin",
"dob": "1985-04-23",
"street": "21/4, Dallas Street",
"postalCode": "12976",
"houseNumber": 11,
"city": "California",
"state": "Dallas",
"country": "American Samoa",
"phone": "04556788",
"emailAddress": "michael.j@testing.com",
"password": "Password@123",
"isValid": true
},
{
"firstName": "Abraham",
"lastName": "Lord",
"dob": "1981-08-30",
"street": "30/2, Texas Street",
"postalCode": "155642",
"city": "California",
"houseNumber": 30,
"state": "Duckberg",
"country": "Austria",
"phone": "0483678",
"emailAddress": "abraham.l@testing.com",
"password": "Password@123",
"isValid": false
}
]
}