-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequests_samples.json
More file actions
70 lines (67 loc) · 1.53 KB
/
requests_samples.json
File metadata and controls
70 lines (67 loc) · 1.53 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
[
{
"email" : "nicolas.cassonnet@wanadoo.fr",
"password" : "nicolas.cassonnet@wanadoo.fr"
},
{
"email" : "user1.fakemail@fakeprovider.com",
"password" : "otherpass1"
},
{
"new_password" : "otherpass1"
},
{
"state" : "OH",
"bank" : "CAPITAL ONE NATL ASSOC",
"naics" : 54,
"term": 60,
"no_emp": 13,
"new_exist": 1,
"create_job": 0,
"retained_job": 3,
"urban_rural": 2,
"rev_line_cr": 0,
"low_doc": 0,
"gr_appv": 50000,
"recession": 0,
"has_franchise": 1
},
{
"state" : "OH",
"bank" : "CAPITAL ONE NATL ASSOC",
"naics" : 54,
"term": 6,
"no_emp": 13,
"new_exist": 1,
"create_job": 0,
"retained_job": 3,
"urban_rural": 2,
"rev_line_cr": 0,
"low_doc": 0,
"gr_appv": 50000,
"recession": 1,
"has_franchise": 1
},
{
"state" : "OH",
"bank" : "CAPITAL ONE NATL ASSOC",
"naics" : 54,
"term": 24,
"no_emp": 1,
"new_exist": 0,
"create_job": 0,
"retained_job": 30,
"urban_rural": 1,
"rev_line_cr": 1,
"low_doc": 1,
"gr_appv": 1000,
"recession": 1,
"has_franchise": 0
},
{
"email" : "user3.fakemail@fakeprovider.com",
"username" : "User3",
"role" : "user",
"password" : "initialpass3"
}
]